Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > System Update Required
 

System Update Required

Hello All,

I published my application using MSBuild which builds and publish the application.  However when I tried to connect to the application from a client machine it errors out on the  System Update Screen.  The error messag was "This application requires your system to be updated to Microsoft.Practices.Enterprise.Logging Version 1.1.0.0"  The dll is in the publish directory on the server.  Any idea why this is happening?
Vi_Tinh  Monday, August 08, 2005 2:09 PM

Looks like this assembly Microsoft.Practices.Enterprise.Logging is called out as a prerequisite in the .manifest file, in which case ClickOnce expects it to be installed into the GAC. Check your MSBuild project and make sure this assembly is not marked as prerequisite.

Regards,
Sameer

Sameer Bhangar - MSFT  Wednesday, August 17, 2005 6:37 PM

Can you Plz explain me in details

- What is the client software configration ( means is there a .net Beta 2 already Installed Or not )

- Can you give the same error from the System where you have hosted the application.

- Is this the only error or there is other errors also

- Is this the first time you are getting this error or you are getting the same error in other application(s) deployed using ClickOnce

 

ErSehmi

ErSehmi  Tuesday, August 16, 2005 7:40 PM

Looks like this assembly Microsoft.Practices.Enterprise.Logging is called out as a prerequisite in the .manifest file, in which case ClickOnce expects it to be installed into the GAC. Check your MSBuild project and make sure this assembly is not marked as prerequisite.

Regards,
Sameer

Sameer Bhangar - MSFT  Wednesday, August 17, 2005 6:37 PM

You can use google to search for other answers

Custom Search

More Threads

• NANT MSI customaction for Installer.cs class methods
• resource edit for an excutable.
• Stopping processes before uninstalling.
• About arquitecture
• c# and .mdb or any other database application
• How to deployment a sql2005
• Can Windows Service access certificates
• Q305624 hosting controls from the filesystem
• Question about ClickOnce
• Ms Project AddIn not works at Vista (and at xp works fine)