Custom Web service wrapper for SharePoint 2010? -


our team has found there things can't done in out of box sharepoint web services, we've decided build our own web service wrapper, wrap around microsoft.sharepoint.dll , microsoft.office.server.userprofiles.dll.

my problem is, dlls 64 bit, web service must 64 bit. when set project x64 bit, asp.net throws badimageformatexception.

is there working web service can call sharepoint 2010 native libraries use see work around, or know work around? grateful!

how microsoft dll's referenced? if in web services's /bin folder, remove them there, .net attempts load them gac.

ive developed several wrappers , never had 32/64 bit issue when deployed service sharepoint.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -