[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

.NET Remoting & OleDbDataAdapter freezing

alex.lyman

9/27/2004 7:06:00 PM

I'm trying to create a .NET Remoting interface to a DCOM Component,
which also provides a OleDb interface.

When running with a server/client model, the OleDbDataAdapter.Fill()
method freezes when trying to fill a DataSet; but it works fine when
Remoting is disabled (except that it's not Spec).

First thoughts were that permissions were narfing it, but when all
permissions were modified so that anyone (even non-authenticated
users) could do anything they wanted with it, there was no change in
the behavior.

Anyone out there have any experience with anything similar to this, or
have any ideas on what might be causing it?

Any and all help would be greatly appreciated.