[VB.NET] Crystal Reports

DarkRofellos

Newcomer
Joined
Feb 5, 2004
Messages
1
Hello there, I've tried to search the site for my problem but i couldn't find it so i post this question.

I'd like to make a simple crystal reports viewer. The only thing i need is 1 form and 1 crystal reports viewer. Al this is done and in my button event i have 'reportviewer.reportsource = "c:\test.rpt"'

When i do this on my develop pc al things work fine. But on my pc where this must be executed it all works fine until i try to set my reportsource. I then get an error about the famous 'KeycodeV2.dll'.

I do not want to make a setup. I only want to copy the exe in my bin folder to my pubish pc. Is it possible to do this?

yours sincerely,

Roy
 
Make sure you also copy over the report to the other computer and put it in the same location ie "c:\test.rpt"

Also depending on how you programmed you app, you may need to have dotnet framework installed on any computer you use the .exe you created.

You can download from microsoft website or use the disc you have when you installed VS.Net
 
Back
Top