CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2003
    Location
    Russia
    Posts
    3

    Crystal Report .NET for VS2003 - runtime installation

    Hi, everybody,

    For VS2002 they used to build a runtime for the subject with the following megre modules:
    managed.msm
    database_access.msm
    database_access_enu.msm
    regwiz.msm
    VC_CRT.msm
    VC_STL.msm
    It was also a known issue about ATL.msm, which updated atl.dll, in orderd to eliminate the Load report failed error. All this used to work fine, until I was forced to upgrade to VS2003. I discovered, that the names of all the merge modules had changed, but tried my best guess:
    Crystal_Database_Access2003.msm
    Crystal_Database_Access2003_enu.msm
    Crystal_Managed2003.msm
    Crystal_regwiz2003.msm
    VC_User_ATL71_RTL_X86_---.msm
    VC_User_CRT71_RTL_X86_---.msm
    VC_User_STL71_RTL_X86_---.msm
    However, this leaves me with the Load report failed error. I tried to find the atl.dll on the target system, and found atl.dll in the system directory (the old one, I suspect), and some atl71.dll in the Application Folder of the installation. To me this looks a bit suspicious, but I can guess no further. Will anybody who knows for certain please help? BTW, the target system is w98.

    Grateful in advance, Alexey

  2. #2
    Join Date
    Jun 2004
    Posts
    6

    Re: Crystal Report .NET for VS2003 - runtime installation

    Could you figure out the solution yet?
    I have the same problem. Any help will be appreciated.

    I am trying to deploy reports to a windows 2003 server and i get this 'Load Report Failed' error. Everything works well in my development box, though. I have Crystal reports developer full version installed in both machines. I even tried running the setup with crystal merge modules (crnetruntime.msm,
    license.msm,mapping.msm,reportengine.msm,VC_User_CRT71_RTL_X86_---.msm,VC_User_STL71_RTL_X86_---.msm). ASPNET user has all permissions to the application folder and also to C:\winnt\temp. The reports are embeded resources. The reports use XSD files(ADO.NET). I have been trying for weeks to fix this. But no use.

    RptQuestions oRpt = new RptQuestions();

    // ------------- IT FAILS IN NEXT LINE trying to access report object ----
    oRpt.SetDatabaseLogon(ConfigurationSettings.AppSettings["UserID"],
    ConfigurationSettings.AppSettings["Password"],
    ConfigurationSettings.AppSettings["Server"],
    ConfigurationSettings.AppSettings["DataBase"]);

    Thanks,
    Ganesh

  3. #3
    Join Date
    Oct 2004
    Posts
    2

    Re: Crystal Report .NET for VS2003 - runtime installation

    Did you figure out the problem?. I had the same error on windows 2003, using bundled crystal report .net 2002.

  4. #4
    Join Date
    Oct 2004
    Posts
    2

    Re: Crystal Report .NET for VS2003 - runtime installation

    I read Its neccesary to give full permissions to iis_wpg account.

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

Featured