|
Subject:
|
Reflection-TargetInvocationException
|
|
Posted By:
|
dipak_2111
|
Post Date:
|
1/11/2007 12:08:19 AM
|
I have used Remoting ,Windows Services and web services in my project.When i invoke webmethod [object result = webmetohd.Invoke(proxyInstance, (object[])methodParams.ToArray(typeof(object)));] using Remoting and Windows services , TargetInvocation Exception will raise. When i invoke this webmethod only using Windows services (without using remoting )it's invoke properly. If anybody has solution for this problem please reply.
|
|