-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Fails when exist setup project #114
Comments
@terranas, Thanks for the report. The problem was found in MvsSln: You can patch temporarily your sln file before our fixes. Find this: {GUID of your .vdproj}.Debug|solution_platform.ActiveCfg = Debug Then just add something to the end, for example "|Any CPU": {C44BFE7A-DBED-411A-8073-C88663B18ADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
......................................................................^^^^^^^^^ just add this |
An old unclear issue #91 looks like contains the same problem. But the author did not provide any information for that. I remind everyone that simple steps to reproduce the problem are very important to solve this ASAP! |
@3F Thank you! |
@terranas, Please keep open this issue until it's resolved. Fixes depends on MvsSln. Follow the news. |
@terranas, Please check fixes before public release:
or manually: https://github.com/3F/DllExport/releases/tag/CI-build-121 |
@3F I tried CI-build-121, |
Please use Because:
upd: I always forget to tell about an offline packages :) You can prefer this but |
MvsSln 2.4 is just released. changelog:
I don't see any confirmation from you but this was reproducible also for me. Thus, you have a few hours (or less) before today's release (means if you still have something). Thanks. |
* FIXED: Possible "The format ... of configuration is not supported." Issue #114. * FIXED: XML meta comments for DllExport Metadata. * CHANGED: Updated MvsSln 2.4 Release notes: https://github.com/3F/MvsSln/releases/tag/v2.4 * NOTE: To upgrade configured version to v1.6.5: ``` DllExport -action Upgrade -dxp-version 1.6.5 ```
Problem
I am using Visual Studio Professional 2019 on Windows 10.
In case of exist MSI Setup Project (*.vdproj) in Solution,
DllExport.bat -action Configure
, orDllExport.bat -action Restore
fails.I got the message below:
How to reproduce
Add *.vdproj to Solution by "Microsoft Visual Studio Installer Projects" extension.
https://marketplace.visualstudio.com/items?itemName=visualstudioclient.MicrosoftVisualStudio2017InstallerProjects
run
DllExport.bat -action Configure
The text was updated successfully, but these errors were encountered: