Hi,
Somebody running Windows XP Prof. complained that he could not get my exe files running and had a error telling him that the .NET framework was not installed. That's actually the first time this occured to me. Am I supposed to let everybody with Windows XP that wants to run my application download and install the .NET framework? I thought this was installed by default. :sick:
Because I wanted to make my program crossplatform anyway I figured that maybe mono could be the solution for both problems. If my projects are compiled with mono I can simply ask the users to download and install the (smaller) mono runtimes instead of the .NET framework. Correct?
Another question: I am capable of compiling .cs-files with mono so far, but can it also compile a complete solution instead of just 1 file. I tried but without succes so far:
While we are at it, does mono have problems compiling applications with GUI-components ?Quote:
C:\Documents and Settings\Bram Vandenbon\Mijn documenten\Visual Studio 2005\Projects\WindowsApplication3\WindowsApplication3>mcs WindowsApplication3.csproj
WindowsApplication3.csproj(1,1): error CS8025: Parsing error Compilation failed: 1 error(s), 0 warnings
Somebody at another forum told me that porting from Visual Studio to Mono is something that is still in an experimental phase. Is that correct? (I hope not)
Thanks for all replies, in advance
Bram Vandenbon
