Results 1 to 2 of 2

Thread: SSRS deployment error

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2007
    Posts
    240

    SSRS deployment error

    I tried to add sql server reporting services in my current website. I created one report and the webconfig was configured and added new assemblies.

    Code:
    <add assembly="Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    But the above codes returns error in the production server. Do I have to install anything for my application server? I have two servers, the application server where I mount all the applications using asp.net and c# and I have another server where the sql server 2005 database is installed together with the reporting services of sql server.

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Mar 2007
    Posts
    240

    Re: SSRS deployment error

    Do you think it is a good idea to deploy my application in the server where ms sql 2005 was mounted, so that all the assemblies are already there?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width