D
Daylor
hi.
im create object and pass it to second appDomain. (same application).
the object in marshal byRef.
now, after the object is created in the server.
when pass it to the client.
an exception is throw :
------------------------------------------------------------------------
System.IO.FileNotFoundException
File or assembly name Client , or one of its dependencies, was not found
---------------------------------------------------
now , the client is the where the exception occurs !!
try to find some info about it ,i saw somthing here:
go to the "Points of Interest" section
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1284&lngWId=10
any one can help , how to solve this problem ?
im create object and pass it to second appDomain. (same application).
the object in marshal byRef.
now, after the object is created in the server.
when pass it to the client.
an exception is throw :
------------------------------------------------------------------------
System.IO.FileNotFoundException
File or assembly name Client , or one of its dependencies, was not found
---------------------------------------------------
now , the client is the where the exception occurs !!
try to find some info about it ,i saw somthing here:
go to the "Points of Interest" section
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1284&lngWId=10
any one can help , how to solve this problem ?