i'm trying to develop a tc fs plugin in dotnet (c#) which should show and allow add and delete assemblies to the GAC using the article KB/files/ManagedTCPLugin.aspx at codeproject as the base for my development.
The plugin seems to run properly as far as i browse only my local filesystem or filesystems of computers inside the same domain.
As far as i try to browse computers inside a foreign domain tc hangs fore some minutes and as far as i call my plugin i get following error:
Code: Select all
---------------------------
Total Commander 7.55
---------------------------
External exception E0434F4D.
External exception E0434F4D
Windows XP SP2 5.1 (Build 2600)
Please report this error to the Author, with a description
of what you were doing when this error occurred!
Windows exception: E0434F4D
Stack trace:
7C812A6B
684038 684113 4EA8BB 63FD37 4DFE68 4E0FA8
442E4D 444421 442D8B 445152 >44435F 414564
4442CD 414564 444421 444D9E 414564 44435F
414564 419C30 419CC8 6BF7F1
Raw:
6BC5F9 684038 407962 40208E 617AA1 67E230
5F2B93 445117 442E4D 44506D 442E4D 432D5B
444421 444D9E 444DC1 414564 414564 63CCDD
66E12C 66E184 6BECF5 674796 5F6875 5F6898
674796 5F6875 5F6898 432D5B 444421 444D9E
444DC1 414564 414564 414564 40208E 4023B3
4023DB 4026A4 4036AD 403796 431FFC 4442CD
414564 4442CD 414564 6BC247 444D9E 414564
406E08 4023B3 4023DB 407619 683854 4033BC
683828 683874 6BC80F 6967BC 6BC80F 6967BC
Press Ctrl+C to copy this report!
Continue execution?
---------------------------
Ja Nein
---------------------------
Thanks a lot in advance.
Alexander