At the moment I’m trying to deploy the ConnectedLookup 2.0 solution from CodePlex (download it here) at a customer SharePoint farm. Recently I deployed this solution succesfully at several other farms but now I’m running into some problems. Maybe you can help.
I first tried to deploy with the setup.exe file and secondly with the addsolution and deploysolution stsadm commands. In Solution Management in the SharePoint Central Administration the following “Last Operation Details” show these errors:
<ApplicationServer> : http://<intranet>/ : SharePoint - <intranet>80 :
The Solution Deployment operation for connectedlookup 2.0.wsp failed. The Code Access Security portion of the solution failed to deploy because the C:\Inetpub\wwwroot\wss\VirtualDirectories\<intranet>80\web.config file does not have a <trust> node. Ensure that there exists a <trust> node referencing the current policy level.
<ApplicationServer>: The Solution Deployment operation for connectedlookup 2.0.wsp failed. The Code Access Security portion of the solution failed to deploy because the C:\Inetpub\wwwroot\wss\VirtualDirectories\<intranet>80\web.config file does not have a <trust> node. Ensure that there exists a <trust> node referencing the current policy level.
<WebFrontEndServer>: http://<intranet>/ : The solution was successfully deployed.
As you can see something with the Trust node is incorrect in the web.config file. On the ApplicationServer Trust Level was “WSS_Minimal” and on the WFE Trust Level was “WSS_Custom”. I thought maybe it has to do something with the Trust Level that is not the same. So, I changed in on both servers to “Full”. After this change the above error still appeared.
Do you have any solution or suggestions for me to solve this problem? You can leave a comment to this post or send me an email at marc(at)information-worker(dot)nl. Thanks.




Leave a Reply