G
Guest
Hi all,
I've added a shared remoting interface to WinForm in IE control. Since
adding the DLL, load times have double - it takes ~2 minutes to load. The
DLL is 16K and only contains shared interfaces.
I checked the Fusion binding log (as well as my own custom logging),
initial load takes place almost instantenously - all DLLs are downloaded
right away.
The moment I hit my first remoting line - the code stalls and takes ~2
minutes to complete. I noticed in my fusion binding log that .NET seems to
re-request the DLL because it "already exists in the local cache". I've
cleared my local cache to no avail.
Once everything loads, it runs fast - but the inital load is sooooo slow.
Any ideas why code w/ interfaces + remoting take so long to load?
Thanks.
I've added a shared remoting interface to WinForm in IE control. Since
adding the DLL, load times have double - it takes ~2 minutes to load. The
DLL is 16K and only contains shared interfaces.
I checked the Fusion binding log (as well as my own custom logging),
initial load takes place almost instantenously - all DLLs are downloaded
right away.
The moment I hit my first remoting line - the code stalls and takes ~2
minutes to complete. I noticed in my fusion binding log that .NET seems to
re-request the DLL because it "already exists in the local cache". I've
cleared my local cache to no avail.
Once everything loads, it runs fast - but the inital load is sooooo slow.
Any ideas why code w/ interfaces + remoting take so long to load?
Thanks.