MMC 3.0 and .NET 1.1 ???
am 19.12.2007 16:21:05 von weisun.aa
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
Re: MMC 3.0 and .NET 1.1 ???
am 19.12.2007 21:22:54 von mattias.dont.want.spam
>I didn't find whether MMC 3.0 supports VS2003 and .NET 1.1 in MSDN
>documentation.
MMC 3.0 requires .NET 2.0 AFAIK.
>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.
Do you actually have any snap-ins written in managed code running?
Mattias
--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Re: MMC 3.0 and .NET 1.1 ???
am 20.12.2007 15:35:57 von weisun.aa
> >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.
>
> Do you actually have any snap-ins written in managed code running?
>
No, I am still researching. The microsoft.managementconsole.dll was
installed with MMC 3.0.