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

.NET (Core and Framework)

 
QuestionRe: VB.NET Skype commercial call recording PLEASE =( Pin
Gerry Schmitz20-Nov-16 5:46
mveGerry Schmitz20-Nov-16 5:46 
QuestionLooking for friends Pin
The Term Papers16-Nov-16 23:26
professionalThe Term Papers16-Nov-16 23:26 
AnswerRe: Looking for friends Pin
ZurdoDev17-Nov-16 1:10
professionalZurdoDev17-Nov-16 1:10 
AnswerRe: Looking for friends Pin
Patrice T20-Nov-16 1:37
mvePatrice T20-Nov-16 1:37 
QuestionCOM Interop and release Pin
Midi_Mick6-Nov-16 23:50
professionalMidi_Mick6-Nov-16 23:50 
QuestionRe: COM Interop and release - Code sample Pin
Midi_Mick7-Nov-16 1:49
professionalMidi_Mick7-Nov-16 1:49 
QuestionVS2008 strange no symbols are loaded message Pin
Andrew__26-Oct-16 0:17
Andrew__26-Oct-16 0:17 
AnswerRe: VS2008 strange no symbols are loaded message Pin
Jochen Arndt26-Oct-16 3:13
professionalJochen Arndt26-Oct-16 3:13 
I'm a C++ programmer but the answer should be the same for .Net.

To debug code located in a DLL, you need a PDB file for the DLL. To show also the source code it must be off course present. For your code the PDB files are generated when building the application.

If you have access to the source code you can build your own debug version of the DLL which creates the PDB file. If not, you have to ask the author for a PDB file.

If you have the PDB file but it is not located in the directory of your DLL or the executable, you can specify the path. See How to: Specify a Symbol Path[^] (link is for VS 2008).

See also Debugging with Symbols (Windows)[^].
SuggestionWriting unicode characters to an ASCII INI File (yes, you can!) Pin
Cees Verburg24-Oct-16 1:44
Cees Verburg24-Oct-16 1:44 
GeneralRe: Writing unicode characters to an ASCII INI File (yes, you can!) Pin
Richard MacCutchan24-Oct-16 1:49
mveRichard MacCutchan24-Oct-16 1:49 
GeneralRe: Writing unicode characters to an ASCII INI File (yes, you can!) Pin
Cees Verburg24-Oct-16 8:21
Cees Verburg24-Oct-16 8:21 
GeneralRe: Writing unicode characters to an ASCII INI File (yes, you can!) Pin
NotPolitcallyCorrect24-Oct-16 8:29
NotPolitcallyCorrect24-Oct-16 8:29 
GeneralRe: Writing unicode characters to an ASCII INI File (yes, you can!) Pin
Cees Verburg24-Oct-16 8:45
Cees Verburg24-Oct-16 8:45 
GeneralRe: Writing unicode characters to an ASCII INI File (yes, you can!) Pin
Eddy Vluggen24-Oct-16 9:05
professionalEddy Vluggen24-Oct-16 9:05 
GeneralRe: Writing unicode characters to an ASCII INI File (yes, you can!) Pin
NotPolitcallyCorrect24-Oct-16 10:11
NotPolitcallyCorrect24-Oct-16 10:11 
GeneralRe: Writing unicode characters to an ASCII INI File (yes, you can!) Pin
Gerry Schmitz24-Oct-16 11:54
mveGerry Schmitz24-Oct-16 11:54 
GeneralRe: Writing unicode characters to an ASCII INI File (yes, you can!) Pin
Richard MacCutchan24-Oct-16 21:44
mveRichard MacCutchan24-Oct-16 21:44 
GeneralRe: Writing unicode characters to an ASCII INI File (yes, you can!) Pin
NotPolitcallyCorrect25-Oct-16 2:34
NotPolitcallyCorrect25-Oct-16 2:34 
SuggestionRe: Writing unicode characters to an ASCII INI File (yes, you can!) Pin
ZurdoDev25-Oct-16 3:37
professionalZurdoDev25-Oct-16 3:37 
GeneralRe: Writing unicode characters to an ASCII INI File (yes, you can!) Pin
Gerry Schmitz25-Oct-16 4:50
mveGerry Schmitz25-Oct-16 4:50 
QuestionHOW TO SIGN XML FILE IN .NET COMPACT EDITION Pin
AlexB4717-Oct-16 19:29
AlexB4717-Oct-16 19:29 
Question"The feature you are trying to use ..." Error Pin
jszabo16-Oct-16 12:21
jszabo16-Oct-16 12:21 
AnswerRe: "The feature you are trying to use ..." Error Pin
Dave Kreskowiak16-Oct-16 13:33
mveDave Kreskowiak16-Oct-16 13:33 
GeneralRe: "The feature you are trying to use ..." Error Pin
jszabo17-Oct-16 12:24
jszabo17-Oct-16 12:24 
GeneralRe: "The feature you are trying to use ..." Error Pin
Dave Kreskowiak17-Oct-16 13:10
mveDave Kreskowiak17-Oct-16 13:10 

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.