PDA

View Full Version : .net compiled application


lcohen999
December 7th, 2006, 12:12 PM
At our office, we do a lot of our programming in Visual Studio .Net

I do a lot of testing for our programmers and would love to run the application in a non-vmware windows.

Is it possible, using OneClick via Firefox, etc to run a .net program.

I know mono project can create .net applications, but what about just running pre-configured ones?

Thanks!

skeeterbug
December 7th, 2006, 01:18 PM
Probably not. Have you tried cross platform development with mono yet? Mono is a nice thing to have, but you can't just run a program compiled on windows(with the mono or MS compiler) in linux yet. I am sure as windows forms get ported this might change, only time will tell.

lcohen999
December 8th, 2006, 03:52 PM
Thanks

I guess that is what VMWare is for :)