.NET Framework Bookmark and Share   
 index > 64-Bit .NET Framework Development > 32bit .Net Configuration Tool from 64bit SDK
 

32bit .Net Configuration Tool from 64bit SDK

Hi,

I hope this is a really simple question.

I've installed the x64 .Net 2.0 SDK on a machine and can see that it installs both 32 and 64 bit versions of the Framework. I need to deploy a DLL to the 32 bit GAC, but I cannot get the snap-in console to load up. On opening the .Net Config Tool I get the option to select which version of the MMC I want. The 32-bit version says "<unknown>", and subsequently won't load up.

I know this is a really simple question, but do I need to also install the 32-bit SDK to get the 32-bit console, even though the 64bit one installed the Frameworks for 32-bit. If so, are there any implications in installing the 32-bit SDK alongside the 64 SDK. I would guess not, but I cannot find any info to confirm this.

Thanks,

Ali
Alergik
That MMC plugin was part of the .NET 2.0 SDK. It has been discontinued, I haven't seen it back since the 2005. Not sure if it is a good idea to get too used to it.

To put an assembly in the GAC, just navigate to c:\windows\assembly with Explorer. Copy and paste. Gacutil.exe if you want to do it by hand.

Hans Passant.
nobugz
That MMC plugin was part of the .NET 2.0 SDK. It has been discontinued, I haven't seen it back since the 2005. Not sure if it is a good idea to get too used to it.

To put an assembly in the GAC, just navigate to c:\windows\assembly with Explorer. Copy and paste. Gacutil.exe if you want to do it by hand.

Hans Passant.
nobugz

You can use google to search for other answers

Custom Search

More Threads

• System.BadImageFormatException:is not a valid Win32 application
• Web application developed in 32 bit is not working in 64bit Sever
• AVIMakeCompressedStream - InterOp problems
• sql Caching
• .NET development 2.0 = 32bit ?
• Smart Device Emulator and 64-bit OS with VS2003 problem
• Difference in stricmp vs _stricmp
• 64 bit PE File Format(Native and .Net)
• How to obain 64 bits merge modules for my 32 bit os platform
• How to create an extremely large array/object (> 2 GB) without using jagged arrays ?