I have a warning to anyone who is playing around with the NAnt addin.  If
you install it with the MSI, and later uninstall it, it breaks VS (at least
it did for me)

I was experimenting with NAnt addin.  I built it (using Visual Studio .NET)
from CVS source, and installed it using the MSI file the project produced.
I later uninstalled it using control panel add/remove programs. This broke
some parts of Visual Studio .NET.  I could no longer create a new project,
and received an "object not registered" error.  Here's how I fixed it.

The uninstall seemed to take too much out of the registry, and after some
digging I found I had to re-register the "vslangproj.tlb" type library found
in "C:\Program Files\Common Files\Microsoft Shared\MSEnv" (I went to this
directory and typed: regtlib vslangproj.tlb)  After re-registering it,
everything started working again for me.  At least I think this is the step
that made things start working again.

Hopefully this will save somebody some time.
--Loren


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to