erdomke / InnovatorAdmin

A tool for managing Aras Innovator installations focusing on improving the import/export experience.
http://erdomke.github.io/InnovatorAdmin/
MIT License
58 stars 42 forks source link

Not Building #192

Open apradeep-github opened 5 years ago

apradeep-github commented 5 years ago

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

erdomke commented 5 years ago

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:

  1. On the main page, Clone or Download > Download ZIP
  2. Open the solution in Visual Studio 2017 Professional (15.7.3)
  3. Change the start project to InnovatorAdmin
  4. Press Start.
  5. The solution builds without errors

Attempt 2:

  1. On the main page, Clone or Download > Download ZIP
  2. Open a PowerShell window at the solution folder
  3. Run ./build
  4. 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?

Thanks.