Since Mono provides an emulation of the Windows registry, I started to
make a registry editor using Mono and Gtk# so that developers can edit
the Mono "registry." This has the side benefit of being a (hopefully)
improved registry editor even under Windows/.Net. That said, I am not
an experienced de
Daniel,
> I've noticed other NotImplementedExceptions in the
> Connection class like CreateCommand.
>
> I'll be waiting for the release packages to download.
That's true: as I told before ADO.NET layer is new and, although it
doesn't affect the core functionalities of the main system, it is not
r
I've noticed other NotImplementedExceptions in the
Connection class like CreateCommand.
I'll be waiting for the release packages to download.
When you build Minosse, which is your preferred way to
build?
--- Antonello Provenzano <[EMAIL PROTECTED]> wrote:
> Daniel,
>
> > Checking out from subv
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:mono-list-
> [EMAIL PROTECTED] On Behalf Of Michael Schurter
> Sent: maandag 12 februari 2007 21:21
> To: Gert Driesen
> Cc: 'mono-list'
> Subject: Re: [Mono-list] Nothing happens with mono-service and
> EventLog.WriteEntry
>
> On Mo
On Mon, 2007-02-12 at 20:47 +0100, Gert Driesen wrote:
> Michael,
>
> Did you set the MONO_EVENTLOG_TYPE environment variable ?
>
> Checkout the mono manpage for more info.
Thanks for the tip! Sorry I didn't read the man page. I checked out
MonoDoc, but it doesn't have any documentation for th
Hi!
It's great to have somebody interested in promoting MD in this way. If
you are going to work on a plan for the month of hacking, please make
sure it is compatible both in focus and in dates with our release plan
for MonoDevelop 1.0
(http://www.monodevelop.com/Release_plan_for_MonoDevelop_1.0).
Michael,
Did you set the MONO_EVENTLOG_TYPE environment variable ?
Checkout the mono manpage for more info.
Gert
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:mono-list-
> [EMAIL PROTECTED] On Behalf Of Michael Schurter
> Sent: maandag 12 februari 2007 19:51
> To: mono-list
> S
Michael Schurter wrote:
> On Mon, 2007-02-12 at 10:42 -0600, Michael Schurter wrote:
>> I created a service in MonoDevelop, compiled it using the 2.0 profile,
>> and run it using mono-service.
>>
>> Everything appears to work fine: Service started and stopped messages
>> show up in my syslog, the p
Anthony,
Sure... I want to use this opportunity to give my skype account to be
contacted about this (or other) project: you can contact me as
"tsutomi".
Cheers.
Antonello
On 2/12/07, Anthony Carrabino <[EMAIL PROTECTED]> wrote:
> Hi Antonello,
>
> Can you skype me plase "vistadb"
>
> I'd lo
On Mon, 2007-02-12 at 12:58 +0100, Antonello Provenzano wrote:
> Dear Fellows,
>
> About 3 years ago I founded the project Minosse, the first example of
> a fully functional embedded RDBMS written in C# language, presented as
> master thesis at university.
> For a couple of years I actively develo
Daniel,
> Checking out from subversion does not count as
> downloading. With a "beta", we need some files to
> "download". Can you provide these files please?
I noticed that maybe I was wrong in defining the state of the project
after you put at my attention that gross bug on MinosseConnection
Daniel,
> Does the client library as an ADO.NET data provider
> work?
The ADO.NET standalone client is under development: before completing
it I would like to see if the protocol communication works as it
should.
> Browsing subversion I noticed the Open() method is
> throwing NotImplementedExcep
Daniel,
> Does Minosse RDBMS build and run on Mono?
Yes, it is implemented to build and run under both .NET and Mono: the
call for test is right to know if is there any unknown issue between
the two frameworks, although I believe there'd be none.
> On what platforms does it build and run? Linux
Does the client library as an ADO.NET data provider
work?
Browsing subversion I noticed the Open() method is
throwing NotImplementedException().
Are we to use Login() instead? Open() is part of the
IDbConnection interface. Could it be implemented to
parse a connection string and then call L
Hello,
> And have debug set to true in my web.config compilation element. One
> thing to note, is that I'm compiling my assemblies independent of the
> auto-compilation behavior in mono 1.2.
Then you need to compile with -debug command line option to the
compiler.
> In addition to the assemb
Hi all,
I created a service in MonoDevelop, compiled it using the 2.0 profile,
and run it using mono-service.
Everything appears to work fine: Service started and stopped messages
show up in my syslog, the process is running, and the lock file exists.
However my service doesn't seem to do anythi
Great!
Does Minosse RDBMS build and run on Mono?
On what platforms does it build and run? Linux,
Windows, MacOS, Solaris, FeeBSD, etc.?
Does Minosse RDBMS build and run on Microsoft .NET
Framework?
Also, where can we download it? Do you have a source
tarball or zip file? What about a binar
Hi,
mod_mono isn't installed because we'd pretty much have to bundle apache
with the mono solaris package. Otherwise, if I shipped mod_mono without
shipping apache, I wouldn't know which apache to build against...
sunfreeware's, blastwave's, etc...
Wade
On Mon, 2007-02-12 at 15:16 +, [EMAIL
ok - found it machine.config and not my application config file.
Glen Ford wrote:
> Hi,
>
>
> I have hit a problem where I have a multithreaded web client connecting
> to a web service, it tries to create upto 100 connections, however only
> two connections are made to the server. I have set t
Hello,
> Now that there's been a 1.0 release of what was Atlas, so it's not so much
> the moving target it was, are there plans to revisit the earlier work on a
> Mono implementation? I'm assuming that despite being a 'free toolkit', it's
> not legit to try to use 'ASP.NET AJAX' (as it's now known
Now that there's been a 1.0 release of what was Atlas, so it's not so much
the moving target it was, are there plans to revisit the earlier work on a
Mono implementation? I'm assuming that despite being a 'free toolkit', it's
not legit to try to use 'ASP.NET AJAX' (as it's now known) directly with
Hi,
Any tutorial aimed at MS.NET winforms will be just as good for Mono. If you
are using GTK#, you should check out the GTK# tutorials here:
http://www.mono-project.com/GtkSharp#Tutorials
Hope that helps,
Alan.
On 2/9/07, Huub <[EMAIL PROTECTED]> wrote:
Hi,
Running Fedora 6, I want to learn
Dear Fellows,
About 3 years ago I founded the project Minosse, the first example of
a fully functional embedded RDBMS written in C# language, presented as
master thesis at university.
For a couple of years I actively developed, although I wasn't really
experienced in managing such this kind of pro
Hi,
I have hit a problem where I have a multithreaded web client connecting
to a web service, it tries to create upto 100 connections, however only
two connections are made to the server. I have set the config using
connectionManagement section to no avail, it works fine under .Net
H
John Anderson wrote:
> On 2/12/07, tleslie <[EMAIL PROTECTED]> wrote:
>>
>> Seems like mo no 1.1.8 and older have been pulled of the archive.
>> Is there anyway to get these older versions like 1.1.8 ?
>
>
> Get them off svn in the tags directory
> http://svn.myrealbox.com/source/tags/mono-1-1-8/
On 2/12/07, tleslie <[EMAIL PROTECTED]> wrote:
Seems like mo no 1.1.8 and older have been pulled of the archive.
Is there anyway to get these older versions like 1.1.8 ?
Get them off svn in the tags directory
http://svn.myrealbox.com/source/tags/mono-1-1-8/
-tl
Hi,
Running Fedora 6, I want to learn using mono. I have found some
tutorials and a wiki showing the basics about using forms but nothing
tells me how to make a GUI with which classes. Is there anything like that?
Thanks,
Huub
___
Mono-list maillist
Adam Williams schreef:
> I believe that the MDB Tools provides an ODBC driver for accessing
> Access databases.
>
Yes, I found out about the MDB tools and an ODBC driver, but
unfortunately that doesn't seem to provide a direct solution for adding
my own views to the database and then querying th
28 matches
Mail list logo