Ask a Question related to ASP.NET General, Design and Development.
-
Goran Djuranovic #1
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
-
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... -
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... -
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... -
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... -
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... -
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
[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
-
Goran Djuranovic #3
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...[url]http://msdn.microsoft.com/library/en-us/crystlmn/html/crconcrystalreports.as[/url]> 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://support.crystaldecisions.com/forums[/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 atrights.>
> Hope this helps.
>
> Regards,
> HuangTM
> This posting is provided "AS IS" with no warranties, and confers no>
Goran Djuranovic Guest
-
Tian Min Huang #4
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
-
Goran Djuranovic #5
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...whether> 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 checkrights.> 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>
Goran Djuranovic Guest



Reply With Quote

