How do I copy ASP.NET application to another machine

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Goran Djuranovic

    How do I copy ASP.NET application to another machine

    I am trying to COPY, not deploy, ASP.NET application. I know that asp.net
    application
    can be copied without any problems by using "Copy Project" menu item, but
    only if it
    doesn't have any Crystal Reports files. Unfortunately, my app has few
    crystal reports
    included any somehow I get "missing keycode" error. I do have to mention
    that I don't have
    any problems deploying the app, since I provide CR merge modules and License
    Key.
    So my question is, how do I copy asp.net project and provide license key to
    a
    target machine?
    Target machine does have .NET framework installed.

    --
    Thanks for your time
    Goran Djuranovic


  • Tian Min Huang

    #2
    RE: How do I copy ASP.NET application to another machine

    Hi Goran,

    1. Please refer to the following KB article from Crystal Decisions which
    describes the "missing keycode" error and provides a solution:

    Err Msg: "Invalid or missing Keycodev2.dll" when deploying a .NET
    application


    2. In addition, MSDN contains some help document of Crystal Report. Please
    refer to
    Gain technical skills through documentation and training, earn certifications and connect with the community

    p?frame=true for it.

    Microsoft supports setup and installation for the Crystal Reports products
    that are shipped with Visual Studio .NET. All other support is provided by
    Crystal Decisions. So in addition to posting your question here, please
    also look at http://www.crystaldecisions.com/. Though it ships with Visual
    Studio, Crystal Reports is supported by Crystal Decisions. They have a
    self-help section and they offer phone & e-mail support. Their web sites
    states that you get two Crystal incidents with the purchase of Visual
    Studio .NET.

    You could access their forum at http://support.crystaldecisions.com/forums.

    Hope this helps.

    Regards,
    HuangTM
    This posting is provided "AS IS" with no warranties, and confers no rights.

    Comment

    • Tian Min Huang

      #3
      Re: How do I copy ASP.NET application to another machine

      Hi Goran,

      Sorry for the misunderstandin g. Then I suggest you to check the version of
      Keycodev2.dll on your target machine, and manully register this Dll with
      the following command and see if it works:
      regsvr32 keycodev2.dll

      In the meantime, I recommend you contact Crystal Decisions to check whether
      there is any known issue on their side.

      Please let me know the result.

      Have a nice day!

      Regards,
      HuangTM
      This posting is provided "AS IS" with no warranties, and confers no rights.

      Comment

      Working...