error with release build



I have a visual studio 2008 asp.net project that compiles fine in debug
build. However, when I switch to release build I get this error:

"Unable to load one or more of the requested types. Retrieve the
LoaderExceptions property for more information."

I see some references to this error but they don't seem to match my situation.

You help will be appreciated.

--
Jerry J
.



Relevant Pages

  • Re: MVS default command lines vs user specified command lines
    ... That page explains that the /MTd switch causes VS to link libcpmtd.lib, which is the debug version of the RTL. ... Microsoft throws linker errors at you when you try to mix debug and release libraries, ... The solution is to build your projects in release and debug versions, and keep them separated, either my putting the debug libs in the Debug folder, or appending _d to its file name. ... Visual Studio has a different set of settings for Debug and Release. ...
    (microsoft.public.vc.language)
  • Changing a header file forces rebuild
    ... Whenever I change a header file this is not noticed by visual studio. ... I switch to the cpp file and press ctrl-f7 to build this file an error ... When I rebuild the project everything compiles ok. ...
    (microsoft.public.vstudio.general)
  • C++ toolkit 2003: debugging programs
    ... compiles... ... I tried compiling a progrma, but when I try to debug it, visual studio ...
    (comp.lang.cpp)
  • RE: Verifiable .exe impossible using managed C++?
    ... (Visual Studio .NET 2003). ... your managed entry point is e.g. ... I do not know wether it works with the -debug switch. ... It should be possible to specify assemblies as ...
    (microsoft.public.dotnet.framework)
  • Re: Problem with Registering filter on windows mobile
    ... The fix is to modify C/C++ preprocessor definitions in the ... unresolved external because it's only defined in debug builds, ... the project using the visual studio wizard it worked, ... Windows CE Multimedia and Graphics ...
    (microsoft.public.windowsce.app.development)