[Mono-dev] Error :: Cannot Find the file specified.

2006-04-13 Thread conn intel
Hello Friends, In my ASP.NET application I am getting the following error message while running using xsp. While building i havent get any error message. The Error Message is as follows.. System.ComponentModel.Win32Exception: Cannot find the specified file in 0x00185

[Mono-dev] Re: Error :: Cannot Find the file specified.

2006-04-13 Thread conn intel
Hello friends, Few updates : When i am compiling the following program it works :: using System; class HelloWorld { public static void Main() { Console.WriteLine(Hello World !); System.Diagnostics.Process.Start(echo world); } } But when i am using the same above

[Mono-dev] Error Building Mono with uclibc toolchain

2006-03-30 Thread conn intel
Hello friends, I am using i386-linux-uclibc-gcc toolchain created with the help of buildroot. With the help of toolchian i am currently compiling Mono-1.1.13.4 package. While compiling I am getting following error . Thank you in advance Have a nice time and good day ahead..

Re: [Mono-dev] ./configure --enable-minimal=aot, profiler gives error.

2005-11-16 Thread conn intel
Hello Friends, Once again thank you for your mail. But i am again getting error even after renaming the directory. could you pls get me out from this... Thank You in advance. Regards, Ankur. /*Error

Re: [Mono-dev] ./configure --enable-minimal=aot, profiler gives error.

2005-11-15 Thread conn intel
Hello Friends, Thank you for your earliest and quickest response.. But when i tried with mono 1.1.10 using ./configure --enable-minimal=aot,profiler i still getting error as below. Thank you for your reply in advance.. bye , take care. have a nice time and good day ahead.. Regards, Ankur.

Re: [Mono-dev] Regarding MONO on Embedded Device.

2005-10-27 Thread conn intel
Hello friends, Thanx to all for their help. The part of Mono in my project is just showing the system configuration through web-browser. We also saving the system configuration through web browser so the project uses file library and xml library. But to run the mono on compact flash we need to

[Mono-dev] Regarding MONO on Embedded Device.

2005-09-30 Thread conn intel
Hello Friends, I am a computer science student. Our college is having embedded board on which there is 16 MB of flash. We have compress the kernel to 8 MB and our application is of 2 MB. So i Need help in using MONO on such a Environment. Its very hard or i say next to impossible for me to