Click here to Skip to main content
15,881,852 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Question"Invalid Solution Configuration" build error after migrating solution to vs.net 2005 Pin
hiraljv23-Nov-05 21:45
hiraljv23-Nov-05 21:45 
AnswerRe: "Invalid Solution Configuration" build error after migrating solution to vs.net 2005 Pin
Saksida Bojan27-Nov-05 9:41
Saksida Bojan27-Nov-05 9:41 
GeneralRe: "Invalid Solution Configuration" build error after migrating solution to vs.net 2005 Pin
hiraljv27-Nov-05 16:52
hiraljv27-Nov-05 16:52 
QuestionHow to print a form in c#.net Pin
sarayumadhavan23-Nov-05 19:47
sarayumadhavan23-Nov-05 19:47 
AnswerRe: How to print a form in c#.net Pin
Robert Rohde24-Nov-05 4:46
Robert Rohde24-Nov-05 4:46 
Questionasp.net Help Pin
AmitaThaker23-Nov-05 2:50
AmitaThaker23-Nov-05 2:50 
QuestionCalling dll functions in .net Pin
ramenk23-Nov-05 1:08
ramenk23-Nov-05 1:08 
QuestionTypeLib for interop assembly changes case of method name Pin
turbochimp22-Nov-05 14:30
turbochimp22-Nov-05 14:30 
I have a scenario similar to the following:

Assume a single assembly (SomeAssembly.dll) contains the following types:
1. Class B inherits from class A
2. Class A implements properties Moe, Larry and Curly, all of type ArrayList.
3. Class B implements a public interface containing all of the public members of both classes A and B.

The problem:
I export the type library for SomeAssembly.dll using
Regasm.exe SomeAssembly.dll /tlb:SomeAssembly.tlb /codebase


When I view the generated type library, I see that while properties Moe and Larry appear as "Moe" and "Larry" (their proper case is preserved), property Curly is exported as "curly" (all lower case). So far, I haven't been able to find an explanation for this behavior, and while the CCW works just fine, the name change is a little disconcerting for my client.

The only similar article I was able to find referenced a known issue whereby if there was another "curly" property that was written to the type library first, all following same-named properties would bear the lowercase name, but there is only one "Curly" property in my assembly.

Any ideas? Failing a solution, is there any attribute decoration I might use to force the proper case in the generated type library?

Thanks.

The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’

QuestionRemoting .Net Pin
adam_smith_200322-Nov-05 2:29
adam_smith_200322-Nov-05 2:29 
QuestionI'm Seeking SQL Connection Check Solution Pin
Ahmed Erarslan22-Nov-05 0:45
Ahmed Erarslan22-Nov-05 0:45 
GeneralRe: I'm Seeking SQL Connection Check Solution Pin
toxcct22-Nov-05 6:07
toxcct22-Nov-05 6:07 
AnswerRe: I'm Seeking SQL Connection Check Solution Pin
jonathan1523-Nov-05 1:24
jonathan1523-Nov-05 1:24 
QuestionThrowing exceptions in properties Pin
Ray Cassick21-Nov-05 14:42
Ray Cassick21-Nov-05 14:42 
AnswerRe: Throwing exceptions in properties Pin
Christian Graus21-Nov-05 15:17
protectorChristian Graus21-Nov-05 15:17 
GeneralRe: Throwing exceptions in properties Pin
Ray Cassick21-Nov-05 17:49
Ray Cassick21-Nov-05 17:49 
AnswerRe: Throwing exceptions in properties Pin
S. Senthil Kumar27-Nov-05 20:10
S. Senthil Kumar27-Nov-05 20:10 
QuestionWhich assemblies are required for an app to run? Pin
khariv21-Nov-05 6:48
khariv21-Nov-05 6:48 
AnswerRe: Which assemblies are required for an app to run? Pin
Curtis Schlak.26-Nov-05 15:37
Curtis Schlak.26-Nov-05 15:37 
Question.Net client and Java server integration Pin
Lkotzer21-Nov-05 3:25
Lkotzer21-Nov-05 3:25 
QuestionGetChildAtPoint to get Control Out of Screen? Pin
tsunsau71720-Nov-05 17:10
tsunsau71720-Nov-05 17:10 
AnswerRe: GetChildAtPoint to get Control Out of Screen? Pin
Dave Kreskowiak23-Nov-05 3:49
mveDave Kreskowiak23-Nov-05 3:49 
GeneralRe: GetChildAtPoint to get Control Out of Screen? Pin
tsunsau71723-Nov-05 4:37
tsunsau71723-Nov-05 4:37 
GeneralRe: GetChildAtPoint to get Control Out of Screen? Pin
Dave Kreskowiak23-Nov-05 5:31
mveDave Kreskowiak23-Nov-05 5:31 
Questiondocumentation .net framework 2.0 sdk Pin
rudi_5320-Nov-05 10:44
rudi_5320-Nov-05 10:44 
AnswerRe: documentation .net framework 2.0 sdk Pin
MoustafaS20-Nov-05 10:49
MoustafaS20-Nov-05 10:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.