Imports System.Security.AccessControl

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I currently have both .NET framework 1.1 and .NET framework 2.0 installed on
my dev machine. When I use the above line in my general declarations - Visual
Basic tells me that the namespace or type cannot be found. Under references -
in the solutions explorer - the system.dll properties tells me that the
version is 1.0.5000.0 - Does anyone know how to change it to the version with
the .NET framework 2.0 or System.dll version 2.0.50727 so that I can use the
System.Security.AccessControl class?

Thank You in advance
Chris
 
I am using Visual Studio .NET 2003 - Is this even possible or do you have to
have VS 2005?
 
VS 2003 can not target v2.0 of the framework. You need VS2005. You
can download the express versions for free.
 
Back
Top