Dan
Posts: 4513
Joined: Wed Apr 24, 2013 3:51 pm

The target "ResolveAssemblyReferences" does not exist in the project

Wed Jun 15, 2016 9:47 am

Hello,

You may receive the target "ResolveAssemblyReferences" does not exist in the project error when loading the Visual Studio solution with the .aiproj:
VS error.png
VS error.png (5.42KiB)Viewed 137475 times
The error can be encountered after upgrading to the 13.0 version of Advanced Installer.

This issue will be fixed in the next version of Advanced Installer. Until then, you can use the following workaround:

Please edit the AdvInstExtTasks.Targets file from C:\Program Files (x86)\MSBuild\Caphyon\Advanced Installer (install folder of the MSBuild):

Code: Select all

 <Target Name="Clean" >
  </Target>

  <Target Name="ResolveAssemblyReferences">
  </Target>
at the end of the file, before closing the </Project> tag.

So, it should be something as follow:
AdvInstExtTasks.png
AdvInstExtTasks.png (12.21KiB)Viewed 137475 times
Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”