Hi,
I developed a ClassLibrary in VC++ using VS 2005.
Later I registered the dll, i got from building the project in MinRelease mode and when i tried to execute my application it failed.
But the same application got executed successfully by registering the dll that i got from building the project in Debug mode
What is the issue.?