• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Contributor
    skeletank
    Posts: 19
    Registered: ‎08-25-2010

    Re: Error Decrypting Data (Acad 2011)

    11-01-2010 08:34 AM in reply to: Aaron.Warnke

    Works for me as well.  Thank you very much Gaston! :smileyhappy:

    Please use plain text.
    Mentor
    Posts: 220
    Registered: ‎03-11-2008

    Re: Error Decrypting Data (Acad 2011)

    11-10-2010 12:12 AM in reply to: hawesan

    or you can just catch the exception, i guess

     

    you don't get errors from handled exceptions and you can also test if the problem is because of different application creating the drawing, or because of the potential errors

    Please use plain text.
    Mentor
    Posts: 225
    Registered: ‎04-11-2010

    Re: Error Decrypting Data (Acad 2011)

    11-10-2010 11:11 AM in reply to: matus.brlit

    Hi,

     

    Yes, you can trap the COMexception (not a simple Exception), but doing so ( did you?), you still have to set the variable DWGCHECK=2 and try to open the file again in order to get, may be, the drawing opened.

     

    Gaston Nunez

     

     

    Please use plain text.
    Mentor
    Posts: 225
    Registered: ‎04-11-2010

    Re: Error Decrypting Data (Acad 2011)

    11-10-2010 11:22 AM in reply to: matus.brlit

    Hi,

     

    I think that a better aproach is to set DWGCHECK=2, then try to open the drawing as usual, get the drawing opened and check the DwgFileWasSavedByAutodeskSoftware property in order to take some action.

    Gaston Nunez

     

     

    Please use plain text.
    New Member
    Posts: 1
    Registered: ‎07-15-2009

    Re: Error Decrypting Data (Acad 2011)

    02-17-2012 04:52 AM in reply to: *Norman Yuan

    Great! This solved my problem also! Many thanks!!

    Please use plain text.