473,473 Members | 2,168 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

.NET DEPLOYMNET

I developed application in VB.Net . The program includes some reports made
with Crystal Repor. When I install the program on another computer with Win
2000 professional and .net installed it woks fine.

But when i installed on a computer that doesn't have .net, While running
application
i got invalid keycode. I downloaded .net framework 1.1 from microsoft.com
and installed my application again same problem.
Here is my question

1. How to solve the above problem?
2. What is requirement to installed .net applicaiton on computer that
doesn't have anything other than O/S (windows 2000 or XP)

Can anyone help me?

Thanks
kalyan
Jul 21 '05 #1
2 1373

"Kalyan" <Ka****@discussions.microsoft.com> wrote in message
news:01**********************************@microsof t.com...
I developed application in VB.Net . The program includes some reports made
with Crystal Repor. When I install the program on another computer with Win 2000 professional and .net installed it woks fine.

But when i installed on a computer that doesn't have .net, While running
application
i got invalid keycode. I downloaded .net framework 1.1 from microsoft.com
and installed my application again same problem.
Here is my question

1. How to solve the above problem?
2. What is requirement to installed .net applicaiton on computer that
doesn't have anything other than O/S (windows 2000 or XP)

Can anyone help me?

Thanks
kalyan

When you say "another computer with Win 2000 professional and .net installed
it works fine", are you referring to the .NET Framework or to Visual Studio
..NET?
By "installed on a computer that doesn't have .net", do you mean that you
added a setup project to your solution, deployed the solution, then ran
setup on the target PC to install your product, or that you simply moved the
project to the other PC?
Is your reference to "invalid keycode" part of a longer error message? If
so, please quote the entire message.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Jul 21 '05 #2
Hello,
I had a similar problem. In details:
I develop a .NET application using CrystalReport. On my computer
(Win2000, VS.NET 2003, .NET 1.1) everything used to work flawlessly.
But on other computers (e.g. Win2000 with .NET framework 1.1 installed),
it kept saying "invalid keycode" or "Missing DLLs".
Even if i add all additional Crystal Reports libraries (for instance in
the same folder as the installation of my program), there was an
"invalid keycode" error which pops whenever I try to use a report.

Well, as you've already noticed, it's not exactly your kind of
scenario. I guess you can run your reports only on computers with
preinstalled VS.NET (thus including Crystal Reports).
Just for your information this is the solution i found:

According to me the problem is as follows: There is a version of Crystal
Reports that comes with VS .NET 2003 (it's not a full version) and you
can deploy it in your applications as long as you provide the license
from your own VS.NET.
So - yes, you can deploy your application with Crystal Report embedded ,
but the procedure is a rather complicated one.

To make the long story short:
1) Open Help|About. On installed products select Crysttal Reports Entry
and copy the license number
2) Create a new deployment project and add the following merge modules:
Crystal_Database_Access2003.msm
Crystal_Database_Access2003_enu.msm
Crystal_Managed2003.msm
Crystal_regwiz2003.msm
Usually they reside in "Common Files" folder

3) In MergeModuleProperties for Crystal_regwiz2003.msm enter your
license key (from Help|About section)
4) Build the project (if you enter invalid license key or none at all
you won't be able to build the project)
5) Make sure you install this project before your application and
invalid keycode error should not occur again.
You may also add your program to this deployment project.

Have in mind that the generated setup takes around 12 MB :(
The very same procedure is described on many places on the web. You
might also take a search on Google.

Hope this helps
Plamen
Kalyan wrote:
I developed application in VB.Net . The program includes some reports made
with Crystal Repor. When I install the program on another computer with Win
2000 professional and .net installed it woks fine.

But when i installed on a computer that doesn't have .net, While running
application
i got invalid keycode. I downloaded .net framework 1.1 from microsoft.com
and installed my application again same problem.
Here is my question

1. How to solve the above problem?
2. What is requirement to installed .net applicaiton on computer that
doesn't have anything other than O/S (windows 2000 or XP)

Can anyone help me?

Thanks
kalyan

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Bob Walpole | last post by:
I am somewhat a novice with vb6 however I have completed a program which needs to be shared by several people if it is to be of major use. I have used the Package and Deploymnet Wizard so that I...
1
by: Terry H | last post by:
Hi I am deploying a winforms app via the windows installer and a VS.Net 2003 setup and deploymnet project. At the moment, I am adding launch conditions for the .Net Framework 1.1 and MDAC 2.7...
9
by: Marina Anufreichik | last post by:
Hi, After deploymnet web application on web server I can access page on local machine and login fine but when I'm trying to access web site from remote machine I can see login page, but when I'm...
4
by: jani | last post by:
Hi, i have a c#.net application and a setup project for it. All worked fine. Now i make some changes and want to give our customers an update msi file. I do not want that the customer deinstall...
6
by: Peter Row | last post by:
Hi, Can someone give me a set of steps for an ASP.NET project (well actually its just a VB.NET class DLL that implements HttpHandler) that will work when moved to another developers machine? ...
6
by: Timo | last post by:
The IT Manager where I'm working prizes "no touch" deployment above all else. The instructions I've been given are basically this: if it's possible in ASP.NET, write it in ASP.NET; use WinForms...
2
by: Kalyan | last post by:
I developed application in VB.Net . The program includes some reports made with Crystal Repor. When I install the program on another computer with Win 2000 professional and .net installed it woks...
1
by: vick | last post by:
I installed Visual Studio 2005 Professional Ediction in order to create a 2003 Access Deploymnet package so my client could run the Access system I created on all their computers without having...
0
by: Shane Brodie | last post by:
Greetings: I have an extremely frustrating issue. I have an application created within VS 2005 using VB.Net and deployed to a network share using ClickOnce deployment. I was asked to also...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.