Code Security
Hi,Here is the troubleshooter tool -- sorry I left out the link.http://www.microsoft.com/downloads/details.aspx?FamilyId=C9FB6A54-8069-4918-A6F9-E744928DFAC3&displaylang=enRegards,Darryn Lavery [MSFT]
View ArticleCode Security
Oh, I cleared all my code group trusts and started over. I put the trust in for my localhost.
View ArticleCode Security
Also looking at your original caspol statement, if you are accessing the document from this document then it fail as there is no trust for it.Regards,Darryn Lavery [MSFT]Level = EnterpriseCode...
View ArticleCode Security
Hi,Could you use this troubleshooter tool and see it what reports?Also, check out the Fusion Log Viewer (fuslogvw.exe) which will indicate which assemblies are not being loaded correctly.Thanks and...
View ArticleCode Security
Ok I have this line in my web.config:<addassembly="Microsoft.VisualStudio.Tools.Applications.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>I think I copied it from...
View ArticleCode Security
HIHave you used the Caspol from the .NET2 directories. %WINDIR%\Microsoft.NET\Framework\v2.0.50727 as you need to make sure you set the V2 of the security policy.Regards
View ArticleCode Security
Ok, I'm running through all my references for code security now. In my solution, I have a website (the document portal), a Word project, and a C# class that grabs the data and builds a dataset. I have...
View ArticleCode Security
Stack trace:The customization does not have the required permissions to execute.************** Exception Text **************System.Security.SecurityException: The customization does not have the...
View ArticleCode Security
Hi,Would it be possible to get some more information please?- Could we have a stack trace and the caspol statements used please? - Do these caspol statements work with documents / customizations not...
View ArticleCode Security
Ok, I've got this project I'm building where I use ServerDocument to create a document out of a template on the server. Populating data in a cached data island. But I was getting errors, can't run the...
View Article