ObjectARX 2024 Wizards

MGO-Norsyn
Advocate

ObjectARX 2024 Wizards

MGO-Norsyn
Advocate
Advocate

Hi all

How to make the ObjectArx wizards work in VS 22?

I have searched everywhere and also employed help of ChatGPT to no avail.

The best post recommends installing with admin rights, but still doesn't work.

Anyone has got it working?

0 Likes
Reply
Accepted solutions (1)
4,459 Views
13 Replies
Replies (13)

crossfire639buy
Contributor
Contributor
Accepted solution

Place you ObjectARX files exactly like that: "С:\ObjectARX". Also put a wizard .msi file there and run it from the administrator command line. That should help!

0 Likes

MGO-Norsyn
Advocate
Advocate
Ooooookay, actually putting the wizard .msi in the C:\ObjectARX folder and installing from there using admin cmd worked. Maybe also a restart helped. Thank you.

MGO-Norsyn
Advocate
Advocate
Argh, it worked on my company machine, but doesn't work on my laptop!
0 Likes

MGO-Norsyn
Advocate
Advocate

Works after a lot of installing/reinstalling.

0 Likes

08130182
Contributor
Contributor

Sorry, where I have the objectarx wizard 'Arx Wizards.msi', I have not been able to configure VS2022 with Objetarx, if you can share the download link please, thanks in advance.

 

Perdona, donde tengo el asistente de objectarx 'Arx Wizards.msi', no he podido configurar VS2022 con Objetarx, si me puedes compartir el enlace de descarga por favor, gracias de antemano.

 

 

0 Likes

MGO-Norsyn
Advocate
Advocate

Here you go

0 Likes

Alexander.Rivilis
Mentor
Mentor

https://damassets.autodesk.net/content/dam/autodesk/files/objectarxwizard2024.zip

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

0 Likes

mladenovicnikola47
Community Visitor
Community Visitor

Hi all, 
I have been attempting to set up the ObjectARX project for AutoCAD 2024 template in my Visual Studio 2022 environment.
I followed the steps outlined below:

  • Installed the VS 2022 Community Edition.
  • Installed AutoCAD 2024.
  • Installed ObjectARX for AutoCAD 2024 from link.
  • Installed ObjectARXWizard2024.msi from this thread.

I have also attempted to install/reinstall the Object ARX Wizard multiple times. Additionally, I tried storing all files in the C:\ObjectARX folder. However, every time I open Visual Studio 2022, the ObjectARX template is not visible in its templates.


Do any of you know how I can overcome this obstacle?

I would also like to mention that I have installed AutoCAD 2021 and Visual Studio 2019. Could these installations possibly be affecting my issue?

0 Likes

Alexander.Rivilis
Mentor
Mentor

ObjectARX Wizard have to be installed with Administrator rights.

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

0 Likes

mladenovicnikola47
Community Visitor
Community Visitor

Also, I have run Wizard.msi from CMD(open CMD as Admin, redirect to C:\ObjectARX folder and run Wizard.msi).

It not help me

0 Likes

835700012
Participant
Participant

https://blog.csdn.net/miaodichiyou/article/details/131470765

try to modify some files follow this atricle

may be is it helpfull

0 Likes

OysteinW
Advocate
Advocate

If you came  in here looking to get ObjectArx Wizards for AutoCAD 2025 working, install the wizard as described by @crossfire639buy

 

But if it still is not working, as was the case for me, I actually got it working with a little help from ChatGPT:

 

To make the ObjectARX project templates available in Visual Studio 2022, you may need to manually register the templates. Here's how you can do it:

  1. Copy the Project Templates:

    • Copy the contents of the C:\Program Files (x86)\Autodesk\ObjectARX 2025\utils\ARXWizards\ARXAppWiz directory to the Visual Studio project templates directory.
    • Paste them into the following location:
      makefile
      C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\ProjectTemplates
  2. Run devenv command to update the templates:

    • Open a Command Prompt as an Administrator.
    • Run the following commands to update the Visual Studio template cache:
      shell
      cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE" devenv /installvstemplates
  3. Verify Installation:

    • Open Visual Studio 2022.
    • Create a new project and check if the ObjectARX templates are now listed under the project templates.

These steps should ensure that the ObjectARX project templates are registered and available for use in Visual Studio 2022. If you encounter any issues, please make sure that you have the correct permissions and that the paths are accurate.

0 Likes

quzeyu
Community Visitor
Community Visitor

It's need .Net4.8 in window system, I have do same step as you, it didn't show in VS 2022, then i install net4.8 from vs2022 installer, the arx wizards show in templete window.

0 Likes