Click here to Skip to main content
16,018,460 members
Home / Discussions / C#
   

C#

 
GeneralRe: Type Safe Variable Problem Pin
Christian Graus25-Feb-07 9:46
protectorChristian Graus25-Feb-07 9:46 
GeneralRe: Type Safe Variable Problem Pin
Dave Kreskowiak26-Feb-07 12:57
mveDave Kreskowiak26-Feb-07 12:57 
GeneralRe: Type Safe Variable Problem Pin
Guffa25-Feb-07 9:36
Guffa25-Feb-07 9:36 
AnswerRe: Type Safe Variable Problem Pin
Professor Sharada Ulhas26-Feb-07 13:45
Professor Sharada Ulhas26-Feb-07 13:45 
QuestionDenying access to file Pin
sharpiesharpie24-Feb-07 21:51
sharpiesharpie24-Feb-07 21:51 
AnswerRe: Denying access to file Pin
coolestCoder25-Feb-07 0:05
coolestCoder25-Feb-07 0:05 
QuestionDebug a dll Pin
usermans24-Feb-07 21:31
usermans24-Feb-07 21:31 
AnswerRe: Debug a dll Pin
Shy Agam25-Feb-07 1:04
Shy Agam25-Feb-07 1:04 
Check your dll project and verify its set to build a Debug version and not a Release version.

Moreover, If I'm not mistaken, I think you have to reference the dll the folder it was created in (i.e. < Project dir >\bin\Debug).
If you have copied the dll to another location, and your application which uses it, is referencing the new copy at the new location, it probably won't identify your source code.
Again... Not sure of it... D'Oh! | :doh:

Good luck,
Shy.
QuestionMouse Capture in a Panel ? Pin
HappyFunBall24-Feb-07 19:04
HappyFunBall24-Feb-07 19:04 
AnswerRe: Mouse Capture in a Panel ? Pin
HappyFunBall25-Feb-07 2:28
HappyFunBall25-Feb-07 2:28 
QuestionWebcam &amp; Microphone Pin
Abu Syed Khan24-Feb-07 14:00
Abu Syed Khan24-Feb-07 14:00 
AnswerRe: Webcam &amp;amp;amp; Microphone Pin
zafersavas24-Feb-07 20:50
zafersavas24-Feb-07 20:50 
QuestionRemoting Issue Pin
Tauseef A24-Feb-07 12:21
Tauseef A24-Feb-07 12:21 
AnswerRe: Remoting Issue Pin
S. Senthil Kumar25-Feb-07 6:17
S. Senthil Kumar25-Feb-07 6:17 
QuestionChanging Tab Width in TabControl Pin
royk12324-Feb-07 12:16
royk12324-Feb-07 12:16 
AnswerRe: Changing Tab Width in TabControl Pin
il_masacratore26-Feb-07 3:37
il_masacratore26-Feb-07 3:37 
QuestionUdpClient class question? (How to release the bound port) [modified] Pin
zafersavas24-Feb-07 11:59
zafersavas24-Feb-07 11:59 
AnswerRe: UdpClient class question? (How to release the bound port) Pin
Wayne Phipps25-Feb-07 5:54
Wayne Phipps25-Feb-07 5:54 
QuestionReferencing Web User Control Pin
Expert Coming24-Feb-07 11:02
Expert Coming24-Feb-07 11:02 
AnswerRe: Referencing Web User Control Pin
Christian Graus24-Feb-07 11:10
protectorChristian Graus24-Feb-07 11:10 
GeneralRe: Referencing Web User Control Pin
Expert Coming24-Feb-07 11:35
Expert Coming24-Feb-07 11:35 
GeneralRe: Referencing Web User Control Pin
Christian Graus24-Feb-07 12:36
protectorChristian Graus24-Feb-07 12:36 
QuestionGeneral question about object reference in C# \ .NET Framework Pin
Yanshof24-Feb-07 10:08
Yanshof24-Feb-07 10:08 
AnswerRe: General question about object reference in C# \ .NET Framework Pin
Larantz24-Feb-07 10:49
Larantz24-Feb-07 10:49 
GeneralRe: General question about object reference in C# \ .NET Framework Pin
Guffa24-Feb-07 11:07
Guffa24-Feb-07 11:07 

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.