You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the source code and try building it. But It failed with some of the following errors:
Severity Code Description Project File Line Suppression State
Error CS1026 ) expected InnovatorAdmin.Api ...\InnovatorAdmin-master\InnovatorAdmin.Api\Plugin\PluginConnection.cs 118 Active
Severity Code Description Project File Line Suppression State
Error CS0103 The name 'conn' does not exist in the current context InnovatorAdmin.Api ...\InnovatorAdmin-master\InnovatorAdmin.Api\Plugin\PluginConnection.cs 121 Active
The text was updated successfully, but these errors were encountered:
Unfortunately, I cannot replicate the problem you describe. No matter what I do, the latest commit on the master branch (which was made before you submitted your issue) seems to build.
Attempt 1:
On the main page, Clone or Download > Download ZIP
Open the solution in Visual Studio 2017 Professional (15.7.3)
Change the start project to InnovatorAdmin
Press Start.
The solution builds without errors
Attempt 2:
On the main page, Clone or Download > Download ZIP
Open a PowerShell window at the solution folder
Run ./build
The solution builds without errors
I'm assuming a git clone should have achieved the same result as the Download Zip unless the clone got interrupted. If you are still having issues, can you confirm that your fork and/or locally-cloned copy of the repo exactly match latest commit? Also can you tell me more about which version of Visual Studio you are using?
I downloaded the source code and try building it. But It failed with some of the following errors:
Severity Code Description Project File Line Suppression State
Error CS1026 ) expected InnovatorAdmin.Api ...\InnovatorAdmin-master\InnovatorAdmin.Api\Plugin\PluginConnection.cs 118 Active
Severity Code Description Project File Line Suppression State
Error CS0103 The name 'conn' does not exist in the current context InnovatorAdmin.Api ...\InnovatorAdmin-master\InnovatorAdmin.Api\Plugin\PluginConnection.cs 121 Active
The text was updated successfully, but these errors were encountered: