trend Posted October 7, 2005 Posted October 7, 2005 I need to be able to: Imports System.Net.security in vs 2003 and according to ms, this namespace is available in .net framework 2.0 only: http://64.233.161.104/search?q=cache:5hG8ZV5cUpYJ:msdn2.microsoft.com/en-us/library/hse0k89h+System.Net.security&hl=en I downloaded the .net framework 2.0.. but is it possible to use the 2.0 framework w/ vs 2003? If not, could I write the program that I need w/ vs 2005 (Hopefully I could find a beta ver or somthing) then create this as a dll/ocx.. and access this dll/ocx from a vs2003 project? thanks~! Lee Quote
Administrators PlausiblyDamp Posted October 7, 2005 Administrators Posted October 7, 2005 VS .Net 2003 will not work with the 2.0 framework - you will need either VS 2005 or use the command line tools supplied by the SDK. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.