我有一個.NET Remoting應用程序。 目前該應用程序具有Remoting Server需要獲取文件並將其作爲字節數組發送給客戶端的功能。由於整個字節數組將立即進入客戶端,如果文件大小很大,則會出現問題。 所以我想執行的文件的部分閱讀, 像 public byte[] ReadPartialFile(string fileName, int offset, int bufferSize)
我目前正在使用定義圖層通過遠程處理髮送消息的項目,目前它正在工作,以便所有數據訪問方法都被封裝在該圖層內。例如: public class RemoteLayer: MarshalByRefObject
{
DataAccessThing1()
{
//Do things
}
但是,隨着時間的推移,這些圖層非常龐大。不過,我覺得我可以讓通用工廠要求遠
我已經建立了一個遠程server..The遠程服務器上暴露的event.When我試圖認購事件中,我得到的異常與下面的堆棧跟蹤通信 [System.Reflection.TargetInvocationException]
= {"Exception has been thrown by the target of an invocation."}
[System.Refle