Per previous thread... VSLangproj.dll was unregistered... re-registering
it
got vs.net running for me.
>
/jhd
>
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\PublicAssemblies C:\Program Files\Common Files\Microsoft Shared\VSA\7.1\Common
>
Directory of C:\Program Files\Common Files\Microsoft
Shared\VSA\7.1\Common
03/19/2003 04:52 AM 53,248 VSLangproj.dll 03/19/2003 04:52 AM 19,968 VSLangProj2.dll
>
$ regasm VSLangproj.dll Microsoft (R) .NET Framework Assembly Registration Utility 1.1.4322.573 Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Try to register csproj.dll : regsvr32 csproj.dll. csproj.dll is found somewhere under VS.NET directory structure. Though I can hardly figure out how ReSharper uninstallation has managed to unregister it...
Found the following useful as well (mentions extensibility.dll as well).
http://www.petedavis.net/dotnet_articles/wizardfix.html
/jhd
"John Dhom" <a@b.c> wrote in message news:c5eapm$m32$1@is.intellij.net...
it
>
>
>
Shared\VSA\7.1\Common
>
>
>
>
>
>
Spoke too soon... Tried to create a new c# project this morning and getting
"Library not
registered".
/jhd
"Peter van Os" <p_vanos@hotmail.com> wrote in message
news:c51rgj$5f6$1@is.intellij.net...
>
>
Ok, that fixed my "Library not registered." error.
Thanks,
/jhd
"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
news:c534oe$qhu$1@is.intellij.net...
>
>
>
Fixed per Dimitry's suggestion to register (regsvr32) csproj.dll
/jhd
"John Dhom" <a@b.c> wrote in message news:c5f0am$k2n$1@is.intellij.net...
getting
>
>
>
>
>
I'm having this problem too. And none of the above worked for me.
"Peter van Os" <p_vanos@hotmail.com> wrote in message
news:c51rgj$5f6$1@is.intellij.net...
>
I did a Repair on VS.NET and now all works fine.