Monday, March 26, 2012

Newbie Question

I am replacing the computer expert in my company who just died until we get a replacement. I made some reports using the old database using the wizard. I am trying to get it to kick out reports in HTML and when I try building the program I get this error "The project cannot be deployed because no target server is specified. Provide a value for the TargetServerURL property in the property pages for this project.". What do you think the problem is?

Please read this section in MSDN: http://msdn2.microsoft.com/ms159270.aspx

The TargetServerUrl describes the URL of the report server you want to deploy your reports to. Right-click on the report project and open the properties dialog to find the TargetServerUrl.

-- Robert

|||I need it to deploy on the local host and not the internet as that is against company policy. I tried using c:\localhost\path and http:/localhost\path and that didn't work either.|||

Assuming you have a report server installation on the local machine, using http://localhost/reportserver should work.

-- Robert

sql

No comments:

Post a Comment