Hi,
I am reposting my question as a new thread here.
I am trying to deploy my application from my development machine to the client test server. The application works well on my development machine and one of our local servers.
After a postback(from a button) it throws 'sys.argumentnullexception:Value cannot be null. Parameter name:id Javascript error and does not do anything.
The error is from grid.get_masterTableView(). The grid is databound in the button postback.
Servers are both Windows 2003 and my development machine is XP. I am using 2009 Q1 version of telerik controls
I was able to reproduce this scenerio on one of our spare machine (also a XP). Here is what I did on that:
I installed telerik controls and my application started working without the javascript errors. Out of curiosity I then uninstalled telerik controls from the machine. My application still works without issues.
Thats make me think that its not the install per se, but during the install telerik is making some setting change which was missing earlier. Anybody have any idea what this could be? I will have to do it manually on the client test server because I cannot install/uninstall telerik controls on that machine.
Also, the version I installed was 2009 Q1(without the SP) so I had to go through the step of reinstalling SMdiagnostics.dll and System.Runtime.Serialization.dll in the GAC. Could this have fixed the issue?
Thanks.
I am reposting my question as a new thread here.
I am trying to deploy my application from my development machine to the client test server. The application works well on my development machine and one of our local servers.
After a postback(from a button) it throws 'sys.argumentnullexception:Value cannot be null. Parameter name:id Javascript error and does not do anything.
The error is from grid.get_masterTableView(). The grid is databound in the button postback.
Servers are both Windows 2003 and my development machine is XP. I am using 2009 Q1 version of telerik controls
I was able to reproduce this scenerio on one of our spare machine (also a XP). Here is what I did on that:
I installed telerik controls and my application started working without the javascript errors. Out of curiosity I then uninstalled telerik controls from the machine. My application still works without issues.
Thats make me think that its not the install per se, but during the install telerik is making some setting change which was missing earlier. Anybody have any idea what this could be? I will have to do it manually on the client test server because I cannot install/uninstall telerik controls on that machine.
Also, the version I installed was 2009 Q1(without the SP) so I had to go through the step of reinstalling SMdiagnostics.dll and System.Runtime.Serialization.dll in the GAC. Could this have fixed the issue?
Thanks.