Hi,
I want to trace out the way through which I can have an automation so that I can select the last item from a Web application's combo box control. I have been successful in interrogating the control.
But the fact is that I have failed to view the list of values. Even I couldn’t capture the list’s last value.Â
Presently I have OpenSpan 5.1 with IE 8 on Windows XP platform.
Encountered problem adding object to automation:
Object reference not set to an instance of an object.
See diagnostic log for full exception information.
Please provide me with useful suggestions.
OpenSpan Studio 5.1 Encountered Problem Adding Object to Automation on IE8
Hellow !!
I have got the point of your problem. I am giving a significant solution.
I suggest you to use the Script component .By means of this component you will be able to create custom methods to include in OpenSpan studio solutions.
The most reliable programming language is c#. You can inscribe the methods by c#. Mind it a script module is constrained to system level code. You have to use the same language .
Regards
Shifflett Laurel
OpenSpan Studio 5.1 Encountered Problem Adding Object to Automation on IE8
Hi,
Common causes of: Object reference not set to an instance of an object error is given below
> One common mistake is when working with Codebehind Classes
> Bad scoping
> Bad Inuits/constructs
To fix the problem uses Microsoft .NET Framework Version: 4.0.30319; ASP.NET Version:4.0.30319.1
Thanking you
Franking Mary.