Is it possible to use Sharepoint Client Object Model for a Windows Application? If yes then how to do it? Thanks in advance...
|
|
Yes, it is possible; and you do it the same way you would create any other Windows application, including the relevant references and writing the code. |
|||||||
|
|
As stated by TZHX you can, please refer to these for help: msdn wiki http://msdn.microsoft.com/en-us/gg620623 this is an example using the client side object model example http://www.codeproject.com/Articles/399156/SharePoint-2010-Client-Object-Model-Introduction and another example the paths to dll's are:
|
|||
|
|
|
Finally, I'm able to fix the problem.I missed out one very small but crucial thing.My Target Framework was set to '.NET Framework 4' which should be '.NET Framework 3.5'.Changed it accordingly and it has started working. |
||||
|
|
