Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Installation of new component created with VB6 (msvcrt.dll in use error).


Message #1 by "Tim Reddy" <treddy@b...> on Mon, 17 Jul 2000 23:48:25
Hello,

I've created a simple dll component using VB6.  I've tested it using 

Personal Web Server on my machine.  When I try to install it on my web 

server, which is running IIS 4.0, I get an error that msvcrt.dll is in use. 

 When I check, I find that Msvcrt.dll is being used by several services on 

my server.  When I attempt to shut them all down, my server reboots when I 

kill the winlogon.exe service.  Can anyone help me.  I would expect 

everyone to have this problem if they are copying a new version of 

msvcrt.dll to their server.  There has to be an easy way around this.

Thanks.

Message #2 by Kanwaljit Singh Pannu <kpannu@n...> on Tue, 18 Jul 2000 14:25:05 +0530
Unregister the old dll first and then restart the machine and then

register new version.......





K S Pannu

------------------------------------------------------------------------

---------

Kanwaljit Singh Pannu < kpannu@N...

<mailto:kpannu@N...> >

C/o NetAcross Ltd.

B-65, Okhla Industrial Area, Phase-I,

New Delhi - 110020.

Hello : 91-11-6812931-35 Ext. 2096,2095,2093.





-----Original Message-----

From: Tim Reddy [

Sent: Tuesday, July 18, 2000 5:18 AM

To: ASP components

Subject: [asp_components] Installation of new component created with VB6

(msvcrt.dll in use error).





Hello,

I've created a simple dll component using VB6.  I've tested it using 

Personal Web Server on my machine.  When I try to install it on my web 

server, which is running IIS 4.0, I get an error that msvcrt.dll is in

use. 

 When I check, I find that Msvcrt.dll is being used by several services

on 

my server.  When I attempt to shut them all down, my server reboots when

I 

kill the winlogon.exe service.  Can anyone help me.  I would expect 

everyone to have this problem if they are copying a new version of 

msvcrt.dll to their server.  There has to be an easy way around this.

Thanks.

Message #3 by Ahmed Mahmoud <AM@i...> on Tue, 18 Jul 2000 11:35:21 +0200
i'd like to help you

try this

check you're dll name 

maybe make conflect with server service dll's



> -----Original Message-----

> From:	Tim Reddy []

> Sent:	18 July, 2000 1:48 AM

> To:	ASP components

> Subject:	[asp_components] Installation of new component created

> with VB6 (msvcrt.dll in use error).

> 

> Hello,

> I've created a simple dll component using VB6.  I've tested it using 

> Personal Web Server on my machine.  When I try to install it on my web

> 

> server, which is running IIS 4.0, I get an error that msvcrt.dll is in

> use. 

>  When I check, I find that Msvcrt.dll is being used by several

> services on 

> my server.  When I attempt to shut them all down, my server reboots

> when I 

> kill the winlogon.exe service.  Can anyone help me.  I would expect 

> everyone to have this problem if they are copying a new version of 

> msvcrt.dll to their server.  There has to be an easy way around this.

> Thanks.

> 

Message #4 by =?iso-8859-1?Q?Jos=E9_Luis_Gallego?= <jlgallego@s...> on Tue, 18 Jul 2000 13:43:04 +0200
I think it's easier than rebooting the computer. Prove to kill "IIS Admin

Service". This will kill FTP,WWW publishing and SMTP service. Next

unregister the DLL, copy the new one, register again and start that four

services you shutted down earlier.



Un saludo,



Josi Luis Gallego

jlgallego@s... <mailto:jlgallego@s...>





-----Mensaje original-----

De: Ahmed Mahmoud 

Enviado el: martes, 18 de julio de 2000 11:35

Para: ASP components

Asunto: [asp_components] RE: Installation of new component created with

V B6 (msvcrt.dll in use error).





i'd like to help you

try this

check you're dll name

maybe make conflect with server service dll's



> -----Original Message-----

> From:	Tim Reddy []

> Sent:	18 July, 2000 1:48 AM

> To:	ASP components

> Subject:	[asp_components] Installation of new component created

> with VB6 (msvcrt.dll in use error).

>

> Hello,

> I've created a simple dll component using VB6.  I've tested it using

> Personal Web Server on my machine.  When I try to install it on my web

>

> server, which is running IIS 4.0, I get an error that msvcrt.dll is in

> use.

>  When I check, I find that Msvcrt.dll is being used by several

> services on

> my server.  When I attempt to shut them all down, my server reboots

> when I

> kill the winlogon.exe service.  Can anyone help me.  I would expect

> everyone to have this problem if they are copying a new version of

> msvcrt.dll to their server.  There has to be an easy way around this.

> Thanks.

>

Message #5 by Tim Reddy <treddy@b...> on Tue, 18 Jul 2000 08:59:12 -0500
I get an error when I try to unregister msvcrt.dll.  It's in use.  Can you

unregister your msvcrt.dll file??



-----Original Message-----

From: Kanwaljit Singh Pannu 

Sent: Tuesday, July 18, 2000 3:55 AM

To: ASP components

Subject: [asp_components] RE: Installation of new component created with

V B6 (msvcrt.dll in use error).





Unregister the old dll first and then restart the machine and then

register new version.......





K S Pannu

------------------------------------------------------------------------

---------

Kanwaljit Singh Pannu < kpannu@N...

<mailto:kpannu@N...> >

C/o NetAcross Ltd.

B-65, Okhla Industrial Area, Phase-I,

New Delhi - 110020.

Hello : 91-11-6812931-35 Ext. 2096,2095,2093.





-----Original Message-----

From: Tim Reddy [

Sent: Tuesday, July 18, 2000 5:18 AM

To: ASP components

Subject: [asp_components] Installation of new component created with VB6

(msvcrt.dll in use error).





Hello,

I've created a simple dll component using VB6.  I've tested it using 

Personal Web Server on my machine.  When I try to install it on my web 

server, which is running IIS 4.0, I get an error that msvcrt.dll is in

use. 

 When I check, I find that Msvcrt.dll is being used by several services

on 

my server.  When I attempt to shut them all down, my server reboots when

I 

kill the winlogon.exe service.  Can anyone help me.  I would expect 

everyone to have this problem if they are copying a new version of 

msvcrt.dll to their server.  There has to be an easy way around this.

Thanks.



Message #6 by Tim Reddy <treddy@b...> on Tue, 18 Jul 2000 09:04:10 -0500
The msvcrt.dll file is the Microsoft Visual C Runtime DLL.  When I create

the installation package for my component, it is included.  I expect that it

is included in the installation package for any dll created using VB6.

That's why I don't understand how anyone can install a dll created using

VB6.  Part of the installation involves copying msvcrt.dll, but it can't be

copied because it's in use by winlogon.exe and other services.  If I kill

the winlogon.exe service, my machine shuts down - that's my problem.



-----Original Message-----

From: Ahmed Mahmoud []

Sent: Tuesday, July 18, 2000 4:35 AM

To: ASP components

Subject: [asp_components] RE: Installation of new component created with

V B6 (msvcrt.dll in use error).





i'd like to help you

try this

check you're dll name 

maybe make conflect with server service dll's



> -----Original Message-----

> From:	Tim Reddy []

> Sent:	18 July, 2000 1:48 AM

> To:	ASP components

> Subject:	[asp_components] Installation of new component created

> with VB6 (msvcrt.dll in use error).

> 

> Hello,

> I've created a simple dll component using VB6.  I've tested it using 

> Personal Web Server on my machine.  When I try to install it on my web

> 

> server, which is running IIS 4.0, I get an error that msvcrt.dll is in

> use. 

>  When I check, I find that Msvcrt.dll is being used by several

> services on 

> my server.  When I attempt to shut them all down, my server reboots

> when I 

> kill the winlogon.exe service.  Can anyone help me.  I would expect 

> everyone to have this problem if they are copying a new version of 

> msvcrt.dll to their server.  There has to be an easy way around this.

> Thanks.

> 


  Return to Index