The Idea of Having a debug mode and a release mode is to seperate the dlls and components that you are going to deliver and the ones that you
are going to use for development. The release mode is configured not to
have any debug information and hence your code is not stopping on the
breakpoints. If you see the difference in sizes of files that are in
debug mode and that in release mode, you will understand why.
Re: Mixed code - Crashes in Release Mode ... The application runs fine in "Debug mode", however when I compile the application in "Release" mode I run into the following exception: ... When you compile in release mode, are you sure that all the DLLs you link with are built in release mode, and that you use the same version of the CRT? ... It would be very helpful if there is anything that I can do to debug what is causing the "access violation during native initialization" of the GcpsDotNetApi.dll file. ... (microsoft.public.vc.language)
debug vs not debug different behavior. ... Hi.I am trying to troubleshoot a bug in code that I have never seen ... The app has an ASP "front end" and calls some VB Dlls.... I can see, in debug mode, that DebugMode is returning FALSE. ... (microsoft.public.vb.general.discussion)
Problem with loading dll ... my application loads 3 dlls while running: ... 1x for loading resources... One plugin instance is 3.6 MB big and in debug mode i cannot load it, ... (microsoft.public.pocketpc.developer)
Re: Why cannot generate debug version image? ... There is indeed some tricy to let you build a debug mode OS image, ... > I had built retail mode successfully.... I found there are hundreds of DLLs in MODULES section. ... How can I shorten buiding process after first buiding? ... (microsoft.public.windowsce.platbuilder)
Re: where to put my dll ... It probably wants it next to the executable, but there might be more Dlls it ... You've buit this program in debug mode,... > I had Visual Studio erm..... (microsoft.public.vstudio.general)