Hi, I have a really large ASP.Net Web application that i need to port into other platforms. The Web app that i'm trying to port is mainly written in vb, and references a lot of custom dll's that have also been written in vb. I tried to build the application from bottom up, by creating a blank project that has nothing but a page with a label. Mono Migration Analyzer pointed a few issues with the dll's, which i could find a way around, or temporarily commented out. For testing purposes, i'm using XSP2 server. The same set of dll's in a c#web project compiles and displays the page, whereas it fails to do so in a VB web Project. A lot of investigation with one of the dll's showed me that Extension Methods was the issue with that particular dll. But in the VB compiler page in Mono site tells me that extension methods do work.
I would like to know why i get a vbnc crash inspite of the method being supported. Is it something im doing wrong?? Btw im using Mono- 2.4.2.3. Any help would be great. Thanks, Vijay. -- View this message in context: http://www.nabble.com/VBNC-Crash-tp25749738p25749738.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
