- Регистрация
- 21.08.2013
- Сообщения
- 249
- Благодарностей
- 12
- Баллы
- 18
When I add C # and use the Quick scan option for things like he.OuterHtml I always get something like this:
[CODE = csharp] Exception: "System.Exception: Unable to get the value. Perhaps the variable is not initialized
at ZennoLab.ZennoDebugger.Debugger.quickWatch (Object forwatch) "in" he.OuterHtml "[/ CODE]
... even if I can correctly assign he. OuterHtml to a string variable and I'm able to correctly display so it does exist.
The same goes for multiple elements where I cannot get any information for any of the elements but just the count (20 in this case)
[CODE = csharp] Exception: "System.Exception: Unable to get the value. Perhaps the variable is not initialized
at ZennoLab.ZennoDebugger.Debugger.quickWatch (Object forwatch) "in" he.OuterHtml "[/ CODE]
... even if I can correctly assign he. OuterHtml to a string variable and I'm able to correctly display so it does exist.
The same goes for multiple elements where I cannot get any information for any of the elements but just the count (20 in this case)