kpreisser / MouseClickSimulator

Mouse Click Simulator for Toontown Rewritten and Corporate Clash
MIT License
24 stars 17 forks source link

Error: MSBuild not found at "C:\Program Files (x86)\MSBUILD\14.0\Bin\MSBuild.exe"! #3

Closed CometRewritten closed 8 years ago

CometRewritten commented 8 years ago

Hi, I downloaded all the files but when I click build an error comes up saying.

Error: MSBuild not found at "C:\Program Files (x86)\MSBUILD\14.0\Bin\MSBuild.exe"!

If you know how I can fix this that would be great! Also thank you for developing this soft wear! :)

CometRewritten commented 8 years ago

Ok I fixed the first problem but now I am getting this error


Building the TTR Mouse Click Simulator...

MSBUILD : error MSB1009: Project file does not exist. Switch: TTMouseclickSimulator\TTMouseclickSimulator.csproj Press any key to continue . . .


If you know whats wrong with this I'd really appreciate it.

TTExtensions commented 8 years ago

Hi, that sounds as if the working directory was not the directory of the script.

I have applied a change to BUILD.cmd to fix this. Can you please re-download the repository / ZIP file to see if it has fixed the issue? Thanks

CometRewritten commented 8 years ago

The only difference was that my computer asked me if I was sure I wanted to run the program but the same error came up.

MSBUILD : error MSB1009: Project file does not exist. Switch: TTMouseclickSimulator\TTMouseclickSimulator.csproj Press any key to continue . . .

TTExtensions commented 8 years ago

Hi, assuming you downloaded the Zip file (MouseClickSimulator-master.zip), did you extract it? Or did you double-click on it, then double-clicked on the BUILD.cmd file? In the latter case if you don't have a custom Zip program installed, Windows Explorer will just extract that file and run it, so it cannot find the project file. Instead, you would need to right-click on the .zip file and then select "Extract all..." to extract all of its contents to a folder. Then you can open that folder double-click on the BUILD file.

TTExtensions commented 8 years ago

Please reopen the issue if you still have this problem. Thanks