Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAKE cannot build template automatically #30

Closed
tpetricek opened this issue Apr 23, 2014 · 2 comments · Fixed by #32
Closed

FAKE cannot build template automatically #30

tpetricek opened this issue Apr 23, 2014 · 2 comments · Fixed by #32

Comments

@tpetricek
Copy link
Member

The VSIX extensibility project that builds Visual Studio template cannot be built automatically using FAKE. The relevant lines in the build script are here.

The relevant error seems to be:

"c:\Tomas\Public\FsLab\temp\template\FsLab.Template.csproj" (Rebuild target) (2) ->
(ValidateVsixManifest target) ->
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.targets(75,5): error MSB4018: The "ValidateVsixManifest" task failed unexpectedly. [c:\Tomas\Public\FsLab\temp\template\FsLab.Template.csproj]
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.targets(75,5): error MSB4018: System.TypeInitializationException: The type initializer for 'Microsoft.VsSDK.Build.Tasks.ExtensionManagerUtilities' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Settings.12.0, Version=12.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. [c:\Tomas\Public\FsLab\temp\template\FsLab.Template.csproj]

I suspect this has something to do with the fact that this is a non-standard project that requires VS SDK.

Doing the last step by hand is not a big deal though!

/cc @forki

@forki
Copy link
Contributor

forki commented Apr 23, 2014

I assume we need VsSDK experts ;-)

@tpetricek
Copy link
Member Author

"VsSDK experts = ∅"

... but I guess one can still have a hope :-)

dungpa added a commit to dungpa/FsLab that referenced this issue Apr 23, 2014
dungpa added a commit to dungpa/FsLab that referenced this issue Apr 23, 2014
dungpa added a commit to dungpa/FsLab that referenced this issue Apr 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants