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

Unable to build in localhost #118

Closed
UlrikMy opened this issue Aug 16, 2020 · 1 comment
Closed

Unable to build in localhost #118

UlrikMy opened this issue Aug 16, 2020 · 1 comment

Comments

@UlrikMy
Copy link

UlrikMy commented Aug 16, 2020

1. ISSUE/ BUG/ ERROR

a. Expected Behaviour

b. Actual Behaviour

After installing the WAP and setting up the database as instructed, I was unable to run the application in localhost. In the debug I get the following error: unable to start program C:... surveyWAP/bin/Votations.NSurvey.WebAdmin.dll
The system cannot find the .dll extension in the bin. That's one problem. The other problem is when I try to build the application in Visual Studio. I get the following error:
C:...\surveyproject-2.4\SurveyWAP\SurveyWAP.csproj(2130,5): error : This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets.

It should be easy enough to install the NuGet package, but I can't do that either. I get the message that the 'Default Project' is not found. See below:

PM> Install-Package MSBuildTask -Version 1.5.0.235
Install-Package : Project 'Default' is not found.
At line:1 char:16

  • Install-Package <<<< MSBuildTask -Version 1.5.0.235
    • CategoryInfo : ObjectNotFound: (Default:String) [Install-Package], ItemNotFoundException
    • FullyQualifiedErrorId : NuGetProjectNotFound,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

I'd really appreciate some input to help me here. I'm fairly new to this. Thanks, everyone.

c. Steps to Reproduce Behaviour

d. Possible Cause and/or Solution

e. Technical Specifications

  • Version of Survey Project:
  • Type of Device (pc, laptop, tablet, mobile):
  • Browser Type & Version:
  • Operating System:

f. Context (Environment)



2. NEW FEATURE

a. User story

As a ...

I want to ...

So that I can ...

b. Acceptance Criteria

Scenario 1

Given...

When....

Then .....

Scenario 2

Given...

When....

Then .....

Scenario 3

Given...

When....

Then .....

@w3devpro
Copy link
Member

Please check the surveyproject.org site for any help and the SP installation documents. Also the Microsoft websites provide information on how to start developing.

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

No branches or pull requests

2 participants