IIS - Import Data - Asked By gowthami on 08-Dec-11 12:52 AM

Hai,

 Iam working in silverlight project using telerik reports. It is working fine on local but when deploy it using our setUP, it throws an inner exception & I cannot view the Report Design. It doesn't provide any details about the Exception.
What I have done for my reporting is:
 1.
   I have created the report design in seperate windows class library(named, ReportLibrary).I have added the Report Library Dll in my  ria services .
 2. I have added the RiaServices dll in my SetUP project.
 3. I don't know what else I have to refer in my SetUP to make it work.
Other Dlls added in my SetUP:
*Telerik  dlls also added my web application folder.
*Telerik.ReportViewer.Silverlight.dll
*Telerik.Web.UI.dll
Telerik.Windows.Controls.dll
*Telerik.Windows.Controls.Input.dll
*Telerik.Windows.Controls.Navigation.dll Since it is throwing Error I have also added the Report Library dll seperately:
*ReportLibrary.dll(Class Library project  for reporting)
Please guide me on how to add the Reporting in my deployment project Error Message While Hosting the Project From IIS:
"An exception occurred during the operation, making the result invalid.  Check InnerException for exception details"
Thanks



     
   

Riley K replied to gowthami on 08-Dec-11 12:57 AM

Why don't you see the inner exception what its saying

always check the inner exception details when you are facing this error. This will help you to track out the actual exception caused the error.

Anoop S replied to gowthami on 08-Dec-11 01:13 AM
try by changing your endpoint, On your computer it works because the endpoint is local, but in iis it will be something like this way -> localhost/Web1/webService.svc

<endpoint address="http://localhost:52878/webService.svc" binding="customBinding"
         bindingConfiguration="CustomBinding_webService" contract="ServiceReference1.webService"
         name="CustomBinding_webService" />