[mono-vb] Strange Error when compiling

Easy_Rider9999 jhmgbl2 at t-online.de
Sun Jan 17 12:38:24 EST 2010


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.



More information about the Mono-vb mailing list