Hi there
Smart CallBacks functionality of WebCombo v.8.2 gets frozen and generates the error: (paramater is incorrect). Debuging takes me to the following file and function:
webresource.axdparamater is incorrectigtbl_XSLTProcessor.prototype.transform=function(){ if(!this.input) return false; if(ig_csom.IsIE) { this.Processor.input=this.input; this.Processor.transform(); this.output=this.Processor.output; } else return this.outputDocument=this.Processor.transformToDocument(this.input); return true;};
Any help more than welcome
Regards
Elvis
This sounds like it's either a setup issue or a bug.
Can you reproduce this in an isolated sample application that we can run and debug? If so, then I suggest you submit a support request and attach that sample to your request. A Developer Support Engineer will investigate your issue and will work with you to resolve it.
Is there any resolution on this particular issue? I am experiencing the same error and location. We have an application that is being rolled out to production. In the training classroom, all of the computers in the rear row experienced the exact same error while the computers in the first two rows did not.Obviously there is some setup issue that is causing problems for the Infragistics control. What I don't know is what the problem actually is.Error message from IE: A runtime error has occurred. Do you wish to debug?
Line 11474Error: The parameter is incorrect.As this is a remote machine, I only had access to Microsoft Script Editor. It gave an additional error message of:MSXML3.dll: The paramter is incorrect.The code it is pointing to is:igtbl_XSLTProcessor.prototype.transform = function() { if (!this.input) return false; if (ig_csom.IsIE) { this.Processor.input = this.input; <== This is the line that is throwing the exception this.Processor.transform(); this.output = this.Processor.output; } else return this.outputDocument = this.Processor.transformToDocument(this.input); return true; };I will continue to work on this. I will post if I get a resolution. If not, I will try to reproduce in a simple app and send the code alonge in support request.