473,396 Members | 1,996 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Can't find dll

A program written in C# has some reports done with the Crystal Reports
included in VS.Net.
I did an instalation (instalation proyect) but the customer, after install
the program, when tries to see a report, the program says that can't find
the KeyCodeV2.dll. I installed the dll with the regsrv32 , but the program
says the same.

What's happening?
Thank you.
Nov 16 '05 #1
6 5850

"Alberto" <al*****@nospam.com> wrote in message
news:Oe**************@TK2MSFTNGP15.phx.gbl...
A program written in C# has some reports done with the Crystal Reports
included in VS.Net.
I did an instalation (instalation proyect) but the customer, after install
the program, when tries to see a report, the program says that can't find
the KeyCodeV2.dll. I installed the dll with the regsrv32 , but the program
says the same.

What's happening?
Thank you.


Did you check the registry to see that it registered OK? Make sure the user
is logged in as local Administrator while you register the dll.

/Fredrik
Nov 16 '05 #2
Yes, he is local administrator but, anyway, why the instalation proyect
doesn't include it?
Did I do something wrong?

"Fredrik Wahlgren" <fr****************@mailbox.swipnet.se> escribió en el
mensaje news:eR**************@TK2MSFTNGP09.phx.gbl...

"Alberto" <al*****@nospam.com> wrote in message
news:Oe**************@TK2MSFTNGP15.phx.gbl...
A program written in C# has some reports done with the Crystal Reports
included in VS.Net.
I did an instalation (instalation proyect) but the customer, after
install
the program, when tries to see a report, the program says that can't find
the KeyCodeV2.dll. I installed the dll with the regsrv32 , but the
program
says the same.

What's happening?
Thank you.


Did you check the registry to see that it registered OK? Make sure the
user
is logged in as local Administrator while you register the dll.

/Fredrik

Nov 16 '05 #3
Alberto wrote:
A program written in C# has some reports done with the Crystal Reports
included in VS.Net.
I did an instalation (instalation proyect) but the customer, after install
the program, when tries to see a report, the program says that can't find
the KeyCodeV2.dll. I installed the dll with the regsrv32 , but the program
says the same.


It's not necessarily the KeyCodeV2.dll that's missing - it could be another
assembly that KeyCodeV2.dll references.

I had a similar problem with an app that was using MySQL: mono complained that
could not find my dll, but it was there: infact the missing assembly turned out
to be MySqlData.dll...

--
Software is like sex: it's better when it's free -- [Linus Torvalds]

Fabio Marini - A+, RHCT, MCDBA, MCAD.NET
To reply: news [at] mamakin1976 [dot] plus [dot] com
Nov 16 '05 #4

"Fabio" <us**@domain.invalid> wrote in message
news:Oq****************@TK2MSFTNGP09.phx.gbl...
Alberto wrote:
A program written in C# has some reports done with the Crystal Reports
included in VS.Net.
I did an instalation (instalation proyect) but the customer, after install the program, when tries to see a report, the program says that can't find the KeyCodeV2.dll. I installed the dll with the regsrv32 , but the program says the same.
It's not necessarily the KeyCodeV2.dll that's missing - it could be

another assembly that KeyCodeV2.dll references.

I had a similar problem with an app that was using MySQL: mono complained that could not find my dll, but it was there: infact the missing assembly turned out to be MySqlData.dll...


True. Check the KeyCodeV2.dll dependencies. There is in fact one more thing
you can do. It is possible that the dll made some changes in the registry
but not all. This has happened to me. The solution was to first unregister
and then register.

/Fredrik
Nov 16 '05 #5
You could try to use the FILEMON tool from www.sysinternals.com to see what
file is missing. In many situation, it helped me a lot

-José

"Fredrik Wahlgren" <fr****************@mailbox.swipnet.se> a écrit dans le
message de news: OH**************@tk2msftngp13.phx.gbl...

"Fabio" <us**@domain.invalid> wrote in message
news:Oq****************@TK2MSFTNGP09.phx.gbl...
Alberto wrote:
> A program written in C# has some reports done with the Crystal Reports
> included in VS.Net.
> I did an instalation (instalation proyect) but the customer, after install > the program, when tries to see a report, the program says that can't find > the KeyCodeV2.dll. I installed the dll with the regsrv32 , but the program > says the same.


It's not necessarily the KeyCodeV2.dll that's missing - it could be

another
assembly that KeyCodeV2.dll references.

I had a similar problem with an app that was using MySQL: mono complained

that
could not find my dll, but it was there: infact the missing assembly

turned out
to be MySqlData.dll...


True. Check the KeyCodeV2.dll dependencies. There is in fact one more
thing
you can do. It is possible that the dll made some changes in the registry
but not all. This has happened to me. The solution was to first unregister
and then register.

/Fredrik

Nov 16 '05 #6
Alberto,

First be sure to do this steps:
http://support.businessobjects.com/c...deployment.pdf

second and if still have the problem:
http://support.businessobjects.com/l...s/c2010681.asp
MajorTom

"Alberto" <al*****@nospam.com> wrote in message
news:Oe**************@TK2MSFTNGP15.phx.gbl...
A program written in C# has some reports done with the Crystal Reports
included in VS.Net.
I did an instalation (instalation proyect) but the customer, after install
the program, when tries to see a report, the program says that can't find
the KeyCodeV2.dll. I installed the dll with the regsrv32 , but the program
says the same.

What's happening?
Thank you.

Nov 16 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Praveen | last post by:
In the ISPF editor I am using, for a particullar PO Dataset I am getting the result of FIND statement narrowed down to the colums 48-56. i.e. if I give "FIND 'TO' ALL", the result I am getting as...
9
by: Peter | last post by:
My problem is the last bit of coding below, the like statement does not work. what I have is a product options field and in it is stored characters i.e. "avcy" etc what the query does is...
3
by: ano1optimist | last post by:
I've got the code to search through a directory for word documents, open the doc, search for specific text... but I'm trying to extract data that immediately follows the selected highlighted text. ...
0
by: amit | last post by:
I want to find out that if there is a mechanism to find a text inside a C# file and replace it with another string. I am using DTE to do it, the find proerty does it, the results are getting...
0
by: AMIT PUROHIT | last post by:
hi, this is a qry which I m stuck up with I want to find out that if there is a mechanism to find a text inside a C# file and replace it with another string. I am using DTE(EnvDTE) to do it,...
0
by: amit | last post by:
hi I have created a tool which does a find and replace thru DTE, now after it is done, it opens up a window, "FIND REACHED THE STARTING POINT OF SEARCH" I want to disbale this window...
3
by: DJTN | last post by:
I'm getting the following error when I try to compile my setup project in VS 2002. I have re-installed the .net framework 1.1 and it didnt solve the problem. WARNING: Unable to find dependency...
3
by: David T. Ashley | last post by:
Hi, Red Hat Enterprise Linux 4.X. I'm writing command-line PHP scripts for the first time. I get the messages below. What do they mean? Are these operating system library modules, or...
4
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.