CSGL

G

Guest

Hi all
I am using CSGL Library , and when i am trying to make a debug build from
visual studio .net 2003 it succeeded , and when i am trying to make a release
build it failed and give me the following message

"An unhandled exception of type 'System.ArgumentException' occurred in
system.drawing.dll

Additional information: Invalid parameter used "

how can i overcome this?
 
P

Pohihihi

you can do 2 things.....

1- get the src for CSGL ( which is online ) and compile with it and see what
is the problem
2- or if you know the location where you are getting errors then put catch
statements to pinpoint if it is from your code or csgl code.

check your release build compile time flags as well if they have some
special flags set for errors.


"Just close your eyes and see"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top