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

System Update Required
Pascalsz
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
roraima
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