Hi Everyone,
I need help on Telerik Report Error after publishing to my local web server
I have a web application and running this on local machine is perfectly fine.
XAML is
Fiddler says after report is showing .
Now, after publishing this to my local web server;
Web site= https://unowos/demo
root folder on local web server is C:\WOS\WOSDEMO
this is my XAML
Error is after previewing the report.
Fiddler says : on redmark
Notice something different here.
The same website was published on GoDaddy servers and i notice that the ReportService.svc whether running on local machine and Goddady server is only showing /ReportService.svc. And the report is showing the preview.
What am i missing ?....Is this on IIS Server ? or in my development.
Thanks in advance.
Robert
I need help on Telerik Report Error after publishing to my local web server
I have a web application and running this on local machine is perfectly fine.
XAML is
<my:ReportViewer x:Name="ReportViewer1" Width="1000" ReportServiceUri="../ReportService.svc" Report="ReportsLib.Report1,ReportsLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
</my:ReportViewer>Fiddler says after report is showing .
# Result Protocol Host URL Body Caching Content-Type Process Comments Custom 162 500 HTTPS localhost:1807 /ReportService.svc 834 private text/xml; charset=utf-8 iexplore:5752 163 500 HTTPS localhost:1807 /ReportService.svc 1,116 private text/xml; charset=utf-8 iexplore:5752 164 500 HTTPS localhost:1807 /ReportService.svc 1,332 private text/xml; charset=utf-8 iexplore:5752 165 200 HTTP localhost:1807 /ReportService.svc/resources/getrenderstream?instanceID=c07b6ca8-bd44-48cd-8e2f-56718e3e5283&name=5a214af8d59c4e86ad6b023d69ea4307 25,661 private image/png iexplore:5752 Now, after publishing this to my local web server;
Web site= https://unowos/demo
root folder on local web server is C:\WOS\WOSDEMO
this is my XAML
<my:ReportViewer x:Name="ReportViewer1" Width="1000" ReportServiceUri="../ReportService.svc" Report="ReportsLib.Report1,ReportsLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
</my:ReportViewer>Error is after previewing the report.
Error: System.Reflection.TargetInvocationException : An exception occurred during the operation, making the result invalid. Check InnerException for exception details. at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() at Telerik.Reporting.Service.SilverlightClient.ListRenderingExtensionsEventArgs.get_Extensions() at Telerik.ReportViewer.Silverlight.ReportViewerModel.OnListRenderingExtensionsCompleted(Object sender, ListRenderingExtensionsEventArgs e)------------- InnerException: -------------System.ServiceModel.CommunicationException : The remote server returned an error: NotFound. at System.ServiceModel.Channels.Remoting.RealProxy.Invoke(Object[] args) at proxy_6.EndListRenderingExtensions(IAsyncResult ) at Telerik.Reporting.Service.SilverlightClient.ReportServiceClient.OnEndListRenderingExtensions(IAsyncResult result) at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)------------- InnerException: -------------System.Net.WebException : The remote server returned an error: NotFound. at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state) at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result)------------- InnerException: -------------System.Net.WebException : The remote server returned an error: NotFound. at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult) at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState) at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__0(Object sendState)Fiddler says : on redmark
# Result Protocol Host URL Body Caching Content-Type Process Comments Custom 262 500 HTTPS unowos /demo/ReportService.svc 263 500 HTTPS unowos /demo/ReportService.svc 264 500 HTTPS unowos /demo/ReportService.svc Notice something different here.
The same website was published on GoDaddy servers and i notice that the ReportService.svc whether running on local machine and Goddady server is only showing /ReportService.svc. And the report is showing the preview.
What am i missing ?....Is this on IIS Server ? or in my development.
Thanks in advance.
Robert