How do I copy ASP.NET application to another machine

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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


    Goran Djuranovic Guest

  2. Similar Questions and Discussions

    1. Machine Name Application calls
      Hi, I have setup a .NET Chat Program using Web Services (concatenating new messages to an Application call) and am currently trying to extend...
    2. Accessing Web application from another Machine
      hi Guys, I hav deployed a .Net Web application in a XP OS server. I am not able to access the web application from a remote machine in the local...
    3. login that accesses remopte db wont work on that machine but works while on my local machine????!! HELP!
      I knocked up a simple login for a CMS for one of my sites.... now itr will work fine and authemticate with data on the online server by the IP...
    4. Moving ASP.NET Application to Build Machine
      1. Get latest version from SourceSafe 2. Open Windows Explorer 3. Right click on app folder 4. Go to web sharing and name it the same as the...
    5. How to duplicate whole database from one machine to another machine in Windows 2000?
      Would you please what files I have to copy? Thanks. "Ban Spam" <ban-spam@operamail.com> wrote in message...
  3. #2

    Default 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
    [url]http://support.crystaldecisions.com/library/kbase/articles/c2010681.asp[/url]

    2. In addition, MSDN contains some help document of Crystal Report. Please
    refer to
    [url]http://msdn.microsoft.com/library/en-us/crystlmn/html/crconcrystalreports.as[/url]
    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 [url]http://www.crystaldecisions.com/[/url]. 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 [url]http://support.crystaldecisions.com/forums[/url].

    Hope this helps.

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

    Tian Min Huang Guest

  4. #3

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

    Tian Min,
    I have read these articles 1.5 million times... :-)
    Read my previous message to the end.
    I am NOT TRYING to deploy asp.net application (although I can do this
    successfully).
    I am trying to COPY asp.net application to another machine, using "Copy
    Project"
    menu item from the "Project" menu.
    I am using VS.NET 2003 & Crystal Reports.NET (ver. 9.2).

    Goran Djuranovic

    "Tian Min Huang" <timhuang@online.microsoft.com> wrote in message
    news:etLr2gGRDHA.2576@cpmsftngxa09.phx.gbl...
    > 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
    > [url]http://support.crystaldecisions.com/library/kbase/articles/c2010681.asp[/url]
    >
    > 2. In addition, MSDN contains some help document of Crystal Report. Please
    > refer to
    >
    [url]http://msdn.microsoft.com/library/en-us/crystlmn/html/crconcrystalreports.as[/url]
    > 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 [url]http://www.crystaldecisions.com/[/url]. 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
    [url]http://support.crystaldecisions.com/forums[/url].
    >
    > Hope this helps.
    >
    > Regards,
    > HuangTM
    > This posting is provided "AS IS" with no warranties, and confers no
    rights.
    >

    Goran Djuranovic Guest

  5. #4

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

    Hi Goran,

    Sorry for the misunderstanding. 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.

    Tian Min Huang Guest

  6. #5

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

    FYI,
    Reinstalling CR 9.2 Redist. on client fixed it.
    After this I was able to copy asp.net project files without using a project
    setup files and without supplying a CR license key. Saves a lot of time.

    Goran


    "Tian Min Huang" <timhuang@online.microsoft.com> wrote in message
    news:BXeWKeyRDHA.2752@cpmsftngxa06.phx.gbl...
    > Hi Goran,
    >
    > Sorry for the misunderstanding. 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.
    >

    Goran Djuranovic Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139