I’m trying to install a Web Part (packaged up in an MSI via WPPackager) to one of my WFE boxes. The MSI has been installed on other servers with no problems prior, so I know the file isn’t corrupt (it’s the v1 SmartPart). When I go to install it, I’m prompted to install it to the GAC, and then to modify the CAS policy
(which I say [NO] as I want it to use the default properties used when installing something into the GAC)… at this point I get a terminating error and the install rolls back. No DWP, DLL, or SafeControl is found where they should be (/wpcontrols, GAC, and web.config)… When I open the wppackager.log, I see this:
========= WPPackager install log started 1/6/2006 3:46:26 PM =========
1/6/2006 3:46:34 PM: Error: User did not accept CAS settings for assembly 'SmartPart, Version=1.0.0.0, PublicKeyBlob=[omitted for brevity]' on virtual server 'http://[mySharePointDNS] /'.
Ideas? I didn’t find anything in the msft.public.wss.dev NNTP or just a standard Google search and had no hits.
I’m trying to install the Web Part on a portal that was just restored into a new environment and I’m now at the point where I’m installing their Web Parts. Not sure if that changes anything, but I figured I’d mention it just in case. I’m assuming I could always install it manually by placing files in the correct spots (assuming the Web Part registration information is in the DB post restore)… but I’d rather know why the install is failing.