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

Recommended Answers

All 3 Replies

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

Perfect! thanks guys

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.