Link to home
Start Free TrialLog in
Avatar of ralphp1355
ralphp1355Flag for United States of America

asked on

VISUAL STUDIO VB - Try to add an interface to SharePoint from VS - vs choking on imports statement

Trying to create a sharepoint list item from inside VS
From this knowledge base item - Visual Studio is choking on the IMPORTS statements for sharepoint
https://msdn.microsoft.com/en-us/library/office/ee539976%28v=office.14%29.aspx

Imports System
Imports Microsoft.SharePoint.Client
Imports SP = Microsoft.SharePoint.Client

Any thoughts
ASKER CERTIFIED SOLUTION
Avatar of Jamie McAllister
Jamie McAllister
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ralphp1355

ASKER

Just changed it