473,385 Members | 1,661 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

I am using VS.net 2003 and when I deploy my finished program and try to run it on anI

I am using VS.net 2003. When I deploy my program and try to run it the program works except that when I try to print a report I get a message that I need a license.
Jan 5 '11 #1
7 1117
!NoItAll
297 100+
There's a little slot on the side of your computer. Stick your drivers license in there and it will work.

Seriously...

Are you using a 3rd party printing control - it kinda sounds like you are - and that you have not licensed it. You often have to enter a license string in your code so that it will work once deployed.

There is nothing in native .NET that I know of requiring additional run-time licensing.

Des
Jan 9 '11 #2
I am using the native vs.net which includes crystal reports. On my machine with vs.net the reports work. When I deploy the program and try it on my laptop I get the error message stating that I need a license.
Jan 9 '11 #3
You have to install the Crystal Reports runtime (it's free) on the laptap or you can deploy the crystal report runtime with your application - google crystal runtime for more info
Jan 10 '11 #4
I deployed the program I wrote to a CD and then loaded it on my laptop. What else is there to deploy. I can't find any other info.

Thank you

Jerry
Jan 11 '11 #5
What method did you use to 'deploy'?

1. Did you simply copy the bin\release folder to your CD?

You will have to go to the crystal reports web site on your laptop and install the crystal report runtime. Look at you program (Visual Studio Help / About) to determine what version of crystal runtime you need. With VS 2003 it was either 8 or 9 I don't remember.

2. Did you build a setup project?

If you built a set up project then look to see if the Crystal object were included in your setup package. If not the you will need to go to the Crystal reports site to see how to include them.

3. Did you use the 'publish' option?

If you use the publish option (usually target to a web site, but will work on a CD) it will allow you to handle the Crystal dependency the easiest. Press the Prerequisites button and make sure that Crystal is checked, and download from vendors site then when you run the app it will check that the correct Crystal components are installed on your laptop - if not it will automatically download and install them. (Image1)
image1.jpg
Jan 13 '11 #6
I used Setup.
I also included Merge modules and add the extra files.
How do I expand Merge modules properties and enter the license key. I have the key
Jan 18 '11 #7
Sorry I don’t think I can be of much help on those issues. You should research Crystal Reports. They used to have a large knowledge base online. Their issues with the merge modules and licensing were very troublesome.

My problems with it were resolved in VS 2005 and now VS 2008.
Jan 18 '11 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: ck388 | last post by:
For some reason when I enable the callback feature of the gridview I still get a page refresh, that is it seems like there is a postback that occurs, not a callback which is just supposed to update...
10
by: Jozef de Veuster | last post by:
Hi, I'm trying to create a Stored Procedure that returns a recordset, but I want to be able to choose the ORDER BY clause in mijn parameter list of the Stored Procedure. Since CASE .. WHEN can...
11
by: Doug | last post by:
Is there any harm in passing an object into a method with the 'ref' keyword if the object is already a reference variable? If not, is there any benefit?
3
by: Blankdraw | last post by:
I'm getting NO errors and 2 warnings with this code. I thought I was ready to write the output-formatting segment, but may be way off the mark now. The warnings say that "OPEN() and READ() are...
2
by: Palm Kevin | last post by:
Hello, I have a little problem when I try to use a class of a DLL. Example : I have a DLL with the object MTSync with a function Sync() I try in another program to use this dll like this :...
1
by: Xu ChunMing | last post by:
Hi, I develop a Asp.net application using VS.NET and It work well on my computer . but when I deploy the application to another IIS runming manching . I just copy the whole folder of the...
1
by: Rich | last post by:
Hello, I am trying to deploy a VB2005 app which contains a ReportViewer control. I have added the Reportviewer control to the prerequisite list by click on Prerequisites in the...
3
dlite922
by: dlite922 | last post by:
Hey guys, My brains asleep and I don't know what's wrong with my session class. I'm over riding session with sesstion_set_save_handler() in a class; When in my member functions (open,...
1
by: kfry | last post by:
I am having an issue maybe someone can help with. I have written an application with Access 2003 on my XP pc. I then package it and install it on my VISTA Access 2007 PC. When I do this the wrong...
7
by: bamusic | last post by:
I am trying to run a programme which is using PGPLOT.When I call it from browser I get following error message. -------- %PGPLOT, Unable to read font file: grfont.dat %PGPLOT, Use environment...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.