.net Application is not running on Windows Me OS

A

amit kumar

I will be highly greatfull if you could tell us about
following problem:

I have developed a .net application. I have used the
crystal report component of .net framework, in my
application. Now when I run the application on 'windows
me' OS, the form which has crystal report in it gives the
error ' Can not find 'KeyCodv2.dll'', whereas other form
which does not have crystal report run perfectly ok.

Please tell us waht exactly is the problem and how to
solve it.

Waiting for reply urgently.

Regards
Amit
 
C

Chris Capel

The crystal report files are not included in the .NET framework
installation. You must install these files on any machine on which you run
your program. To do this, create a deployment project for your application
and include the crystal report merge modules. Then run the resulting MSI to
deploy your application.

Chris C.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top