Microsoft Developer Network >
Página principal de foros
>
Visual C# General
>
Manifest not being embedded
Manifest not being embedded
- In one project, I set the properties to use a default manifest, it works (does not use vista virtualization). It embeds the manifest in the exe and in the bin folder there's a myProgramA.vshost.exe.manifest.
In another project, I set the properties to use a default manifest, it doesn't work (uses vista virtualization). It doesn't embed the manifest in the exe and in the bin folder there's a myProgramB.exe.manifest, but no myProgramB.vshost.exe.manifest. In this project I used to embed my own manifest with the following post build event:
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\mt.exe" -manifest "$(ProjectDir)$(TargetName).exe.manifest" –outputresource:"$(TargetDir)$(TargetFileName)";#1
I removed that and removed the custom manifest I was using from the project because it didn't work with my setup project. But now just setting to a default manifest doesn't work. Anyone know why this would happen?
Todas las respuestas
- bump ^-^
Mark the best replies as answers. "Fooling computers since 1971." - Buuuump. Anybody have any ideas?
- Over a week and no response? Am I just screwed here?
- Scotty,
I never moved up to Vista on the business side of things.
Yeah, I was chicken.
So I cannot help you out on this one.
Don't get discouraged.
It seems like some folks are either on vacation, or busy playing with VS2010 Betas.
Mark the best replies as answers. "Fooling computers since 1971." If I add new projects they work fine, all the other projects in the solution work fine, but if I delete the project having problems and add a new one, the problem persists... Seems like it's a problem with the solution but I don't know how it could be, there's barely anything in the sln file...
Hi
Have you ever try after sign assembly ?
MCP, MCTS, MCDBA, MCSA, MCSE, MCITP, MCPD, MCT

