Pro Visual Basic 2005For advanced Visual Basic coders working in version 2005. Beginning-level questions will be redirected to other forums, including Beginning VB 2005.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro Visual Basic 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I need to know if anyone out there knows if there is a way to build a VB.NET 2005 application so that it will run on LINUX, UNIX, MAC OS. If anyone could help I would greatly appreciate it, this is time sensitive.
The entirety of the issue is the support files for the platforms you mentioned.
The concept of .NET is that the program you write does not have instruction in it that are specific to anything. The Common Language Runtime is just that: common.
Though I don't know what .NET support MS has created, that is nonetheless where your search should focus.
You build the app the same way, irrespective of the target.