arasplm / ArasVSMethodPlugin

Repository for Aras Innovator Visual Studio Method Plugin
MIT License
22 stars 17 forks source link

Can't edit server method #76

Closed bidolah closed 4 years ago

bidolah commented 4 years ago

Installed product versions

Description

Replace this text with a short description

Steps to recreate

  1. Open Visual Studio and create Aras Innovator 12 Method Template project
  2. Connect to the server using admin user
  3. Click "Open method from Aras Innovator" and select server method

Current behavior

image

Code from method loaded but "Save"/"Update" command doesn't work

Expected behavior

Method should be opened without errors

VladymyrAfanasiev commented 4 years ago

Fixed by next commit: Revision: 1110f49e89cae5dcb61cd13e99502770de1faec9 Author: Volodymyr Afanasiev Date: 11/6/2019 11:29:24 AM Message: 76 Can't edit server method. Added try-catch in case when "Edit.Goto" is broken in VS.

For some configuration of VS "Edit.Goto" not works from code.

Modified: Aras.VS.MethodPlugin/SolutionManagement/ProjectManager.cs

VladymyrAfanasiev commented 4 years ago

@bidolah please verify the fix.

bidolah commented 4 years ago

@VladymyrAfanasiev thanks, all work fine!