How to setup system for Development Purpose
Exploring ARAS for configurations as well as customization. I would like to setup development environment for coding purpose ( WHY ? There are multiple POCs I would like to perform on my own ) . I am core java developer and new to ARAS. Can someone please guide me to get end to end setup document for my IDE such as visual studio and way to deploy code in ARAS ? appreciate your help.Solved4.9KViews0likes2CommentsProblems about Aras Innovator Method Plugin
Hello, I'm trying to use the Aras Innovator Method Plugin to debug a sever method in Visual Studio 2017. Here is the URL of Aras Innovator Method Plugin: https://github.com/arasplm/ArasVSMethodPlugin/wiki I build the project successfully, but when i try to debug it the error is 'System.InvalidCastException'. Where the error appeared is 'Aras.Server.Core.CallContext CCO = ((Aras.Server.Core.IOMConnection)serverConnection).CCO;'. I don't know why because it is a template code. Any help would be appreciated. Thank you!4.7KViews1like1Comment