473,785 Members | 2,272 Online
Bytes | Software Development & Data Engineering Community
+ 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 1394

"Kalyan" <Ka****@discuss ions.microsoft. com> wrote in message
news:01******** *************** ***********@mic rosoft.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_Databas e_Access2003.ms m
Crystal_Databas e_Access2003_en u.msm
Crystal_Managed 2003.msm
Crystal_regwiz2 003.msm
Usually they reside in "Common Files" folder

3) In MergeModuleProp erties for Crystal_regwiz2 003.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
7664
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 can distribute it by CD. I have also loaded the program for CD via set up back on to my computer in different directory successfully. However it fails to load onto other computers using windows XP (as is mine) The Program includes DatePicker,...
1
1785
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 or higher, and am prompting the user to run the relevant setup files if they're missing. I'm including these setup files on the CD. I can't work out from the Data Access downloads page, which MDAC file I need
9
3006
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 trying to login with correct credentials it give me error: Server Error in '/PDVMgr' Application. ----------------------------------------------------------------------------
4
4864
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 the old version, because i must keep the existing config xml file and add the additional xml nodes. i changed the version of the assembly and setup project, productcode, packagecode and compilied the new msi. But the new msi does not replace the...
6
2200
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? Here are some specifics: 1) The code, project/solution files are in MS Visual Source Safe
6
1441
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 only as a last resort. One of the departments has specified that they need to have multiple Customer records open at the same time, in different windows. If they're handling a call from CustomerA and another call comes in from CustomerB, they...
2
254
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 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.
1
2682
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 Access installed. This seemed to wipe out the choice of selecting the Packaging wizard choiceI had previously. How do you run the packaging wizard to create a deployment package if you have installed 2005 Visual Studio? Thanks. V
0
1598
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 create a traditional setup for deploying the application. I added a traditional Windows Forms Setup project and all worked well for both deployment methods. My supervisor then decided to only use ClickOnce deployment. I decided to remove the...
0
9485
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10356
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10161
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9958
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8986
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7506
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6743
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4058
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 we have to send another system
2
3662
muto222
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.