Click here to Skip to main content
15,911,360 members
Home / Discussions / C#
   

C#

 
AnswerRe: Debug error " 'Method' is a 'variable' but is used like a 'method'" Pin
PIEBALDconsult17-May-08 7:12
mvePIEBALDconsult17-May-08 7:12 
GeneralRe: Debug error " 'Method' is a 'variable' but is used like a 'method'" Pin
asafbs200417-May-08 7:59
asafbs200417-May-08 7:59 
GeneralRe: Debug error " 'Method' is a 'variable' but is used like a 'method'" Pin
PIEBALDconsult17-May-08 8:28
mvePIEBALDconsult17-May-08 8:28 
GeneralRe: Debug error " 'Method' is a 'variable' but is used like a 'method'" Pin
PIEBALDconsult17-May-08 9:02
mvePIEBALDconsult17-May-08 9:02 
GeneralRe: Debug error " 'Method' is a 'variable' but is used like a 'method'" Pin
asafbs200417-May-08 12:34
asafbs200417-May-08 12:34 
GeneralRe: Debug error " 'Method' is a 'variable' but is used like a 'method'" Pin
asafbs200417-May-08 12:50
asafbs200417-May-08 12:50 
GeneralRe: Debug error " 'Method' is a 'variable' but is used like a 'method'" Pin
PIEBALDconsult17-May-08 13:59
mvePIEBALDconsult17-May-08 13:59 
QuestionDifference between an EXE and DLL Pin
jdkulkarni16-May-08 3:31
jdkulkarni16-May-08 3:31 
When we change a project type from a DLL to EXE or vice versa, what exactly internally happens? How CLR know that this is executable? Is there any tag in the MSIL generated for that assembly? How to check it? What I tried, I have a DLL without Main. I compiled it and used it. Then I put Main in it and recompiled. Then I renamed Test.Dll to Test.Exe but I got this
E:\AssemblyVersioning\DotNetFunda\bin\Debug\Test.exe is not a valid Win32 application.

I want to know the internals of EXE and DLL.

Jayant D. Kulkarni

AnswerRe: Difference between an EXE and DLL Pin
originSH16-May-08 3:48
originSH16-May-08 3:48 
AnswerRe: Difference between an EXE and DLL Pin
Brady Kelly16-May-08 3:53
Brady Kelly16-May-08 3:53 
QuestionError in buliding installer? Pin
Ibuprofen16-May-08 2:48
Ibuprofen16-May-08 2:48 
QuestionUrgent : Save/Cancel popup Pin
rockz...16-May-08 2:25
rockz...16-May-08 2:25 
AnswerRe: Urgent : Save/Cancel popup Pin
Christian Graus16-May-08 2:27
protectorChristian Graus16-May-08 2:27 
GeneralRe: Urgent : Save/Cancel popup Pin
Christian Wikander16-May-08 2:31
Christian Wikander16-May-08 2:31 
Questionthread safety in ManualResetEvent Pin
George_George16-May-08 2:13
George_George16-May-08 2:13 
AnswerRe: thread safety in ManualResetEvent Pin
N a v a n e e t h16-May-08 2:47
N a v a n e e t h16-May-08 2:47 
GeneralRe: thread safety in ManualResetEvent Pin
George_George16-May-08 3:02
George_George16-May-08 3:02 
AnswerRe: thread safety in ManualResetEvent Pin
carbon_golem16-May-08 3:56
carbon_golem16-May-08 3:56 
GeneralRe: thread safety in ManualResetEvent Pin
George_George16-May-08 4:43
George_George16-May-08 4:43 
GeneralRe: thread safety in ManualResetEvent Pin
led mike16-May-08 4:52
led mike16-May-08 4:52 
GeneralRe: thread safety in ManualResetEvent Pin
George_George16-May-08 5:02
George_George16-May-08 5:02 
Questionabstract classes Pin
Pankaj Garg16-May-08 2:10
Pankaj Garg16-May-08 2:10 
AnswerRe: abstract classes Pin
Christian Graus16-May-08 2:11
protectorChristian Graus16-May-08 2:11 
QuestionRe: abstract classes Pin
Pankaj Garg16-May-08 2:23
Pankaj Garg16-May-08 2:23 
AnswerRe: abstract classes Pin
Christian Graus16-May-08 2:28
protectorChristian Graus16-May-08 2:28 

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.