Monday, March 19, 2012

Deploying SSRS 2005 Reports Using .NET 1.1 Application

Hi,
We have a bunch of reports for SQL Server Reporting Services 2005, and we need to deploy them programmatically. However, our installation application is written using .NET 1.1.

Does anyone know of any problems/issues with using a .NET 1.1 application to deploy SSRS 2005 reports?

We're just needing to know if we should upgrade our installation application from .NET 1.1 to .NET 2.0.

Thanks.

Any thoughts?

|||

Supposedly you are using the RS 2000 SOAP endpoint in your .NET 1.1 application to deploy reports.

This SOAP endpoint is still supported in RS 2005, so your existing application should work fine.

-- Robert

No comments:

Post a Comment