Re: need help reagarding Debug
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Kiran,
In the properties dialog for your project, make sure to enabled
debugging of unmanaged code. The DLL and the pdb file for the DLL
(assuming it was written in Visual Studio) must be in the same path as
your C# executable.
Best Regards
Johann Blake
.
Relevant Pages
- Re: Debug COM dll with .Net app in VS.Net
... "Unmanaged Code Debugging" checkbox in the VB.Net project settings, ... > Your NET project by default uses the managed debugging engine. ... >> I've inherited a COM dll project that was switched from the VS6 ... (microsoft.public.dotnet.languages.vc) - Debug + GAC
... problem is that for keeping the given directory structure we need to use the ... GAC for some dlls, that means that those dll get loaded from the GAC ... directory when debugging. ... of the pdb file is written into the dll, the symbols do not get loaded - I ... (microsoft.public.dotnet.languages.csharp) - Debugging startsup slow
... I am debugging managed and unmanaged code in C++ DLL ... When ever i start debugging debugger hangs for 30secs or so at the last ... (microsoft.public.dotnet.framework) - Re: Compact Framework 2.0 team needs to finish the .NET CF 2.0 release
... is that breakpoint in the DLL which is dynamically loaded (or ... First investigations seems that the IDE for some reason are not deploying ... debugging to a USB attached device is faster. ... (microsoft.public.dotnet.framework.compactframework) - Re: Mobile 5 - Debugging Managed C#/Unmanaged C++ Code
... set the debugging options to start the managed code EXE that will ... use your DLL and set your breakpoints in the DLL (all from the DLL project, ... managed C++ in the Windows Mobile 5 platform, and the only way to use C ... way to appease the project manager for the additional time it may ... (microsoft.public.windowsce.app.development) |
|