| Invert |
Jimmy Harjadi
05/10/2010 21:51
MSReporting.Silverlight option license.??
Hi there,
I am testing the trial version for For Silverlight SSRS 2008.
when I run the application it shows the eula with message saying: "ReportServer: Reporting service requires MSReporting.Silverlight in option license"
and the page show nothing only white blank page.
Could please help me with this issue please?
|
Vlad Nekrasov
05/11/2010 06:27
MSReporting.Silverlight option license.??
Hello,
This warning message will appear always during the trial period. You should press the “Try” button to continue work. After the trial period (30 days) will be over the components won’t work without the license.
If after you press the “Try” button you will see white blank page then make sure that you have installed Silverlight Tools of the needed version.
Best regards,
Vlad Nekrasov
Perpetuum Software Team
|
Jimmy Harjadi
05/11/2010 08:15
MSReporting.Silverlight option license.??
Hi Vlad,
Thanks for the reply, I have installed the correct Tool for SL4 for VS 2010. But still no go, still only showing white blank page.
Any other idea?
Cheers
Jimmy
|
Vlad Nekrasov
05/13/2010 05:49
MSReporting.Silverlight option license.??
Hello,
I’m sorry, but it is hard to say why this problem appears. Please find the way to preview this error in your browser. If it is Internet Explorer then please find the error icon in StatusBar and see the error message. If you use Firefox then please use the FireBug plugin. Please provide the error message here in order we could examine the error and find the solution.
Best regards,
Vlad Nekrasov
Perpetuum Software Team
|
Jimmy Harjadi
05/13/2010 19:44
MSReporting.Silverlight option license.??
Hi Vlad
thanks for the reply,
Now the componnent appear, when I use the sample application provided and connect to our reporting server it works. But when I try to implement into our solution it does not work, with this error code:
System.ServiceModel.CommunicationException: The remote server returned an error: NotFound. ---> System.Net.WebException: The remote server returned an error: NotFound. ---> System.Net.WebException: The remote server returned an error: NotFound.
at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClass5.<EndGetResponse>b__4(Object sendState)
at System.Net.Browser.AsyncHelper.<>c__DisplayClass2.<BeginOnUI>b__0(Object sendState)
--- End of inner exception stack trace ---
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)
--- End of inner exception stack trace ---
at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result)
at PerpetuumSoft.ReportingServices.Viewer.Client.ReportService.ReportServiceClient.ReportServiceClientChannel.EndListExportsFormats(ExceptionDetailBase& ReportError, IAsyncResult result)
at PerpetuumSoft.ReportingServices.Viewer.Client.ReportService.ReportServiceClient.PerpetuumSoft.ReportingServices.Viewer.Client.ReportService.IReportService.EndListExportsFormats(ExceptionDetailBase& ReportError, IAsyncResult result)
at PerpetuumSoft.ReportingServices.Viewer.Client.ReportService.ReportServiceClient.OnEndListExportsFormats(IAsyncResult result)
at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)
Thanks Jimmy
|
Vlad Nekrasov
05/14/2010 06:49
MSReporting.Silverlight option license.??
Hello,
please check whether your works WCF-service. To do this, type the address into your browser
Best regards,
Vlad Nekrasov
Perpetuum Software Team
|