ligershark / sidewafflev2

Other
30 stars 11 forks source link

Compilation error with the Project Template #31

Closed GTANAdam closed 6 years ago

GTANAdam commented 6 years ago

Compiling a default SideWaffle Project Template results in a compliation error as following: The expression "[System.IO.Path]::GetFullPath( )" cannot be evaluated. The path is not of a legal form.

Any suggestions?

sayedihashimi commented 6 years ago

This happens when a .vstemplate file is not found. Do you have one in the correct folder?

GTANAdam commented 6 years ago

Correct, it is missing. Shouldn't it be created by default with the Project Template though?

sayedihashimi commented 6 years ago

@GTANAdam that file needs to be next to the source project you're using, so it's not a part of the project created for the template. See my videos at https://www.youtube.com/watch?v=g6az_N95dVM&list=PLqSOaIdv36hQdvGVkMXDJJ4Uh-nGj3NRK.

GTANAdam commented 6 years ago

Alright, thank you a lot for the clarification!