views:

18

answers:

1

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.?

A: 

http://www.codeproject.com/KB/debug/releasemode.aspx

pragadheesh
i found this link useful while searching for a solution
pragadheesh