MMC 3.0 and .NET 1.1 ???

W

weisun

I am trying to develope MMC 3.0 snap-in with Visual Studio 2003. I
didn't find whether MMC 3.0 supports VS2003 and .NET 1.1 in MSDN
documentation. I know MMC 3.0 SDK sample codes are all built with
VS2005.

I installed MMC 3.0 on Windowes XP Professional SP 2, which only
has .NET framework 1.1. I checked the
microsoft.managementconsole.dll
installed to c:\WINDOWS\system32. It is .NET 2.0 assembly. Does it
make sense? I thought .NET 2.0 assembly cannot run on .NET 1.1
framework.


Please help
Wei
 
L

LVP

If you are developing something new why not go with VS2005 and .NET 2.0 or
beyond.
why staying behind.
What you described does not make sense to me.

LVP
 
W

weisun

Well, all other part of the application is built on vs2003. Moving to
vs2005 is just not what I can decide.
 
W

Willy Denoyette [MVP]

weisun said:
Well, all other part of the application is built on vs2003. Moving to
vs2005 is just not what I can decide.


The main issue here is that this namespace is part of Version 3 of the
Framework, which implies Version 2 of the CLR. Otherwise stated you'll need
to install V3 of the Framework and use at least VS2005, if you don't want to
use the command line tools to build your application.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top