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

    .NET

    Reply
    Valued Contributor
    RamanSBV
    Posts: 85
    Registered: ‎02-28-2012
    Accepted Solution

    Error While opening autocad using process.start

    335 Views, 3 Replies
    03-26-2012 05:07 AM

     

    Error While opening autocad using process.start

     

    Error:

     

     

    Activation context generation failed for "E:\SI\ProArc\Main\Source\Engineering Client\Source\AutoCAD 2012\SI.Integrations.Engg.AutoCAD2012\AutoCAD 2012 - English\acad.exe". Dependent Assembly PPClientAssembly,processorArchitecture="x86",type="x64",version="2008.1.17012.4817" could not be found. Please use sxstrace.exe for detailed diagnosis.

     

    Please help me on this issue

     

    Regards,

    Raman

    Please use plain text.
    Valued Mentor
    Mike.Wohletz
    Posts: 351
    Registered: ‎07-29-2008

    Re: Error While opening autocad using process.start

    03-26-2012 06:33 AM in reply to: RamanSBV

    Please post your code on how you are doing the process.start. 

     

    Any reason why you would use this method to start AutoCAD?

     

    Please use plain text.
    Valued Contributor
    RamanSBV
    Posts: 85
    Registered: ‎02-28-2012

    Re: Error While opening autocad using process.start

    03-26-2012 06:38 AM in reply to: Mike.Wohletz

    Error while opening autocad exe

    Just i am clicking on acad.exe and i am getting above error.

    and In Event Viewer It is showing as

     

    Error.png

     

    Regards,

    Raman

     

     

    Please use plain text.
    Valued Mentor
    Mike.Wohletz
    Posts: 351
    Registered: ‎07-29-2008

    Re: Error While opening autocad using process.start

    03-26-2012 06:46 AM in reply to: RamanSBV

    It looks to me like you are trying to start the Acad.exe from a location other than where it was installed. I think you should be starting this from the AutoCAD subdirectory in  C:\Program Files\Autodesk unless you have installed this in some other location. 


    Please use plain text.