Forum Discussion
qtrolazyg
12 years agoContributor
I have the same message, different circumstance, I think.
Testing a .Net/C# application (actually a suite) with TC 10.20.933. One view has a link to launch a second view.
Unit A
selects record
if record is found, click link to launch other view (unit B)
Unit B
selects record
attempts to change values
-stops on object not found...
After the error, I use the Object Spy to see why it cannot find the objects. The objects show in the name mapping, but the Object Explorer cannot show the values.
I've read several posts, but haven't found a workable solution.
thanks
Testing a .Net/C# application (actually a suite) with TC 10.20.933. One view has a link to launch a second view.
Unit A
selects record
if record is found, click link to launch other view (unit B)
Unit B
selects record
attempts to change values
-stops on object not found...
After the error, I use the Object Spy to see why it cannot find the objects. The objects show in the name mapping, but the Object Explorer cannot show the values.
I've read several posts, but haven't found a workable solution.
An error occurred while accessing the "Keys" method or property of the "lookupValueTextBox" object.
The object or one of its parent objects was not found.
Object Whose Method or Property Was Accessed
Alias: Aliases.MySuite.Console.MdiClient.ApplicationControlHost.BankView.navigationLookup.lookupValueTextBox
Name mapping item: NameMapping.Sys.MySuite.Console.MdiClient.ApplicationControlHost.BankView.navigationLookup.lookupValueTextBox
Object That Was Not Found
Alias: Aliases.MySuite.Console.MdiClient.ApplicationControlHost.BankView
Name mapping item: NameMapping.Sys.MySuite.Console.MdiClient.ApplicationControlHost.BankView
thanks