You must Sign In to post a response.
  • Category: ASP.NET

    RDLC error while connecting to database in different version

    Hello Team

    I was getting error "the system cannot specified the file specified" when i was connection to sql 2008 R2 with VS 2005

    This is when i was creating a new connection to reportviewer .

    when i was doing first stage i was getting error

    regards
    anita rai
  • #765787
    Hi,

    As per error details, while retrieve the data from database connection was missed out due to some reasons the most common reasons are
    1) firewall setting from web server to database server
    2) connection string.
    3) enable appropriate protocalls.

    Refer below link for more details
    http://stackoverflow.com/questions/20463119/the-system-cannot-find-the-file-specified

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/

  • #765790
    In order to compile an RDLC that uses a custom assembly, the assembly should be in the %PROGRAMFILES%\Visual Studio 8\Common7\IDE\PublicAssemblies or PrivateAssemblies folder.

    Go through the below links which discussed about the same RDLC issue and solutions.
    https://social.msdn.microsoft.com/Forums/en-US/05248bbb-c4a2-49d6-8659-f8b863c2388a/error-while-loading-code-module?forum=vsreportcontrols

  • #765804
    Post you code so that we can help you better in order to resolve your issue.
    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments