Click here to Skip to main content
15,908,264 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

When I was using my production site , I was stuck with an error showing below ,


Exception :

Exception has been thrown by the target of an invocation.

Exception Details :

C#
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
 at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
 at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
 at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
 at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
 at PB.Controls.PBGridView.InvokeMethod() in c:\inetpub\wwwroot\Siemens\PB.DatePicker\PBGridView.cs:line 731
 at PB.Controls.PBGridView.BindData() in c:\inetpub\wwwroot\Siemens\PB.DatePicker\PBGridView.cs:line 684
 at PB.crosstrio.Web.UI.Pages.Admin_Reports_BillingDetails.BindDataGrid()


but it was working in my local machine. I was unable to find what is that causing the issue on my production Server.

Please any one help me ... Thanks
Posted
Updated 23-Jul-15 20:55pm
v2
Comments
Herman<T>.Instance 24-Jul-15 2:56am    
- running asynchronous?
- where is the code that causes the error?
Way too less information to help
Wendelius 24-Jul-15 3:14am    
It would help to know what happens in the methods in positions:
- PBGridView.cs:line 684
- PBGridView.cs:line 731
Those seem to be causing the problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900