Problem with Clickonce Deployment
-
Hi, I have an windows application which is deployed through a website. Now i have included the .net Framework 2.0 as one of the prerequistes through the publish wizard. I have also given a URL from which the application will be loaded. Since this application will be deployed in multiple servers, we cannot hardcore the URL from which the application should be downloaded. So, i am passing parameters to the setup.exe to take it from the current server in which it is running.(this all works fine). I get the following error when setup.exe runs, The following package files could not be found: C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files\Content.IE5\BZ1NHQ5E\dotnetfx\dotnetfx.exe Do anyone know why this happens? Regards N.Surendra Prasad ;)