Problem While Installing

D

Deepthi

Hai..

I have done a project which comprises of Crystal reports with C#.Net and XML
files. I have deployed that project and its running fine in my system and
when its installed in the clients system, its showing an error saying
" This Setup requires the Microsoft Visual J#.Net Redistributable Package
version 1.1.4322.".
As their is no relation with J#.Net in my project. Why is that showing that
error while installing... Its some what urgent. Can Anyone help me in
solving this problem??

Thanks in Advance..
 
M

Michael Nemtsev

Hello Deepthi,

..NET 1.1 project?
AFAIK Visual J# was the required component of FW in 1.1

D> I have done a project which comprises of Crystal reports with C#.Net
D> and XML
D> files. I have deployed that project and its running fine in my system
D> and
D> when its installed in the clients system, its showing an error saying
D> " This Setup requires the Microsoft Visual J#.Net Redistributable
D> Package
D> version 1.1.4322.".
D> As their is no relation with J#.Net in my project. Why is that
D> showing that
D> error while installing... Its some what urgent. Can Anyone help me in
D> solving this problem??
D> Thanks in Advance..
D>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
R

Rad [Visual C# MVP]

Hai..

I have done a project which comprises of Crystal reports with C#.Net and XML
files. I have deployed that project and its running fine in my system and
when its installed in the clients system, its showing an error saying
" This Setup requires the Microsoft Visual J#.Net Redistributable Package
version 1.1.4322.".
As their is no relation with J#.Net in my project. Why is that showing that
error while installing... Its some what urgent. Can Anyone help me in
solving this problem??

Thanks in Advance..

Probably there are some visual J# classes that were used by Crystal
reports, or some other bit of your application. If I'm not wrong the gzip
compression classes we enjoy in .NET 2 were not part of the framework in
v1.1.

Anyhow, the J# redistributable package is pretty small. Shouldn't be too
much of a problem
 
D

Deepthi

Previously this same application worked fine while i tried to install and it
doesnt request for J# REdistributed package. and i faced an error with
crystal reports saying that Keycodev2.dll is not found. for this i found the
solution by adding Merger modules to the setup.
But now when i install J#.net and again i execute this, its saying the same
error Keycodev2.dll is not found.

What is the problem going on and i need the solution as early as possible..
so Kindly help me in solving this..

Thanks. in advance
 

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