473,796 Members | 2,465 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 5869

"Alberto" <al*****@nospam .com> wrote in message
news:Oe******** ******@TK2MSFTN GP15.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.sw ipnet.se> escribió en el
mensaje news:eR******** ******@TK2MSFTN GP09.phx.gbl...

"Alberto" <al*****@nospam .com> wrote in message
news:Oe******** ******@TK2MSFTN GP15.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.in valid> wrote in message
news:Oq******** ********@TK2MSF TNGP09.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.sw ipnet.se> a écrit dans le
message de news: OH************* *@tk2msftngp13. phx.gbl...

"Fabio" <us**@domain.in valid> wrote in message
news:Oq******** ********@TK2MSF TNGP09.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******** ******@TK2MSFTN GP15.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
2218
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 "CHARS 'TO' - found 239 times within columns 48 to 56". Please guide me as to how to make this PDS back to normal so that the FIND command processes the whole 1 TO 80. Thank you for the valuable time.
9
4635
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 that if I type in any single character all the products that match the criteria should be displayed. So if I typed in an "a" I should get 3 returns (see below) Fields could look like this: product.options: bhw djhsa
3
2551
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. I can't figure out the correct syntax to give me the text that follows the currently selected text. Here is my code: Set objword = New Word.Application objword.Documents.Add "filename.doc" objword.WindowState = wdWindowStateMaximize...
0
2776
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 displayed in a find results window pane , but I m not able to programmatically take the contents of the pane. DTE.Find.FindWhat = "catch" DTE.Find.Target = vsFindTarget.vsFindTargetFiles DTE.Find.MatchCase = False DTE.Find.MatchWholeWord = False...
0
2583
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, the find proerty does it, the results are getting displayed in a find results window pane , but I m not able to programmatically take the contents of the pane.
0
2136
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 programmatically. how should i do it this is a partial code Dim dsData As DataSe
3
7224
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 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.dll' WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Windows.Forms.dll' WARNING: Unable to...
3
16520
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 something in PHP that I don't have? Do I need to install more Linux packages? Or adjust PHP in some way?
4
12447
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 this: can Access create the document and place it as an OLE object to the relevant table? Any help is greatly appreciated. Ricky
0
9680
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10174
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10012
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6788
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5442
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5575
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4118
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3731
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2926
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.