Ask a Question related to ASP.NET General, Design and Development.
-
Von Shean #1
COM+ objet call hangs
I have already posted my problem. but now after some diagnosis i have a
clear question! I use a dll which is in com+. so when i call any function of
that dll from asp.net the call hangs or a deadlock occurs.
Kindly help!
Regards,
Von Shean Guest
-
CF hangs when database server hangs or crashes
This may be as simple as a configuration change, but hoping someone understands this behavior and can offer suggestions (or at least additional... -
use a com objet in a webservice
Hi, Itñs posible to use a com object in a webservice?. I add it in references, I can create it, but I can´t access to any property of the object.... -
dllimport call in aspnet application makes the application hangs
As our application design requires us to use one of the validation API engine which was written on C(so basically all I have is a dll) and I tested... -
click on objet
hi anyone can tell me the script to assign an action to a define model of a 3d world? -
remote call procedure call failed
Also, it says error 1726 "remote call procedure call failed" Help, Unable to save username and password in XP Home edition. It allows me to... -
Von Shean #2
Re: COM+ objet call hangs
its a c# dll.
and a com+ library.
"Natty Gur" <natty@dao2com.com> wrote in message news:OxHfGWNUDHA.2648@TK2MSFTNGP10.phx.gbl...
Hi,
couple of questions
1)the com+ component written with .net or vb/c++?
2)the package is server or library?
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Von Shean Guest
-
Alexander Myachin #3
Re: COM+ objet call hangs
I had a similar issue when dll was located on a network mapped drive.
does COM+ object stay activated when the call hangs?
Hope this helps
Alexander Myachin
"Von Shean" <vonshean@hotmail.com> wrote in message
news:%23dO3hqKUDHA.1572@TK2MSFTNGP12.phx.gbl...of> I have already posted my problem. but now after some diagnosis i have a
> clear question! I use a dll which is in com+. so when i call any function> that dll from asp.net the call hangs or a deadlock occurs.
> Kindly help!
>
> Regards,
>
>
Alexander Myachin Guest
-
Von Shean #4
Re: COM+ objet call hangs
Nope
"Alexander Myachin" <a_miachin@hotmail.com> wrote in message
news:#vPrCjOUDHA.2180@TK2MSFTNGP12.phx.gbl...function> I had a similar issue when dll was located on a network mapped drive.
> does COM+ object stay activated when the call hangs?
>
> Hope this helps
> Alexander Myachin
>
> "Von Shean" <vonshean@hotmail.com> wrote in message
> news:%23dO3hqKUDHA.1572@TK2MSFTNGP12.phx.gbl...> > I have already posted my problem. but now after some diagnosis i have a
> > clear question! I use a dll which is in com+. so when i call any> of>> > that dll from asp.net the call hangs or a deadlock occurs.
> > Kindly help!
> >
> > Regards,
> >
> >
>
Von Shean Guest
-
Von Shean #5
Re: COM+ objet call hangs
I am using SQLServer 2000. I have diagnosed the problem as following.
I am using SqlHelper.ExecuteReader to get the data from the database.
There are 2 cases that i tried with this:
1. This is the call that hangs on the production server. (The production
server does not have SQL Server 2000 client tools installed).
2. It works fine on local staging server (i have SQL server 2000 client
tools installed on this system)
I dont think sql server client tools should be a problem, or does MS DTC
useSQL Server client tools when used with SqlHelper???
"Natty Gur" <natty@dao2com.com> wrote in message
news:#LiiC7OUDHA.1992@TK2MSFTNGP12.phx.gbl...> Hi,
>
> Can you tell me if you are using transaction and against which DB you
> are working? It will be nice if you can set the attributes that you set
> to the Class so we can se how the class configures in COM+.
>
> Natty Gur, CTO
> Dao2Com Ltd.
> 28th Baruch Hirsch st. Bnei-Brak
> Israel , 51114
>
> Phone Numbers:
> Office: +972-(0)3-5786668
> Fax: +972-(0)3-5703475
> Mobile: +972-(0)58-888377
>
> Know the overall picture
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Von Shean Guest
-
Natty Gur #6
Re: COM+ objet call hangs
well on our machines we use COM+ againt Sql Server without ant
instalation of SQL server utils or what so ever.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Von Shean #7
Re: COM+ objet call hangs
I have figured out the problem. The MS DTC port 3372 on the production was
blocked.
Thank you very much
"Natty Gur" <natty@dao2com.com> wrote in message
news:#Wds1yPUDHA.2196@TK2MSFTNGP12.phx.gbl...> well on our machines we use COM+ againt Sql Server without ant
> instalation of SQL server utils or what so ever.
>
> Natty Gur, CTO
> Dao2Com Ltd.
> 28th Baruch Hirsch st. Bnei-Brak
> Israel , 51114
>
> Phone Numbers:
> Office: +972-(0)3-5786668
> Fax: +972-(0)3-5703475
> Mobile: +972-(0)58-888377
>
> Know the overall picture
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Von Shean Guest



Reply With Quote

