Re: [Mono-list] gtk# app installer

2004-06-28 Thread Tomasz Soroka
Hi!

Just I cannot guarantee that on windows computer will be M$ .NET installed.
And I don't want rely on that - this app is for people without any
knowledge about computing, and I want have very easy installer.

At all I wouldn't rely on anything :) I mean I would for example
install my app to:

c:/Program Files/myapp

There should me installed MONO, GTK/GTK# and my app
my app should use this copy of mono and gtk - even if in system is also
installed any other copy of mono, gtk/gtk#.

I would like have it done in such way because I would like to be able make
easy app updates with update of mono, gtk... without say to user - first
uninstall mono, then gtk, and at least install new versions of that and
then my install new version of my app... but when you use any other
software with older version of mono, you have problem... I hope You
understand what I mean.

I think that this piece of software could be very usefull.

best
Tomek

ps. Can I look into installer you mentioned about? Is there any cvs for that?

 Well, do you need Mono there, on Windows ? You can just rely on .NET.
 As for GTK/GTK#, we have an installer coming very soon for Windows.

 Erik

 On Jun 27, 2004, at 2:34 PM, Tomasz Soroka wrote:

 Hi!

 I did app in gtk# and now I would write installer for windows. I would
 like have all needed things in one installer.
 - mono
 - gtk# libs
 - gtk+ libs

 It should installs all in one place, and should be very easy - user
 shouldn't know what technology was used.



 Can You give me any advices how to do that?

 best
 Tomek


 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] xsp more than one app failure

2004-06-27 Thread Tomasz Soroka
So I will add it to bugzilla, because it seems to be still a problem.

regards
Tomek

W licie z nie, 27-06-2004, godz. 10:59, Chris Turchin pisze: 
 hi,
 
 i am experiencing this as well with mod_mono - i had submimtted it to bugzilla
 a while back and it was working again but since thursdsay or so i have seen
 regression  (usinig anon cvs).
 
 http://bugzilla.ximian.com/show_bug.cgi?id=55978
 
 in my report, i thought it had more to do with a specific control, but now it
 appears indeed to have more to do with multiple webapps.
 
 regards,
 --chris
 
 
 
 ps: stack trace:
 
 Server error in '/blogx' application
 Description: Error processing request.
 
 Error Message: HTTP 500.
 
 Stack Trace:
 
 System.NullReferenceException: Object reference not set to an instance of an
 object
 in 0xf System.Int32:FindSign
 (int,string,System.Globalization.NumberFormatInfo,bool,bool)
 in 0x00427 System.Int32:Parse
 (string,System.Globalization.NumberStyles,System.IFormatProvider)
 in 0x00013 System.Int32:Parse (string,System.IFormatProvider)
 in 0x00019 System.Convert:ToInt32 (string,System.IFormatProvider)
 in 0xe System.String:System.IConvertible.ToInt32 (System.IFormatProvider)
 in 0x00473 System.Convert:ToType (object,System.Type,System.IFormatProvider)
 in 0x00069 System.Convert:ChangeType (object,System.Type)
 in 0x0020d
 System.Web.Compilation.TemplateControlCompiler:GetExpressionFromString
 (System.Type,string)
 in 0x000e9
 System.Web.Compilation.TemplateControlCompiler:AddCodeForPropertyOrField
 (System.Web.UI.ControlBuilder,System.Type,string,string,bool)
 in 0x001e3
 System.Web.Compilation.TemplateControlCompiler:ProcessPropertiesAndFields
 (System.Web.UI.ControlBuilder,System.Reflection.MemberInfo,string,string)
 in 0x003e0
 System.Web.Compilation.TemplateControlCompiler:CreateAssignStatementsFromAttributes
 (System.Web.UI.ControlBuilder)
 in 0x0014b System.Web.Compilation.TemplateControlCompiler:CreateControlTree
 (System.Web.UI.ControlBuilder,bool,bool)
 in 0x00494 System.Web.Compilation.TemplateControlCompiler:CreateControlTree
 (System.Web.UI.ControlBuilder,bool,bool)
 in 0x00494 System.Web.Compilation.TemplateControlCompiler:CreateControlTree
 (System.Web.UI.ControlBuilder,bool,bool)
 in 0x00494 System.Web.Compilation.TemplateControlCompiler:CreateControlTree
 (System.Web.UI.ControlBuilder,bool,bool)
 in 0x00050 System.Web.Compilation.TemplateControlCompiler:CreateMethods ()
 in 0xa System.Web.Compilation.PageCompiler:CreateMethods ()
 in 0x00148 System.Web.Compilation.BaseCompiler:GetCompiledType ()
 in 0x00251 System.Web.Compilation.AspGenerator:GetCompiledType ()
 in 0x00036 System.Web.UI.PageParser:CompileIntoType ()
 in 0x00018 System.Web.UI.TemplateControlParser:GetCompiledInstance ()
 in 0x00050 System.Web.UI.PageParser:GetCompiledPageInstance
 (string,string,System.Web.HttpContext)
 in 0x00011 System.Web.UI.PageHandlerFactory:GetHandler
 (System.Web.HttpContext,string,string,string)
 in 0x00337 System.Web.HttpApplication:CreateHttpHandler
 (System.Web.HttpContext,string,string,string)
 in 0x0011f CreateHandlerState:Execute ()
 in 0x00084 StateMachine:ExecuteState
 (System.Web.HttpApplication/IStateHandler,bool)
 
 
 On Sun, 27 Jun 2004, Tomasz Soroka wrote:
 
  I have problem with xsp since beta 3
 
  it's also in rc1, so look at this:
 
  All apps work properly, when I run them as standalone - for example:
 
   mono /usr/bin/xsp.exe  --root . --applications /www:possibleWWW
 
 
  Problem is when I try run more than one app with xsp
 
   mono /usr/bin/xsp.exe  --root . --applications
  /www:possibleWWW,/test:t1/
 
  first app is my homepage and second is a xsp testing pages - from xsp
  installation. My homepage is written with using vs.net and compiled with
  mono.It uses firebird .net assembly compiled also with mono.
 
  when I first call /test 1 in browser
 
  http://localhost:8080/test
 
  it load properly next when i try call /www
 
  http://localhost:8080/www
 
  i get stacktrace (this app standaolne works perfectly)
 
 
  Description: Error processing request.
 
  Error Message: HTTP 500.
 
  Stack Trace:
  System.NullReferenceException: Object reference not set to an instance of an object
  in 0xf System.Int32:FindSign 
  (int,string,System.Globalization.NumberFormatInfo,bool,bool)
  in 0x00427 System.Int32:Parse 
  (string,System.Globalization.NumberStyles,System.IFormatProvider)
  in 0x00013 System.Int32:Parse (string,System.IFormatProvider)
  in 0x00019 System.Convert:ToInt32 (string,System.IFormatProvider)
  in 0xe System.String:System.IConvertible.ToInt32 (System.IFormatProvider)
  in 0x00473 System.Convert:ToType (object,System.Type,System.IFormatProvider)
  in 0x00069 System.Convert:ChangeType (object,System.Type)
  in 0x0020d 
  System.Web.Compilation.TemplateControlCompiler:GetExpressionFromString 
  (System.Type,string)
  in 0x000e9 
  System.Web.Compilation.TemplateControlCompiler:AddCodeForPropertyOrField 
  (System.Web.UI.ControlBuilder,System.Type

Re: [Mono-list] xsp more than one app failure

2004-06-27 Thread Tomasz Soroka
I've reopened this bug:

look at:
http://bugzilla.ximian.com/show_bug.cgi?id=55978

for comment and test cases

best
Tomek

W licie z nie, 27-06-2004, godz. 13:17, Tomasz Soroka pisze: 
 So I will add it to bugzilla, because it seems to be still a problem.
 
 regards
 Tomek
 
 W licie z nie, 27-06-2004, godz. 10:59, Chris Turchin pisze: 
  hi,
  
  i am experiencing this as well with mod_mono - i had submimtted it to bugzilla
  a while back and it was working again but since thursdsay or so i have seen
  regression  (usinig anon cvs).
  
  http://bugzilla.ximian.com/show_bug.cgi?id=55978
  
  in my report, i thought it had more to do with a specific control, but now it
  appears indeed to have more to do with multiple webapps.
  
  regards,
  --chris
  
  
  
  ps: stack trace:
  
  Server error in '/blogx' application
  Description: Error processing request.
  
  Error Message: HTTP 500.
  
  Stack Trace:
  
  System.NullReferenceException: Object reference not set to an instance of an
  object
  in 0xf System.Int32:FindSign
  (int,string,System.Globalization.NumberFormatInfo,bool,bool)
  in 0x00427 System.Int32:Parse
  (string,System.Globalization.NumberStyles,System.IFormatProvider)
  in 0x00013 System.Int32:Parse (string,System.IFormatProvider)
  in 0x00019 System.Convert:ToInt32 (string,System.IFormatProvider)
  in 0xe System.String:System.IConvertible.ToInt32 (System.IFormatProvider)
  in 0x00473 System.Convert:ToType (object,System.Type,System.IFormatProvider)
  in 0x00069 System.Convert:ChangeType (object,System.Type)
  in 0x0020d
  System.Web.Compilation.TemplateControlCompiler:GetExpressionFromString
  (System.Type,string)
  in 0x000e9
  System.Web.Compilation.TemplateControlCompiler:AddCodeForPropertyOrField
  (System.Web.UI.ControlBuilder,System.Type,string,string,bool)
  in 0x001e3
  System.Web.Compilation.TemplateControlCompiler:ProcessPropertiesAndFields
  (System.Web.UI.ControlBuilder,System.Reflection.MemberInfo,string,string)
  in 0x003e0
  System.Web.Compilation.TemplateControlCompiler:CreateAssignStatementsFromAttributes
  (System.Web.UI.ControlBuilder)
  in 0x0014b System.Web.Compilation.TemplateControlCompiler:CreateControlTree
  (System.Web.UI.ControlBuilder,bool,bool)
  in 0x00494 System.Web.Compilation.TemplateControlCompiler:CreateControlTree
  (System.Web.UI.ControlBuilder,bool,bool)
  in 0x00494 System.Web.Compilation.TemplateControlCompiler:CreateControlTree
  (System.Web.UI.ControlBuilder,bool,bool)
  in 0x00494 System.Web.Compilation.TemplateControlCompiler:CreateControlTree
  (System.Web.UI.ControlBuilder,bool,bool)
  in 0x00050 System.Web.Compilation.TemplateControlCompiler:CreateMethods ()
  in 0xa System.Web.Compilation.PageCompiler:CreateMethods ()
  in 0x00148 System.Web.Compilation.BaseCompiler:GetCompiledType ()
  in 0x00251 System.Web.Compilation.AspGenerator:GetCompiledType ()
  in 0x00036 System.Web.UI.PageParser:CompileIntoType ()
  in 0x00018 System.Web.UI.TemplateControlParser:GetCompiledInstance ()
  in 0x00050 System.Web.UI.PageParser:GetCompiledPageInstance
  (string,string,System.Web.HttpContext)
  in 0x00011 System.Web.UI.PageHandlerFactory:GetHandler
  (System.Web.HttpContext,string,string,string)
  in 0x00337 System.Web.HttpApplication:CreateHttpHandler
  (System.Web.HttpContext,string,string,string)
  in 0x0011f CreateHandlerState:Execute ()
  in 0x00084 StateMachine:ExecuteState
  (System.Web.HttpApplication/IStateHandler,bool)
  
  
  On Sun, 27 Jun 2004, Tomasz Soroka wrote:
  
   I have problem with xsp since beta 3
  
   it's also in rc1, so look at this:
  
   All apps work properly, when I run them as standalone - for example:
  
mono /usr/bin/xsp.exe  --root . --applications /www:possibleWWW
  
  
   Problem is when I try run more than one app with xsp
  
mono /usr/bin/xsp.exe  --root . --applications
   /www:possibleWWW,/test:t1/
  
   first app is my homepage and second is a xsp testing pages - from xsp
   installation. My homepage is written with using vs.net and compiled with
   mono.It uses firebird .net assembly compiled also with mono.
  
   when I first call /test 1 in browser
  
   http://localhost:8080/test
  
   it load properly next when i try call /www
  
   http://localhost:8080/www
  
   i get stacktrace (this app standaolne works perfectly)
  
  
   Description: Error processing request.
  
   Error Message: HTTP 500.
  
   Stack Trace:
   System.NullReferenceException: Object reference not set to an instance of an 
   object
   in 0xf System.Int32:FindSign 
   (int,string,System.Globalization.NumberFormatInfo,bool,bool)
   in 0x00427 System.Int32:Parse 
   (string,System.Globalization.NumberStyles,System.IFormatProvider)
   in 0x00013 System.Int32:Parse (string,System.IFormatProvider)
   in 0x00019 System.Convert:ToInt32 (string,System.IFormatProvider)
   in 0xe System.String:System.IConvertible.ToInt32 (System.IFormatProvider)
   in 0x00473 System.Convert:ToType (object,System.Type

[Mono-list] gtk# app installer

2004-06-27 Thread Tomasz Soroka
Hi!

I did app in gtk# and now I would write installer for windows. I would
like have all needed things in one installer. 
- mono
- gtk# libs
- gtk+ libs

It should installs all in one place, and should be very easy - user
shouldn't know what technology was used. 



Can You give me any advices how to do that?

best
Tomek


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] xsp more than one app failure

2004-06-26 Thread Tomasz Soroka
I have problem with xsp since beta 3

it's also in rc1, so look at this:

All apps work properly, when I run them as standalone - for example:

 mono /usr/bin/xsp.exe  --root . --applications /www:possibleWWW


Problem is when I try run more than one app with xsp

 mono /usr/bin/xsp.exe  --root . --applications
/www:possibleWWW,/test:t1/

first app is my homepage and second is a xsp testing pages - from xsp
installation. My homepage is written with using vs.net and compiled with
mono.It uses firebird .net assembly compiled also with mono.

when I first call /test 1 in browser

http://localhost:8080/test

it load properly next when i try call /www

http://localhost:8080/www

i get stacktrace (this app standaolne works perfectly)


Description: Error processing request. 

Error Message: HTTP 500. 

Stack Trace: 
System.NullReferenceException: Object reference not set to an instance of an object
in 0xf System.Int32:FindSign 
(int,string,System.Globalization.NumberFormatInfo,bool,bool)
in 0x00427 System.Int32:Parse 
(string,System.Globalization.NumberStyles,System.IFormatProvider)
in 0x00013 System.Int32:Parse (string,System.IFormatProvider)
in 0x00019 System.Convert:ToInt32 (string,System.IFormatProvider)
in 0xe System.String:System.IConvertible.ToInt32 (System.IFormatProvider)
in 0x00473 System.Convert:ToType (object,System.Type,System.IFormatProvider)
in 0x00069 System.Convert:ChangeType (object,System.Type)
in 0x0020d System.Web.Compilation.TemplateControlCompiler:GetExpressionFromString 
(System.Type,string)
in 0x000e9 System.Web.Compilation.TemplateControlCompiler:AddCodeForPropertyOrField 
(System.Web.UI.ControlBuilder,System.Type,string,string,bool)
in 0x001e3 System.Web.Compilation.TemplateControlCompiler:ProcessPropertiesAndFields 
(System.Web.UI.ControlBuilder,System.Reflection.MemberInfo,string,string)
in 0x003e0 
System.Web.Compilation.TemplateControlCompiler:CreateAssignStatementsFromAttributes 
(System.Web.UI.ControlBuilder)
in 0x0014b System.Web.Compilation.TemplateControlCompiler:CreateControlTree 
(System.Web.UI.ControlBuilder,bool,bool)
in 0x00494 System.Web.Compilation.TemplateControlCompiler:CreateControlTree 
(System.Web.UI.ControlBuilder,bool,bool)
in 0x00494 System.Web.Compilation.TemplateControlCompiler:CreateControlTree 
(System.Web.UI.ControlBuilder,bool,bool)
in 0x00050 System.Web.Compilation.TemplateControlCompiler:CreateMethods ()
in 0xa System.Web.Compilation.PageCompiler:CreateMethods ()
in 0x00148 System.Web.Compilation.BaseCompiler:GetCompiledType ()
in 0x00251 System.Web.Compilation.AspGenerator:GetCompiledType ()
in 0x00036 System.Web.UI.PageParser:CompileIntoType ()
in 0x00018 System.Web.UI.TemplateControlParser:GetCompiledInstance ()
in 0x00050 System.Web.UI.PageParser:GetCompiledPageInstance 
(string,string,System.Web.HttpContext)
in 0x00011 System.Web.UI.PageHandlerFactory:GetHandler 
(System.Web.HttpContext,string,string,string)
in 0x00337 System.Web.HttpApplication:CreateHttpHandler 
(System.Web.HttpContext,string,string,string)
in 0x0011f CreateHandlerState:Execute ()
in 0x00084 StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool)


Interesting is that when after run xsp

I first run /www app and then i will call /test app both works properly!


---

Second situation is more strange. It happens when I try run two my own
apps. Every app work perfectly standalone, but when i run them as:

 mono /usr/bin/xsp.exe  --root . --applications
/www:possibleWWW,/dev:possibleDev/


when I first call /www it loads perfectly, but when after that i try run
second app (/dev) i got error:

Server error in '/dev' application


Description: Error processing request. 

Error Message: HTTP 500. 

Stack Trace: 
System.Reflection.TargetInvocationException: Exception has been thrown by the target 
of an invocation. --- System.FormatException: Error parsing 200px
in 0x0026c System.Web.UI.WebControls.Unit:.ctor 
(string,System.Globalization.CultureInfo,System.Web.UI.WebControls.UnitType)
in 0x00015 System.Web.UI.WebControls.Unit:.ctor 
(string,System.Globalization.CultureInfo)
in 0x00023 System.Web.UI.WebControls.Unit:.ctor (string)
in 0x0005b possibleDev.Ctrls.DevLanguages:.ctor ()
in 0x00021 possibleDev.WebForm1:.ctor ()
in 0xa ASP.index_aspx:.ctor ()
in (unmanaged) (wrapper managed-to-native) 
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
in 0x4 (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke 
(object,object[])
in 0x00097 System.Reflection.MonoCMethod:Invoke 
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
--- End of inner exception stack trace ---

in 0x000fb System.Reflection.MonoCMethod:Invoke 
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
in 0x0001d System.Reflection.MonoCMethod:Invoke