Hi,
I have an RDLC that runs perfectly fine on my local machine. However, what I publish it to our dev machine I'm getting: The type specified in the TypeName property of ObjectDataSource  'ods' could not be found 
The TypeName set as: CRT.Assets.Reports.DataSources 
This may be a red herring but the dev server version runs as an application under a web site as a subdomain I have tried adding the domain name in front of the TypeName as Dev.CRT.Assets.Reports.DataSources  but nothing works up to now.
Using DotPeek I can see in the sites dll CRT.dll that the class DataSources is there and its namespace is CRT.Assets.Reports
Please help if you can.
Thanks,
Dave.

Go to the complete details ...