Using vb.net to access a Sharepoint list

S

SuperGh0d

Hello all,

In my infopath form I have added some coded to the submit event that
uses the Microsoft.Sharepoint namepace. since then I have moved the
project to another computer that does not have sharepoint server
installed and I can't seem to locate the namespace after installing
the Sharepoint services 3.0 SDK. Does Microsoft.Sharepoint.dll only
exist on a sharepoint server? Is there anyway to use it on a non-
sharepoint server?

thanks
 
S

S.Y.M. Wong-A-Ton

The DLL is installed when you install WSS. You could copy the DLL from the
12-hive\ISAPI folder on a SharePoint server and then register it in the GAC
on the other computer. This will make it available in your development
environment, but I'm not sure whether it is dependent on other DLLs. It is
best to repost your question (minus the InfoPath part) in one of the
SharePoint newsgroups/forums.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top