[Mono-list] Where can i get those fancy Mono - T - Shirts?

2005-09-15 Thread Philipp Knecht
Hope this is the right place to post :)






___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Error in SqlClient

2004-12-22 Thread Philipp Knecht
Hi there

I've opened a bug (some time ago):
http://bugzilla.ximian.com/show_bug.cgi?id=68973
the error is located but i don't have any response on
that.
any news?

Thanks 
Philipp






___ 
Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mixing languages within

2004-12-12 Thread Philipp Knecht
Hi 

What i've experenced this far with multilanguage
development with the current possibiliies (cts, at
assembly level) was positive.

I used different projects in VS.NET. Some in c# some
in vb and it was even possible to step through this
code when debugging.

So in my opinion it's easier to provide such IDE
functions than change the compiler.

My 2 cents






___ 
Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] compiling mono on ubuntu

2004-12-01 Thread Philipp Knecht
Hi Paul

First thanks for your compling pages. When i compile
from svn for the first time i'll check them again.

> expect, though.  The OP probably meant either
> /usr/local/bin or /usr/local.

Oops i meant /usr/local/

Have fun

Phil










___
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] compiling mono on ubuntu

2004-11-30 Thread Philipp Knecht
hi

i did it with ./configure --prefix=usr/local/bin
and then make 
and then make install
i dunno this autogen.sh thing. is it the recommended
way to compile mono?

thanks







___
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] compiling mono on ubuntu

2004-11-29 Thread Philipp Knecht
Hi there

I have 1.0.4 running on Ubuntu. First I did a mono
1.0.2 install from the hoary ressources (change warty
to hoary in the Reposotories but make a image of your
warty system first...)
Then I compiled 1.0.4 without problems.
I failed to compile monodevelop. But it doesn't matter
i got it from the above mentioned reposotories too.

Have fun

Phil







___
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Good menu system for ASP.NET.

2004-11-20 Thread Philipp Knecht
Hi Miguel

Also check out purely CSS driven MenĂ¼s.
Here is a generator:

http://www.webmaster-toolkit.com/css-menu-generator.shtml

hth 

Phil






___
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] report printing

2004-11-11 Thread Philipp Knecht
Hi Matthew

I know there are serverbased solutions that create for
example .pdf files.
I'm not aware of platform agnostic client solutions...

You may check ActiveReports

http://www.componentsource.com/Catalog.asp?fl=&bc=AUTHORDatady&sc=CS&cv=re&gf=+AUTHORDatady&gd=Data+Dynamics&sr=ActiveReports&ec=&SERC=GGC1&ul=en&PO=512745&option=7124&RC=CS_P_S_C_RL&POS=1&ml=en

btw: i like the access report generator. would be nice
to have something similar that is platform
independent.

hth 

Phil






___
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Installing multiiple Versions of mono

2004-11-10 Thread Philipp Knecht
Thanks Jon

That cleared things up. Didn't know that there exists
a GAC in mono. Is mono using strongnamed assemblies?

One more question (remember i'm a newbie and learning
linux on my own)

Where can i set those enviroment variables (defaults)?

- .bashrc
- or profile.bashrc
- or rc.2,rc.3,... (runlevel scripts)
- or init.d
- somewhere else

I'm using putty with winxp to handle the
ubuntu-console so i don't wanna use any "click click
hooray!" stuff ;-) 

i'm still a bit groggy with console commands but feel
this is the way to go.

Greets

Phil





 --- Jonathan Pryor <[EMAIL PROTECTED]> schrieb: 
> On Wed, 2004-11-10 at 05:25, Philipp Knecht wrote:
> > Hi
> > 
> > I wanna use 1.0.4 (stable) and latest on the same
> box.
> > I use Ubuntu 4.10. I've already compiled and
> installed
> > 1.0.4 (libgdiplus,mono,mcs,xsp,gtk# in this
> particular
> > order) with the prefix /usr/local.
> > Now i'll download the latest tarball and
> > compile/install it too. Are there any pitfalls
> when i
> > use ./configure --prefix=/usr/local/monolatest?
> > Are there any enviroment variables to set? if yes
> > where?
> 
> Of course there are pitfalls.  There's always
> pitfalls. :-)
> 
> The primary pitfall is maintaining your sanity. 
> Since you have to
> modify environment variables to switch between the
> two versions of mono,
> your entire build environment then depends on the
> environment
> variables.  Change environments, and things change
> -- for example, CVS
> mono won't build from Mono 1.0.4 (sorta), so if Mono
> 1.0.4 is found in
> your path, you get lots of build errors about how
> the runtime versions
> differ.
> 
> Once you stay consistent with the environments, you
> only need to worry
> about the environment variables.  You'll need to
> modify:
> 
>   MONO_PREFIX=/usr/local/monolatest
>   export PATH=$MONO_PREFIX/bin:$PATH
>   export
>
PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH
>   export
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MONO_PREFIX/lib
> 
> I do the same thing with my own build environment,
> and things
> work...when I remember to use the right environment.
> :-)
> 
> You may also need to set MONO_GAC_PREFIX, so that
> when you're using
> "monolatest" you can continue to use the Mono
> 1.0.4-installed assemblies
> (such as Gtk# 1.0.x when monolatest has Gtk# 1.9.x).
>  Set
> MONO_GAC_PREFIX to the prefix directory of your Mono
> 1.0.4 install:
> 
>   export MONO_GAC_PREFIX=/usr
> # or whatever the prefix of your 1.0.4 install is
> 
>  - Jon
> 
> 
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
>  






___
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Response.Redirect crashes XSP everytime

2004-11-10 Thread Philipp Knecht
Hi William

Check out:

http://codeblogs.ximian.com/blogs/benm/archives/2004_11.html

(the --profile switch)

hth

Phil







___
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] GUI Choice

2004-11-10 Thread Philipp Knecht
hi 

i'm not sure if i shall use gtk# or wx.NET.

I checked wx.NET and wxWidget site out and it seems
that at least wxWidget is mature to build X-Platform
apps today (I've looked at the showcase and was quite
impressed...)
As I understand it uses mainly API's from the OS it's
running on (well on linux it's gtk ;-)) and i assume
this facilate the deployment a lot.
Yesterday i've compiled GTK#1.0.4 on UBUNTU 4.1 and it
took me a while to get it running. There are a lot of
dependencies so i assume gtk# will be a beast to
deploy.

Does anybody have used both (GTK#/wx.NET) ?

thanks for any insights

phil






___
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Installing multiiple Versions of mono

2004-11-10 Thread Philipp Knecht
Hi

I wanna use 1.0.4 (stable) and latest on the same box.
I use Ubuntu 4.10. I've already compiled and installed
1.0.4 (libgdiplus,mono,mcs,xsp,gtk# in this particular
order) with the prefix /usr/local.
Now i'll download the latest tarball and
compile/install it too. Are there any pitfalls when i
use ./configure --prefix=/usr/local/monolatest?
Are there any enviroment variables to set? if yes
where?

Sorry i'm still fresh to linux so please bear with me
:-)

Thanks

Phil







___
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list