.net Application is not running on Windows Me OS

  • Thread starter Thread starter amit kumar
  • Start date Start date
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
 
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.
 
Back
Top