-
[RESOLVED] Mono MOMA
Just out of curiosity have many people run the migration analyzer on a VB.net project and all was fine?
I was just looking at it and almost afraid to run it as just fixing the errors that may be generated are beyond my level of patience. (or skill level).
-
Re: Mono MOMA
Hey,
I can't say that I have ran it on a VB Assembly, but I have certainly used it on a C# assembly, for my own website, and there were very few things that aren't supported.
For a while, when I was using a version of the MySql Connector for .Net, there were some critical parts that weren't supported in Mono, such as Transaction support, which was causing all kinds of problems, so I had to get the source code for the connector and tweak it to get it to work in Mono. I am happy to say though that those days are all behind me now, and everything that I am using is supported, and works happily.
I would run it and see what happens, you might be surprised about what exactly is supported.
Gary
-
Re: Mono MOMA
Thanks Gary -- I'm more up to speed on all of this now.
-
Re: [RESOLVED] Mono MOMA
Ah, I just noticed how old your post was. Sorry about that.
Glad to hear you are getting on well with Mono.
Gary