Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / June 2006

Tip: Looking for answers? Try searching our database.

ReportingService is not define? (MSDN code!)

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
mtczx232@yahoo.com - 14 Jun 2006 12:22 GMT
I try the code ffrom MSDN ReportingService.Render Method at:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_
ref_soapapi_service_lz_6x0z.asp


and i add reference to project:
http://localhost/ReportServer/ReportService.asmx

But i got "not define" Error.

what is namespace of ReportingService?

(VS 2005 team with SQL2005 dev)
mtczx232@yahoo.com - 14 Jun 2006 12:35 GMT
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?
Cowboy (Gregory A. Beamer) - 14 Jun 2006 13:03 GMT
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.

Signature

Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************

>I try the code ffrom MSDN ReportingService.Render Method at:
>
[quoted text clipped - 8 lines]
>
> (VS 2005 team with SQL2005 dev)

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.