up vote 0 down vote favorite
share [g+] share [fb]

I have some user controls that are going to get added into SharePoint through SmartPart.

I'm testing on my local machine, but I'm planning on using the SharePoint security.

I was wondering if there was a way I could to a quick test to see if the Microsoft.SharePoint assembly can actually get loaded so I can continue to test on my machine, then just enable that when I get it uploaded to the server.

Thanks.

link|improve this question

59% accept rate
feedback

1 Answer

You can certainly copy the Microsoft.SharePoint.dll to your local machine and have a reference to that DLL. However it will only be useful to provide Intellisense. You won't be able to execute any SharePoint code on your local machine with it as SharePoint code only runs on the server. (Another option is to use remote debugging but believe me, it's painful!)

Have a read of How to Build a SharePoint Development Machine for more info.

link|improve this answer
Thanks for the link. I have a server machine built up, but I have all my files local. I found a quick solution to my problem by creating a module that handles the sharepoint issues that I just comment out when it's not on the server. – Ryan Smith Dec 2 '08 at 17:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.