Type.GetType
-
Hi every body! I'm learning about remote object. In a sample i'm learning there a statement Type.GetType("SharedAssembly.SharedObj,SharedObj") all time when this statemet is excuted, it return null SharedAssembly: namespace. SharedObj: a class in above namespace. Could you tell me how can i fix it? Thanks! xyz
-
Hi every body! I'm learning about remote object. In a sample i'm learning there a statement Type.GetType("SharedAssembly.SharedObj,SharedObj") all time when this statemet is excuted, it return null SharedAssembly: namespace. SharedObj: a class in above namespace. Could you tell me how can i fix it? Thanks! xyz
Type.GetType("_SharedAssembly.SharedObj_, _SharedAssembly_");
For remoting you'd use[Activator.GetObject](http://msdn.microsoft.com/library/?url=/library/en-us/cpref/html/frlrfSystemActivatorClassGetObjectTopic.asp?frame=true)
. See the example code in the MSDN overview of Client Activation.Ian Mariano - Bliki | Blog
"We are all wave equations in the information matrix of the universe" - me