-
Notifications
You must be signed in to change notification settings - Fork 3
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
Any update to support Visual Studio 2019 ? #9
Comments
Are you sure that's the full error message? According to this there should have been an You can also follow the directions in that link to enable full diagnostic output, which may provide further useful error messages. Without something to tell me what the exact problem is, I have no way of rectifying the issue. |
@Pharap You are right !😥 I didn't paste the whole message. So the correct error messages are these:
Will check the full diagnostic output too and paste the results. |
That suggests that either If the project was created from the template correctly then I'm guessing the folder If that does fix the problem, I could add another command ( |
Do you get the same error if you run the command manually?
If so, it might be a change in command behaviour depending on OS version. If not then I'm presuming VS2019 is doing something weird that prevents the command from working, and I'd have no clue what that might be. I don't have VS2019 installed so I have nothing to test with, and I'm not going to install it just to test this. I could look into replacing |
If you are using the option to place the solution in the project directory, this template will not work since that will mess up your paths. You will also need to "retarget solution" on the project. |
When using the template in Visual Studio 2019, you get a :
error MSB3073: The command "COPY /Y "C:\Users\xxxx\source\repos\Project1\Project1\Lib\x86\*.dll" "C:\Users\xxxx\source\repos\Project1\Debug\*.dll"
The text was updated successfully, but these errors were encountered: