Create NET project

Create NET project

Anonymous
Not applicable
505 Views
4 Replies
Message 1 of 5

Create NET project

Anonymous
Not applicable

I can't create a .net mixed managed project in visual studio 2010, I am using win 7 64, I receive the message:

 

"Specified argument was out of the renge of valid values:

Parameter nane:value."

 

If anybody can help me i would be very grateful.

 

Thanks.

 

 

0 Likes
506 Views
4 Replies
Replies (4)
Message 2 of 5

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

are you sure that this is a ARX-depending problem?

If I look >>>here<<< the problem has been asked a lot of times and seems to be a problem within your project.

 

Sorry, - alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 5

Anonymous
Not applicable

Thanks. But my problem arrising at the begining of the start up a project with the wizard.

please see the attachment.

 

 

0 Likes
Message 4 of 5

Virupaksha_aithal
Autodesk Support
Autodesk Support

Can you try below step?

>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Please 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') ;
>>>>>>>>>>>>>>>>>>>>>>>>>>>>

 

Regards
Virupaksha Aithal
Autodesk Developer Network



Virupaksha Aithal KM
Developer Technical Services
Autodesk Developer Network

0 Likes
Message 5 of 5

Anonymous
Not applicable

Thanks, with this i solve my problem.

0 Likes