PC Review


Reply
Thread Tools Rate Thread

Can't find dll

 
 
Alberto
Guest
Posts: n/a
 
      8th Jan 2005
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.


 
Reply With Quote
 
 
 
 
Fredrik Wahlgren
Guest
Posts: n/a
 
      8th Jan 2005

"Alberto" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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


 
Reply With Quote
 
Alberto
Guest
Posts: n/a
 
      8th Jan 2005
Yes, he is local administrator but, anyway, why the instalation proyect
doesn't include it?
Did I do something wrong?

"Fredrik Wahlgren" <(E-Mail Removed)> escribió en el
mensaje news:(E-Mail Removed)...
>
> "Alberto" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> 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
>
>



 
Reply With Quote
 
Fabio
Guest
Posts: n/a
 
      8th Jan 2005
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
 
Reply With Quote
 
Fredrik Wahlgren
Guest
Posts: n/a
 
      8th Jan 2005

"Fabio" <(E-Mail Removed)> wrote in message
news:OqR2r%(E-Mail Removed)...
> 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


 
Reply With Quote
 
José Joye
Guest
Posts: n/a
 
      8th Jan 2005
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" <(E-Mail Removed)> a écrit dans le
message de news: (E-Mail Removed)...
>
> "Fabio" <(E-Mail Removed)> wrote in message
> news:OqR2r%(E-Mail Removed)...
>> 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
>
>



 
Reply With Quote
 
MajorTom
Guest
Posts: n/a
 
      9th Jan 2005
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find multiple characters in one find using MSword find/replace =?Utf-8?B?Q2xpZmY=?= Microsoft Word Document Management 2 29th Oct 2006 07:48 PM
Find and Advanced Find Feature cannot find any data in outlook =?Utf-8?B?VGVycmkgU2Nob2VybmVy?= Microsoft Outlook Discussion 0 30th Jan 2006 07:19 PM
How to find all the members of a group with the advance find mode in the active directory console? =?Utf-8?B?Y2F2YXRpbm8=?= Microsoft Windows 2000 CMD Promt 5 1st Feb 2004 11:27 PM
How to find all the members of a group with the advance find mode in the active directory console? =?Utf-8?B?Y2F2YXRpbm8=?= Microsoft Windows 2000 0 28th Jan 2004 02:51 AM
How to find all the members of a group with the advance find mode in the active directory console? =?Utf-8?B?Y2F2YXRpbm8=?= Microsoft Windows 2000 0 28th Jan 2004 02:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:36 PM.