M
Majid
Hi,
I have a c# project which I publish it to the user using existing ClickOnce
facility in Visual Studio 2008. As you may know the application by default
uses the "Embed manifest with default settings". This can be found by going
to project properties-Application Tab- Manifest.
The default setting gave me the following error:
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later
in the log.
* Activation of
http://dev01/appdeploy/rtoolstester/ResourceTechniques.Applications.RtoolsTester.application
resulted in exception. Following failure messages were detected:
+ Reference in the manifest does not match the identity of the downloaded
assembly ResourceTechniques.Applications.Rtools.FeedManager.exe.
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
I found out that a quick fix for the time being is to change the Manifest
option to:
"Create application without a manifest".
This did fix my problem however whilst the program may run now, I do not
think that is the right solution. A manifest stores, among other things, all
the version information about an application removing that means the
application will never update itself. What is the correct solution?
Thanks in advance
I have a c# project which I publish it to the user using existing ClickOnce
facility in Visual Studio 2008. As you may know the application by default
uses the "Embed manifest with default settings". This can be found by going
to project properties-Application Tab- Manifest.
The default setting gave me the following error:
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later
in the log.
* Activation of
http://dev01/appdeploy/rtoolstester/ResourceTechniques.Applications.RtoolsTester.application
resulted in exception. Following failure messages were detected:
+ Reference in the manifest does not match the identity of the downloaded
assembly ResourceTechniques.Applications.Rtools.FeedManager.exe.
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
I found out that a quick fix for the time being is to change the Manifest
option to:
"Create application without a manifest".
This did fix my problem however whilst the program may run now, I do not
think that is the right solution. A manifest stores, among other things, all
the version information about an application removing that means the
application will never update itself. What is the correct solution?
Thanks in advance