Hi
I have a windows application which exports and imports sharepoint sites. I need to create a setup for the application. If I try to build the setup I get this error: Error 5 File 'Microsoft.SharePoint.Search.dll' targeting 'AMD64' is not compatible with the project's target platform 'x86'
The application is developed in c#.net and when I exclude the search dll when I run the application I get an object not ref to instance error...so I assume the search dll is used to lookup the sites which populates my combo boxes.
What do I need to do to fix this....??