Click here to Skip to main content
16,008,719 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Accessing Database Pin
Dave Sexton6-Jul-06 4:41
Dave Sexton6-Jul-06 4:41 
GeneralRe: Accessing Database Pin
Rizwan Rathore6-Jul-06 11:47
Rizwan Rathore6-Jul-06 11:47 
QuestionMS Project API Pin
Sufyan_shani6-Jul-06 2:22
Sufyan_shani6-Jul-06 2:22 
Questionplease help me Pin
avinashprabhu.t.p6-Jul-06 1:37
avinashprabhu.t.p6-Jul-06 1:37 
AnswerRe: please help me Pin
Sufyan_shani6-Jul-06 3:16
Sufyan_shani6-Jul-06 3:16 
AnswerRe: please help me Pin
Guffa6-Jul-06 6:45
Guffa6-Jul-06 6:45 
QuestionCannot find keycodev2.dll or invalid keycode Pin
khwo5-Jul-06 22:32
khwo5-Jul-06 22:32 
AnswerRe: Cannot find keycodev2.dll or invalid keycode Pin
Dave Sexton6-Jul-06 4:26
Dave Sexton6-Jul-06 4:26 
it's actually quite simple. assuming you've added a setup project to your solution, what you gotta do is

1. right click on the setup project in solution explorer and go to "
Add > Merge Module..."
2. add the Crystal_regwiz2003.msm to your project.
3. to get your license key, click on "Help > About Microsoft Development Environment", click on the list box item for crystal reports and then click on the "copy info" button.
5. now right click on Crystal_regwiz2003.msm in solution explorer and select "Properties".
6. expand the (MergeModuleProperties) node in the properties window. you should see a "License Key" property. Paste the license key that you obtained from step 3 (remember to delete the other junk that was copied with it).


to explain a bit... (from MSDN)

Crystal_regwiz2003.msm configures registration information on deployed computers (server or client) in order to track licensing information.
When Crystal_regwiz2003.msm is added to a setup project, it exposes a LicenseKey property that must be set before building the setup project.

The license key is emailed to you when the product is registered. This key is also available from the About Microsoft Visual Studio .NET dialog box from the Help menu. Enter this license key into the LicenseKey property for the Crystal_regwiz2003.msm merge module.

Note: If the license key is not set for the Crystal_regwiz2003.msm merge module, an error will occur when building the project. If the setup is installed on a target computer without specifying the license key for the merge module, various keycodedev2.dll errors will occur.


---

sorry for the long explanation.
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
khwo6-Jul-06 17:15
khwo6-Jul-06 17:15 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
Dave Sexton6-Jul-06 19:51
Dave Sexton6-Jul-06 19:51 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
khwo6-Jul-06 20:42
khwo6-Jul-06 20:42 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
Dave Sexton6-Jul-06 21:21
Dave Sexton6-Jul-06 21:21 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
khwo10-Jul-06 23:41
khwo10-Jul-06 23:41 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
Dave Sexton11-Jul-06 0:53
Dave Sexton11-Jul-06 0:53 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
khwo11-Jul-06 14:22
khwo11-Jul-06 14:22 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
khwo13-Jul-06 14:46
khwo13-Jul-06 14:46 
QuestionCan't get the MSDN's example for Listbox to work Pin
fiaolle5-Jul-06 22:15
fiaolle5-Jul-06 22:15 
QuestionSearch Email Pin
Socheat.Net5-Jul-06 21:50
Socheat.Net5-Jul-06 21:50 
AnswerRe: Search Email Pin
Dave Kreskowiak6-Jul-06 2:45
mveDave Kreskowiak6-Jul-06 2:45 
GeneralRe: Search Email Pin
Socheat.Net6-Jul-06 21:17
Socheat.Net6-Jul-06 21:17 
GeneralRe: Search Email Pin
Dave Kreskowiak7-Jul-06 1:29
mveDave Kreskowiak7-Jul-06 1:29 
Questiondraw circle Pin
noor al-huda5-Jul-06 21:45
noor al-huda5-Jul-06 21:45 
AnswerRe: draw circle Pin
Robert Rohde5-Jul-06 23:02
Robert Rohde5-Jul-06 23:02 
QuestionShedding Light on Stored Procedures Pin
TheFoZ5-Jul-06 20:52
TheFoZ5-Jul-06 20:52 
AnswerRe: Shedding Light on Stored Procedures Pin
DIMPLE_R5-Jul-06 21:05
DIMPLE_R5-Jul-06 21:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.