PatrickDolan Level: Guest

|
MS Chart - DLL - Release Mode
I have a VB application that is compiled as two DLLs. The application is called from an internet ASP page. On of the DLLs uses MS Chart. When compiled in DEBUG mode everthing works fine. When compiled in RELEASE mode when the MS Chart function is called the code throws an error (which is trapped), however, naturally no chart (a histogram) is produced.
Any idea(s) how I can make the application run in RELEASE mode. Note: I cannot allow any client-side downloads as all processing needs to be done server side due to security/firewall issue(s).
Hope someone can help.
|