Visual Studio 2010

Add Safe Control Entries to SharePoint 2010 Web Parts using VS2010

I was reviewing a SharePoint solution and found that a web part inside that solution has poor naming conventions so I decide to rename the web parts for giving the proper names to them. I changed the necessary references in different files of web part (I’ll mention them in a separate blog post). Now after Add Safe Control Entries to SharePoint 2010 Web Parts using VS2010

Common errors with SharePoint 2010 development using Visual Studio 2010 in x64 architecture: Resolved

“The type or namespace name ‘SharePoint’ does not exist in the namespace ‘Microsoft’ (are you missing an assembly reference?” (Even you add Microsot.SharePoint.dll reference in your project and import the namespace in code but while building the solution you will get above mentioned annoying error.) OR “FileNotFoundException was unhandled: The Web application at http://localhost/ could Common errors with SharePoint 2010 development using Visual Studio 2010 in x64 architecture: Resolved