Reflection-TargetInvocationException
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.
|