Got VS2005 Profesisonal installed. Went to create an Windows console application and got an error. Then proceeded to comment out the few lines of code to leave an empty main(). Tried to run the application again and get the same error.
Here's the error:
Request for the permission of type 'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=Some Number' failed.
Is this an installation error
I tried using Permview to look at the permissions but I couldn't find Permview. Where's it normally located. I did a search and couldn't find the file on the drive.

Installation Problem?
Senad PP
Turns out when I created the project, I got the message "The project location is not trusted." and ignored it.
It was a simple matter of Giving a Mapped Drive .NET FullTrust to remedy this problem.
Command was:
c:\>caspol -q -machine -addgroup 1 -url file://z:/* FullTrust -name "Z Drive"
Full details can be found here: http://www.sellsbrothers.com/news/showTopic.aspx ixTopic=1519