CSGL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Just close your eyes and see

    #1

    CSGL

    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.Argumen tException' occurred in
    system.drawing. dll

    Additional information: Invalid parameter used "

    how can i overcome this?

  • Pohihihi

    #2
    Re: CSGL

    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"
    <Justcloseyoure yesandsee@discu ssions.microsof t.com> wrote in message
    news:A6864BEB-C332-411B-9B4F-2C1E2C370E5B@mi crosoft.com...[color=blue]
    > 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.Argumen tException' occurred in
    > system.drawing. dll
    >
    > Additional information: Invalid parameter used "
    >
    > how can i overcome this?
    >[/color]


    Comment

    Working...