[Mono-dev] DllNotFoundException and shared libraries

2005-12-14 Thread Andrew Warinner
I'm getting a System.DllNotFoundException when attempting to execute a function in a shared library that in turn executes a function in yet another shared library. Here's the function declaration in the C# source: [DllImport (libfontinfo.so)] public static extern int

[Mono-dev] VB ASP.NET

2005-12-14 Thread Arnhoffer Károly
Hi, I created two sample ASP.NET applications: a C# and a VB one. They contain the same controls, a System.Web.UI.HtmlControls.HtmlInputButton and a System.Web.UI.HtmlControls.HtmlInputText. The C# one works fine but with the VB one I always get error beginning as follows: Server Error in

Re: [Mono-dev] Console programs doesn't finish

2005-12-14 Thread Andrés G. Aragoneses
Yes, I suppose it is the same problem because the last line runs but the control never returns to shell. Have you guys tried stracing the process? Thanks for your feedback Miguel. With the danger of sounding too ignorant, how do I do that? what will it tell me at the end? I can probably run

Re: [Mono-dev] VB ASP.NET

2005-12-14 Thread Jonathan Pryor
On Wed, 2005-12-14 at 11:21 +0100, Arnhoffer Károly wrote: Server Error in '/vb' Application Compilation Error Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. snip/ Should ASP.Mono work with VB or not? Last I

Re: [Mono-dev] VB ASP.NET

2005-12-14 Thread Kornél Pál
Server Error in '/vb' Application Compilation Error Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. snip/ Should ASP.Mono work with VB or not? Last I knew, Mono's VB compiler was not being worked on full time

[Mono-dev] how to write configuration for my app?

2005-12-14 Thread Mirek Binas
hello i need to write configuration for my app to the file. at the moment i use the nini for configuration storage. but - i have still some problems with the save and overwriteing of my existing configuration. so - maybe its time to choose something else. can anybody recommend me something?

[Mono-dev] Re: XmlTextWriter.WriteCData bug

2005-12-14 Thread Atsushi Eno
Please add a corresponding NUnit test(s) and commit. Thanks! Atsushi Eno Konstantin Triger wrote: Hello, The following code causes an exception and the attached patch fixes it. Please approve commit. static void Main(string[] args) { StringBuilder sbVisible = new

RE: [Mono-dev] how to write configuration for my app?

2005-12-14 Thread aedwards
Yeah, utilize a typed dataset. Use VS.NET's xml designer to build your schema quickly. Then utilize the routines in the dataset for reading and writing the file. This makes a quick, clean, custom configuration file solution for your apps. Thanks, Allan - Original message - From:

Re: [Mono-dev] [PATCH] Remove version numbers from MonoReflectionAssemblyName

2005-12-14 Thread Carlos Alberto Cortez
Anything else? Is it ok to commit it? Carlos. El lun, 12-12-2005 a las 19:36 -0500, Ben Maurer escribió: On Mon, 2005-12-12 at 15:33 -0600, Carlos Alberto Cortez wrote: Hey, This small patch removes the versions numbers from MonoReflectionAssemblyName, which are unnecessary since we

Re: [Mono-dev] [patch] emit small seh clauses

2005-12-14 Thread Jb Evain
Hi, Thanks for the feedback, here is a revised patch. Jb reflection.patch Description: Binary data On Dec 15, 2005, at 12:52 AM, Ben Maurer wrote: Some style fyi's On Wed, 2005-12-14 at 22:47 +0100, Jb Evain wrote: Index: reflection.c