Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Building #192

Open
apradeep-github opened this issue Jul 3, 2018 · 1 comment
Open

Not Building #192

apradeep-github opened this issue Jul 3, 2018 · 1 comment

Comments

@apradeep-github
Copy link

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
Copy link
Owner

erdomke commented Jul 10, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants