954,510 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Missing .Net Framework configuration tool

Hey guys,

I am trying to find .NET Framework Configuration Tool which used to be in the control panel for older versions such as .Net Framework 2.0. I just noticed that it is not there anymore, and mscorcfg.msc is also missing from the machine. I googled on it and one suggestion was using mmc but cant find .net framework anywhere in the snap-in dialog.

All I want to do is register assembly into GAC. Sigh...

Could it be because I'm running Windows 7 64 bit OS?
By the way Im running windows 7 64bit, Visual Studio 2010 Pro 64 bit.

Thanks in advance

bluehangook629
Posting Whiz in Training
204 posts since Dec 2009
Reputation Points: 11
Solved Threads: 14
 

If you just want to register a dll then try to use this:
Start -> Run -> type in -> REGSVR32.EXE Path/to/dll
to unregister: REGSVR32.EXE /u Path/to/dll

GeekByChoiCe
Master Poster
721 posts since Jun 2009
Reputation Points: 208
Solved Threads: 168
 

If you need to register 32-bit DLL's see this article http://support.microsoft.com/kb/249873 for a pretty decent explanation.

Thanks!

berniefitz
Light Poster
36 posts since Jul 2011
Reputation Points: 17
Solved Threads: 7
 

Perfect! thanks guys

bluehangook629
Posting Whiz in Training
204 posts since Dec 2009
Reputation Points: 11
Solved Threads: 14
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: