This is a migrated thread and some comments may be shown as answers.

ObjectDataSource Select a Business Object Wizard not showing objects

1 Answer 219 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 29 Sep 2011, 04:53 AM
Hi,
We are building report library for Sharepoint 2010. In project properties we set is to target x64 platform (we had to do this for sharepoint linq to work properly).
However when we do that we can't see any business objects while using object data source for our reports. Is there issue? Can anyone from telerik comment on this?

Reporting library is 2010 Q1 on Visual Studio 2010.

Thanks,
Peter

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 30 Sep 2011, 02:56 PM
Hello Peter,

The reason why you cannot see any types from the x64 assembly is because x86 and x64 assemblies cannot be mixed together. Please, keep in mind that Visual Studio is a 32-bit application, so the designer is restricted to x86 mode even on x64 platforms, which prevents it from discovering any types from x64 assemblies. Since we cannot change that fact, there is nothing we could possibly do to correct the problem on our end. Our advice is to use different platform configurations for the different builds: for "Debug" builds it is best to use "Any CPU", while for "Release" builds you can use "x64" instead.

Best wishes,
Ivan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
General Discussions
Asked by
Peter
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or