J
Jarppi
HI All,
We recently upgraded from SQL2005 to SQL2008 and have now run into a
problem I can't seem to find a solution for.
We have a Windows Service tied to a database with a list of scheduled
reports, which basically (at the given time) renders the report and
emails it to the person. I know that this is built-in functionality in
SSRS Subscriptions but I've inherited this little monster and have
instructions not to change the scheduling methodology.
So I've created a new web reference to
http://myreportserver/ReportServer/ReportingService2005.asmx?WSDL in
my project, changed the old ReportingService variables to the new type
and now I get a message saying:
-----------------------------
Error 1 'WindowsService.ReportService2008.ReportingService2005' does
not contain a definition for 'Render' and no extension method 'Render'
accepting a first argument of type
'WindowsService.ReportService2008.ReportingService2005' could be found
(are you missing a using directive or an assembly reference?)......
-----------------------------
Not sure where to go from here, anyone else ever encounter this and
managed to solve it?
Regards,
Jarppi
We recently upgraded from SQL2005 to SQL2008 and have now run into a
problem I can't seem to find a solution for.
We have a Windows Service tied to a database with a list of scheduled
reports, which basically (at the given time) renders the report and
emails it to the person. I know that this is built-in functionality in
SSRS Subscriptions but I've inherited this little monster and have
instructions not to change the scheduling methodology.
So I've created a new web reference to
http://myreportserver/ReportServer/ReportingService2005.asmx?WSDL in
my project, changed the old ReportingService variables to the new type
and now I get a message saying:
-----------------------------
Error 1 'WindowsService.ReportService2008.ReportingService2005' does
not contain a definition for 'Render' and no extension method 'Render'
accepting a first argument of type
'WindowsService.ReportService2008.ReportingService2005' could be found
(are you missing a using directive or an assembly reference?)......
-----------------------------
Not sure where to go from here, anyone else ever encounter this and
managed to solve it?
Regards,
Jarppi