02-09-2009, 4:09 PM
|
microsmith
Joined on 02-10-2009
Posts 2
|
Problem with manifest file
|
 
 
|
|
|
I'm using Visual Studio 2008 to create a Word add-in. I set up the command line parameters in the post-build event to obfuscate the dll using your product. The build suceeds but when I try to install the custumization I get the following error:
Name: Formula Builder AE 2007
From: file:///C:/Users/Brad/Documents/Visual Studio 2008/Projects/Formula Builder AE 2007/Formula Builder AE 2007/bin/Release/Formula Builder AE 2007.vsto
File, Formula Builder AE 2007.dll, has a different computed hash than specified in manifest.
************** Exception Text **************
System.Deployment.Application.InvalidDeploymentException: File, Formula Builder AE 2007.dll, has a different computed hash than specified in manifest.
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.DownloadAddIn(TimeSpan timeout)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
It seems that the manifest is built before the obfuscation is complete. How can I get around this?
Thanks
Microsmith
|
|
|
|
|
Report
|
|
|
|