I have an MVC 3 project that shows soem reports through SSRS. I have everythign set up on a Windows 7 computer and it works fine. We just installed Server 2008 on a new computer and I am trygin to get everythign running through IIS. Everythign works fine except for the Data Source that I use for the reports. I have it grabbing XML data from a Web Service to show in the report. When I deploy all the report information to the Server 2008 SQL instance I get the following error when I look at the Data Source.
The data processing extension used for this report is not available. It has either been uninstalled, or it is not configured correctly.
If I lookin the Data Source Type dropdown the only option is SQL Server. XML is not listed. What do I need to do. From what I read XML was supposed to be supported automatically without any setup.