开发者

Strange error in Mono on ubuntu using MonoDev

开发者 https://www.devze.com 2023-03-19 05:21 出处:网络
I have the following line: associatedGuiElements.listElements.Sort(Function(x, y) x.zIndex.CompareTo(y.zIndex))

I have the following line:

associatedGuiElements.listElements.Sort(Function(x, y) x.zIndex.CompareTo(y.zIndex))

Now, the line is just supposed to sort the list by a property (zIndex). It works fine in Windows using VS but when I imported the project into Mono, this is the only line it has problems with. Can anybody explain why? The error message is:

/media/FreeAgent Drive/HalfDime Engine/HalfDime Engine/Engine/HalfDime_Engine.vb(74,74): Error VBNC99999: Unexpected error: There has been an internal error in the compiler: (VB开发者_JAVA百科NC99999) (HalfDime Engine)


This means the actual VB.NET compiler has a bug that caused it to crash. Your best bet is to file a bug with a simple test case in the Novell Bugzilla

0

精彩评论

暂无评论...
验证码 换一张
取 消