Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Building ASP.NET Web Parts for Windows SharePoint Services 3.0
Sep 13, 2007 at 8:17 AM"must be compiled with the AllowPartiallyTrustedCallersAttribute set to succeed"
Well in my code i was attempting to access a web service in the constructor and apparently no permissions are granted at this point. Changed the code to run in the CreateChildControls and like magic it worked....
Hope this helps