kpreisser / MouseClickSimulator

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

Build error #21

Closed Ross123123 closed 2 years ago

Ross123123 commented 7 years ago

When I try to run the script to build it, the command prompt spits this out:

C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1098,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.6" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Users\rossl\Desktop\MouseClickSimulatormaster\TTMouseclickSimulator\TTMouseclickSimulator.csproj]

kpreisser commented 7 years ago

Hi,

did you install the .NET Framework 4.6 Targeting Pack as described in the Wiki page?