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

    Autodesk ObjectARX

    Reply
    Distinguished Contributor
    Posts: 123
    Registered: ‎06-05-2006
    Accepted Solution

    ObjectARX Wizard 2012 on VS 2010

    343 Views, 2 Replies
    09-06-2012 11:12 AM

    Hi,

     

    I'm getting an error during the creation of a new C++ project in VS 2010 using the ARX Wizard 2012

     

    --------------------------- Microsoft Visual Studio ---------------------------

    Specified argument was out of the range of valid values.

    Parameter name: value

    --------------------------- OK   ---------------------------

     

    Then the project is not built. Has anyone else seen this?

     

    Thanks,

    Please use plain text.
    ADN Support Specialist
    Virupaksha.aithal
    Posts: 46
    Registered: ‎06-15-2011

    Re: ObjectARX Wizard 2012 on VS 2010

    09-10-2012 11:19 PM in reply to: odoshi


    Hi

    Are you creating mixed managed project? If yes, then try below step


    Edit the following file like below

    C:\Program Files (x86)\Autodesk\ObjectARX Wizards for AutoCAD 2012\ArxAppWiz\Scripts\1033\default.js

    Line #122

     

    Change
    config.ManagedExtensions =bDotNetModule ;
    into
    config.ManagedExtensions =(bDotNetModule == 'True') ;



    Virupaksha Aithal KM
    Developer Technical Services
    Autodesk Developer Network

    Please use plain text.
    Distinguished Contributor
    Posts: 123
    Registered: ‎06-05-2006

    Re: ObjectARX Wizard 2012 on VS 2010

    09-11-2012 06:01 PM in reply to: Virupaksha.aithal

    Yes, it was a mixed managed project. That fixed it.

     

    Thank you!

    Please use plain text.