, , , ( ) , , .
- asmx (.net version 2.0), -, ( [serializable]), , ( - ).
, , ( ), Reference.cs( , " ",).
N.B. .NET 2.0
!
, -, ! LOT.
(reference.cs), , inerith ( ), . , , .
, , - (: "_" [YOUR_BASECLASS_NAME = > _YOUR_BASECLASS_NAME]), "" Reference.cs
- :
using YOUR_BASECLASS_NAME = SHAREDLIBRARY.BASECLASS
using YOUR_CLASS_NAME = SHAREDLIBRARY.CLASS
, .
Compile ..et voilà! I know that this is not a very good solution, but it is the smartest I have found.
source
share