ReportingService is not define? (MSDN code!)

  • Thread starter Thread starter mtczx232
  • Start date Start date
we need to add Imports that point to our project web referance, like
that:

Imports ConsoleApplication1.localhost

but I have another q:
a)I find in some code that use with this:
Microsoft.ReportingServices.WebServer.ReportingService
what is it? I not find any assembly or ref like that??

b)how I deploy this project to another server address?
 
Let's see if we can touch on everything.

For 2005, you probably want:
http://localhost/ReportServer/ReportService2005.asmx

Although http://localhost/ReportServer/ReportService.asmx can work.

Make sure you are configured correctly by hitting the URL directly.

Changing URLs when deploying? Easy, set the service URL when you call it.
You can fire at any valid ReportServer instance.

Deploy? Either change the address in the properties and use VS or use an
..rss script. There is an article on MSDN that explains the scripted deploy.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
Back
Top