Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: How do I run class constructor without calling it's method's C# ? Pin
Dima.HEMEHT31-Oct-07 5:21
Dima.HEMEHT31-Oct-07 5:21 
QuestionDateTime Pin
mihksoft29-Oct-07 12:50
mihksoft29-Oct-07 12:50 
AnswerRe: DateTime Pin
Colin Angus Mackay29-Oct-07 12:55
Colin Angus Mackay29-Oct-07 12:55 
GeneralRe: DateTime Pin
mihksoft29-Oct-07 13:52
mihksoft29-Oct-07 13:52 
QuestionConvert from Image (bitmap -> jpeg) to byte[] and back [modified] Pin
szolDat29-Oct-07 12:44
szolDat29-Oct-07 12:44 
AnswerRe: Convert from Image (bitmap -> jpeg) to byte[] and back Pin
Muhammad Shahid Farooq29-Oct-07 14:50
professionalMuhammad Shahid Farooq29-Oct-07 14:50 
AnswerRe: Convert from Image (bitmap -> jpeg) to byte[] and back [modified] Pin
szolDat29-Oct-07 23:22
szolDat29-Oct-07 23:22 
Questiondebugging C# dll Pin
pnpfriend29-Oct-07 12:06
pnpfriend29-Oct-07 12:06 
Hi
I have created dll using C# and add reference to another project that was written in VB.net.
so I have two project, one is using C#, the other one is using VB.net. Both written in Visual Studio.net 2005.

When I set break point of my function from dll project because that's what I want to debug.
So I started running CallingDll VB project in debug mode, I got following message
<br />
The following module was built either with optimizations enabled or without debug information:<br />
C:\myDll.dll<br />
<br />
To debug this module, change its poject build configuration to Debug mode. To supress this message, disalbe the "Warn if no user code on launch" debugger option.<br />


Where should I change it?
I went to Project\Properties, I couldnt' find anything that said Debug Mode.
I looked into Debug, I found StartAction, Start Options, enable debuggers.
I changed put Start external program: "c:\CallDll.exe" and then build and run the project in debug mode. but I still got the same message and I couldnt' debug myDll.dll at all neither from myDll project nor callDll project.

I also looked into Build.. I dont 'see anything that is saying debug mode.
I check the MSDN and saying the same thing.. to change it to Debug mode. But where should I go and change it so myDll.dll can be debug.

I recreated myDll.dll and CallDll.exe using visual studio 2003. I had no prolem debugging. but not with visual studio 2005.

Would anyone please tell me how to debug myDll.dll from another project like CallDll??
Thanks
AnswerRe: debugging C# dll Pin
Malcolm Smart29-Oct-07 22:23
Malcolm Smart29-Oct-07 22:23 
GeneralRe: debugging C# dll Pin
pnpfriend30-Oct-07 6:13
pnpfriend30-Oct-07 6:13 
QuestionLighten a color Pin
Mike Hankey29-Oct-07 12:03
mveMike Hankey29-Oct-07 12:03 
AnswerRe: Lighten a color Pin
Anthony Mushrow29-Oct-07 12:16
professionalAnthony Mushrow29-Oct-07 12:16 
GeneralRe: Lighten a color Pin
Mike Hankey29-Oct-07 13:30
mveMike Hankey29-Oct-07 13:30 
QuestionCustomized date formating Pin
Glen Harvy29-Oct-07 11:33
Glen Harvy29-Oct-07 11:33 
AnswerRe: Customized date formating Pin
Colin Angus Mackay29-Oct-07 12:53
Colin Angus Mackay29-Oct-07 12:53 
GeneralRe: Customized date formating Pin
Glen Harvy29-Oct-07 15:32
Glen Harvy29-Oct-07 15:32 
GeneralRe: Customized date formating Pin
Colin Angus Mackay29-Oct-07 22:37
Colin Angus Mackay29-Oct-07 22:37 
GeneralRe: Customized date formating Pin
Glen Harvy30-Oct-07 1:31
Glen Harvy30-Oct-07 1:31 
GeneralRe: Customized date formating Pin
Glen Harvy29-Oct-07 16:56
Glen Harvy29-Oct-07 16:56 
GeneralRe: Customized date formating Pin
Colin Angus Mackay29-Oct-07 22:43
Colin Angus Mackay29-Oct-07 22:43 
GeneralRe: Customized date formating Pin
Glen Harvy30-Oct-07 1:33
Glen Harvy30-Oct-07 1:33 
AnswerRe: Customized date formating Pin
PIEBALDconsult29-Oct-07 14:32
mvePIEBALDconsult29-Oct-07 14:32 
QuestionQuestion On Multithreading Lock Pin
cateyes9929-Oct-07 11:25
cateyes9929-Oct-07 11:25 
AnswerRe: Question On Multithreading Lock Pin
Daniel Grunwald29-Oct-07 11:53
Daniel Grunwald29-Oct-07 11:53 
GeneralRe: Question On Multithreading Lock Pin
cateyes9929-Oct-07 15:19
cateyes9929-Oct-07 15:19 

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.