PortalNewb
Programmer
When I try to build a new web part for a employee list, I get the following error:
"The type or namespace name 'Portal' does not exist in the class or namespace 'Microsoft.SharePoint' (are you missing an assembly reference?)"
I have the following in the beginning of the .cs file that is making this error:
using Microsoft.SharePoint.Portal;
I also have the Microsoft.Sharepoint.Portal.dll file in the folder.
Anyone know why I'm getting this error?
"The type or namespace name 'Portal' does not exist in the class or namespace 'Microsoft.SharePoint' (are you missing an assembly reference?)"
I have the following in the beginning of the .cs file that is making this error:
using Microsoft.SharePoint.Portal;
I also have the Microsoft.Sharepoint.Portal.dll file in the folder.
Anyone know why I'm getting this error?