Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: MDAC Pin
Meysam Mahfouzi4-Feb-04 17:31
Meysam Mahfouzi4-Feb-04 17:31 
GeneralRe: MDAC Pin
Mazdak4-Feb-04 18:59
Mazdak4-Feb-04 18:59 
QuestionAdding Custom components to Windows ContextMenu? Pin
mdundek4-Feb-04 3:26
mdundek4-Feb-04 3:26 
AnswerRe: Adding Custom components to Windows ContextMenu? Pin
Heath Stewart4-Feb-04 4:34
protectorHeath Stewart4-Feb-04 4:34 
GeneralAmazing error from VisualStudio.NET Pin
Inam4-Feb-04 0:12
Inam4-Feb-04 0:12 
GeneralRe: Amazing error from VisualStudio.NET Pin
LongRange.Shooter5-Feb-04 2:27
LongRange.Shooter5-Feb-04 2:27 
GeneralRe: Amazing error from VisualStudio.NET Pin
Inam5-Feb-04 18:58
Inam5-Feb-04 18:58 
GeneralRe: Amazing error from VisualStudio.NET Pin
LongRange.Shooter6-Feb-04 3:43
LongRange.Shooter6-Feb-04 3:43 
Inam wrote:
where i can change my properties of Debugging to Enable Managed Debugging
Inam wrote:

This falls under the topic of 'basic things you should know before you begin to think about writing code'.

Pull up the properties for each project in your solution that is using unmanaged code.
Go to Configuration Properties Tab, Debugging.
Set Enable Unmanaged Debugging to true.


How can i check that if i have the symbols installed

Well, for the OS it is really dependant on whether you build your machine or if you have a managed desktop. For the former - you used to be able to select install symbols during the install process. For the latter -- you probably do not have symbols installed. Also, you need to reinstall symbols for the OS with each service pack and hot fix. Check MSDN or the main Windows website for installing the symbols. You should also be able to get the symbols from the Win32 SDK.\

The obvious tell tale sign that you do not have symbols installed is if the unmanaged code craps out, and VS says 'An exception occured within unmanaged code, but no symbols were installed....'



_____________________________________________
GeneralRe: Amazing error from VisualStudio.NET Pin
Inam6-Feb-04 8:26
Inam6-Feb-04 8:26 
GeneralRe: Amazing error from VisualStudio.NET Pin
LongRange.Shooter9-Feb-04 2:29
LongRange.Shooter9-Feb-04 2:29 
GeneralAdo.Net Pin
GetOn&GetGoing4-Feb-04 0:05
GetOn&GetGoing4-Feb-04 0:05 
GeneralRe: Ado.Net Pin
Rampas Tomas4-Feb-04 0:28
Rampas Tomas4-Feb-04 0:28 
GeneralRe: Ado.Net Pin
Rampas Tomas4-Feb-04 0:29
Rampas Tomas4-Feb-04 0:29 
GeneralForm Authenticaton Pin
GetOn&GetGoing4-Feb-04 0:01
GetOn&GetGoing4-Feb-04 0:01 
GeneralRe: Form Authenticaton Pin
Not Active4-Feb-04 3:07
mentorNot Active4-Feb-04 3:07 
GeneralRe: Form Authenticaton Pin
Heath Stewart4-Feb-04 4:14
protectorHeath Stewart4-Feb-04 4:14 
GeneralReturning Items and SubItems from ListView Pin
IrishSonic3-Feb-04 23:30
IrishSonic3-Feb-04 23:30 
GeneralRe: Returning Items and SubItems from ListView Pin
Mazdak3-Feb-04 23:37
Mazdak3-Feb-04 23:37 
GeneralRe: Returning Items and SubItems from ListView Pin
IrishSonic4-Feb-04 0:31
IrishSonic4-Feb-04 0:31 
GeneralRe: Returning Items and SubItems from ListView Pin
Mazdak4-Feb-04 1:25
Mazdak4-Feb-04 1:25 
GeneralRe: Thanks - you're a star!!! Pin
IrishSonic4-Feb-04 3:29
IrishSonic4-Feb-04 3:29 
GeneralSereilize a Array List Pin
Snowjim3-Feb-04 22:40
Snowjim3-Feb-04 22:40 
GeneralRe: Sereilize a Array List Pin
thomasa4-Feb-04 3:32
thomasa4-Feb-04 3:32 
GeneralRe: Sereilize a Array List Pin
Heath Stewart4-Feb-04 4:08
protectorHeath Stewart4-Feb-04 4:08 
GeneralRe: Sereilize a Array List Pin
LongRange.Shooter5-Feb-04 2:34
LongRange.Shooter5-Feb-04 2:34 

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.