I get the following Errors if I don't uncomment these lines of code:

<source>
                                       if isnothing(rIter) = false then
                                                Dim path as TreePath = 
Store.GetPath(rIter)
                                                path = path.up
                                                Dim res as boolean = 
Store.Getiter(rIter,path)
                                        end if
                                        if isnothing(rIter) then rIter = Iter

</source>

Errors:
/media/CRUZER/Linux/Projects/prjLinuxInfo/prjLinuxInfo/<MyGenerator>(1,1):
Error VBNC99999: There was an exception during code generation. (VBNC99999)
(prjLinuxInfo)
/media/CRUZER/Linux/Projects/prjLinuxInfo/prjLinuxInfo/<MyGenerator>(1,1):
Error VBNC99999: Unexpected error: There has been an internal error in the
compiler: Operator CType is not defined for types 'System.Boolean' and
'Gtk.TreePath' (VBNC99999) (prjLinuxInfo)

Regards Hans
-- 
View this message in context: 
http://old.nabble.com/Strange-Error-when-compiling-tp27200978p27200978.html
Sent from the Mono - VB mailing list archive at Nabble.com.

_______________________________________________
Mono-vb mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-vb

Reply via email to