Patrick.O.Ige

Knowledge Creation is Essential to Business, and Communication is Essential to Knowledge Creation

  Home  |   Contact  |   Syndication    |   Login
  94 Posts | 5 Stories | 342 Comments | 0 Trackbacks

News

SharePoint SharePoint SharePoint

Article Categories

Archives

Post Categories

ADO.NET

Ajax

API/WebServices

ASP.NET Resources

BizTalk Server

Blogs I read

Free Books

How to

JQuery

LINQ

Misc

Mobile BI

Reporting Services

SEO

Sharepoint Resources/Tools

SharePoint 2010 Branding

SharePoint 2010 Videos

SilverLight

SQL Server

Sql Server 2012

SSIS

Windows Phone

WorkFlows

WSS V3

xml

Quote

library not registered" when creating new c# project item or project Error
I got an email from someone the other time asking me how i fixed the error above.The error comes up when you want to create a new C# project. VS.NET pops up the message and says library not registered" .I have also blogged the first error i got in this blog related to Visual Studio.Net.
Actaully who would have ever thought a DLL from the Visual C++ directory tree in Visual Studio would get unregistered simply by running a VS add-in deployment package install/uninstall a few times... and then would keep C# project wizards from working??
 
But after some googling i came across the fix which i guess has saved many people from reinstalling VS.Net:)
 
So it came out that the fix is very simple by(registering the  dll):-
 
regsvr32 "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\vcpackages\csproj.dll"
 
And you can find the  cSproj.dll in the VC7 folder.
 
My advice is if you have similar problem try looking for a fix before re-installing.
 
Happy programming.
 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
posted on Friday, March 31, 2006 5:36 PM