CSGL

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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"
 
Back
Top