-
Notifications
You must be signed in to change notification settings - Fork 91
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
A parameter cannot be found that matches parameter name 'Wait'. #87
Comments
@Atorres666 I haven't personally tested the PS script command from VS2013. Are you also having the same issue in VS2015? |
No, I don't have VS2015, what version should work on VS2013? Where's the versions list? I may try older versions |
I will try older versions https://www.nuget.org/packages/WebApiProxy.CSharp/ |
I got it working with these old versions: Server WebAPIProxy: 1.2.0.41997 I had to manually delete the dll references and the corresponding lines from packages.config and run install-package again in each project, otherwise more errors were thrown. Thank you Fanie Reynders great work |
Server WebAPIProxy: 1.2.0.41997 Working on VS2015 too, I confirm you that using last versions the problem persists on this environment (VS2015). |
What version of Windows are you using? |
Win 7 Professional (SP1) 2016-03-08 16:30 GMT+01:00 Fanie Reynders notifications@github.com:
|
Would you mind testing it on Windows 8 or higher? |
Hi, I tried with Windows 10 but I got an error: <<Each package is licensed to you by its owner. NuGet is not responsible Package Manager Console Host Version 3.3.0.167 Type 'get-help NuGet' to see all available NuGet commands. PM> WebApiProxy-Generate-CSharp Done. Basically updating only the server to the last version it works Hope this can help. 2016-03-08 16:44 GMT+01:00 Fanie Reynders notifications@github.com:
|
This issue seems to be related to the version of Powershell installed on the machine. If you are on Windows 7, try installing the latest version of Powershell via https://www.microsoft.com/en-us/download/details.aspx?id=50395 . |
-wait is Introduced in Windows PowerShell 3.0. |
I'm getting this error:
I.m using:
The text was updated successfully, but these errors were encountered: