Just downloaded the Reports trail. Looked at the quickstart documentation and the VB.NET silverlight example (which runs just fine).
I attempted to replicate the demo on my own, so I created a solution with a report class, a web project, and a silverlight project. I referenced all the proper dll's per the demo example. I added the svc file as the documentation described. The preview of the report class works, it loads and displays records from my database.
After going over it line by line I can find no substantive differences between my project and the demo project but I have 2 problems:
1. The report viewer does not show in the designer. This is not a big deal but it does show in the demo.
2. when I run the project everything renders fine but the report says 'A report cannot be created form Report1, ReportClassLibrary1', which is the name of the report class and project respectively.
The only difference between the demo and my project is I use a sql data source pointing to a sql server 2008 r2 on a server hosted on my local network. I put in a simple select Name query against a client table. As I said the report works in the preview tabs provided by the report designer.
I checked all the paths and names pretty carefully, I can find nothing wrong except what I may be missing because I don't know exactly all the details of how everything fits together (but I have a pretty good idea, I think).
So...what can I try to get this working? I need be I can upload the sample project I created, but the database will need to be provided and the connection string changed.
I attempted to replicate the demo on my own, so I created a solution with a report class, a web project, and a silverlight project. I referenced all the proper dll's per the demo example. I added the svc file as the documentation described. The preview of the report class works, it loads and displays records from my database.
After going over it line by line I can find no substantive differences between my project and the demo project but I have 2 problems:
1. The report viewer does not show in the designer. This is not a big deal but it does show in the demo.
2. when I run the project everything renders fine but the report says 'A report cannot be created form Report1, ReportClassLibrary1', which is the name of the report class and project respectively.
The only difference between the demo and my project is I use a sql data source pointing to a sql server 2008 r2 on a server hosted on my local network. I put in a simple select Name query against a client table. As I said the report works in the preview tabs provided by the report designer.
I checked all the paths and names pretty carefully, I can find nothing wrong except what I may be missing because I don't know exactly all the details of how everything fits together (but I have a pretty good idea, I think).
So...what can I try to get this working? I need be I can upload the sample project I created, but the database will need to be provided and the connection string changed.