Mono in vs2005
-
Hello I want to know if it is possible to create projects in visual studio 2005 which uses the mono with Gtk as interface. I got no computer which runs linux, therefore it would be great if it was possible to create it in visual studio 2005. I have tried monodevelop and Sharpdevelop, but I still like visual studio more. If anyone got a good article or tutorial on this subject I would appreciate it. regards QzRz
-
Hello I want to know if it is possible to create projects in visual studio 2005 which uses the mono with Gtk as interface. I got no computer which runs linux, therefore it would be great if it was possible to create it in visual studio 2005. I have tried monodevelop and Sharpdevelop, but I still like visual studio more. If anyone got a good article or tutorial on this subject I would appreciate it. regards QzRz
Never tried it, but I can see about a dozen reasons why this won't work. First, Mono is not the .NET Framework, which is what Visual Studio needs to run and work. The .NET Framework is Microsoft's implementation of the Common Language Infrastructure. Mono is an open source project on *nix that is THEIR implementation of the CLI. It's modeled after the .NET Framework and most classes are a copy of what you'd find in the .NET Framework, but the Windows.Forms namespace, among a bunch of others, doesn't exist in Mono. So, no, I don't think VS2005 would work with Mono at all.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hello I want to know if it is possible to create projects in visual studio 2005 which uses the mono with Gtk as interface. I got no computer which runs linux, therefore it would be great if it was possible to create it in visual studio 2005. I have tried monodevelop and Sharpdevelop, but I still like visual studio more. If anyone got a good article or tutorial on this subject I would appreciate it. regards QzRz