I'm trying to make an application for windows phone 7 with the framework phonegap, in Visual Studio 2010. But I get an error when I'm trying to compile the project. The error is:
Error 1
The command "CScript "C:\Users\Alan\documents\visual studio 2010\Projects\PhoneGapStarter\PhoneGapStarter\BuildManifestProcessor.js" "C:\Users\Alan\documents\visual studio 2010\Projects\PhoneGapStarter\PhoneGapStarter\PhoneGapStarter.csproj"" exited with code 1. PhoneGapStarter
I'm using the phonegap library 1.6.1 (cordova), but I can't see what the problem is. I tried to download the library again and added it to the project, but that didn't help.
What can I do?