Re: [Mono-aspnet-list] Could not deserialize soap message

2010-08-04 Thread Jonas Beckeman

Learned how to activate backports and installed 2.4.2 - works now.

 Original Message 
Subject:Could not deserialize soap message
Date:   Tue, 03 Aug 2010 18:05:19 +0200
From:   Jonas Beckeman jonas.becke...@cogmed.com
To: mono-aspnet-list@lists.ximian.com



Hi, I have a problem with a webservice returning Could not deserialize
soap message when trying to upload a DataSet. The same application
works fine on my MS.NET machine, and it works in mono too if I null the
DataSet parameter when calling the webservice.

I have mod_mono running under apache2 on Debian 5.05 with mono 1.9.

Any ideas what may be causing this?

Thanks.

___
Mono-aspnet-list mailing list
Mono-aspnet-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list


[Mono-dev] Personal invitation from Martin Haralampiev

2010-08-04 Thread weston...@gmail.com



If you are not able to click these links, click the following: « Show content » 
and try again.
E-mail sent 8/4/2010 2:07:11 AM, by Martin Haralampiev:



Hello,



Finally, a smart and simple way to manage your contacts!

With UNYK, I put all my contacts together in bone address book/b that is 
bautomatically updated/b. One of my contacts changes his or her information 
at UNYK.com: My address book is updated. I change information at UNYK.com: My 
contacts’ address books are updated. Simple, but life-changing!

Can I add you as one of my contacts? To accept, click here!
http://www.unyk.com/ml/604/233/?i=ECA247BDA8394C70936572668EE42008s=19781856w=1280887631

You too can create your own smart address book.



Martin Haralampiev
UNYK : DYE 983



Please do not reply to this email directly. Questions? Contact us - 
http://unyk.com/en/Contact
UNYK Inc., 1010 de Serigny, suite 820, Longueuil, QC, J4K 5G7, Canada.

I no longer wish to receive invitations to join UNYK from Martin Haralampiev: 
Unsubscribe
http://www.unyk.com/ml/604/235/?mid=9E9AA9AC7A7C88A3email=ml-node+1557322-2043060...@n4.nabble.coms=19781856w=1280887631

I never again wish to receive invitation to join UNYK: Unsubscribe
http://www.unyk.com/ml/604/234/?i=ECA247BDA8394C70936572668EE42008s=19781856w=1280887631



UNYK, the first smart address book that updates itself!


-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/Can-run-my-apps-tp1556267p2312980.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Personal invitation from Martin Haralampiev

2010-08-04 Thread weston...@gmail.com



If you are not able to click these links, click the following: « Show content » 
and try again.
E-mail sent 8/4/2010 2:07:11 AM, by Martin Haralampiev:



Hello,



Finally, a smart and simple way to manage your contacts!

With UNYK, I put all my contacts together in bone address book/b that is 
bautomatically updated/b. One of my contacts changes his or her information 
at UNYK.com: My address book is updated. I change information at UNYK.com: My 
contacts’ address books are updated. Simple, but life-changing!

Can I add you as one of my contacts? To accept, click here!
http://www.unyk.com/ml/604/233/?i=03D565FCC8E545C6A50E87C824967F88s=19781856w=1280887631

You too can create your own smart address book.



Martin Haralampiev
UNYK : DYE 983



Please do not reply to this email directly. Questions? Contact us - 
http://unyk.com/en/Contact
UNYK Inc., 1010 de Serigny, suite 820, Longueuil, QC, J4K 5G7, Canada.

I no longer wish to receive invitations to join UNYK from Martin Haralampiev: 
Unsubscribe
http://www.unyk.com/ml/604/235/?mid=9E9AA9AC7A7C88A3email=ml-node+1559316-1005711...@n4.nabble.coms=19781856w=1280887631

I never again wish to receive invitation to join UNYK: Unsubscribe
http://www.unyk.com/ml/604/234/?i=03D565FCC8E545C6A50E87C824967F88s=19781856w=1280887631



UNYK, the first smart address book that updates itself!


-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/Can-run-my-apps-tp1556267p2312981.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] ASP.NET MVC 3 Preview

2010-08-04 Thread Rafael Teixeira
Can you try to debug it with MonoDevelop? (latest versions enable the
soft debugger for ASP.NET (xsp)).
It sure seems like some path transformation or file-access mishap,
although the responsible to tell the view is available is each view
engine and there should be code that is dependent on something else
that isn't available.
Ideally you should compile ASP.NET MVC from sources, but they seem not
to be available yet, to have debug symbols in Mono's format so you can
step in that code and see what is happening.

Fun,

Rafael Monoman Teixeira
---
To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it.
Osho



On Tue, Aug 3, 2010 at 2:30 PM, Tomi bosak.to...@gmail.com wrote:
 I didn't remove that attribute to fix the exception permanently.
 According to documentation, the assembly should be now loaded with
 full trust, which probably shouldn't break anything (I may be wrong of
 course). Broken environment would probably affect also MVC 2
 application targeted to run on .net 4.0 which however work as
 expected. The only difference in deployed web application is
 System.Web.Mvc.dll in bin folder.

 On 3 August 2010 19:07, Robert Jordan robe...@gmx.net wrote:
 On 03.08.2010 18:25, Tomi wrote:
 Hi folks,

 I wanted to try out preview version of ASP.NET MVC 3 on trunk version
 of mono, so I downloaded it from git (mono, xsp, mod_mono). Then I
 removed [MonoTODO] attribute on line 806 (IsFullyTrusted property) in
 Assembly.cs 
 (http://github.com/mono/mono/blob/master/mcs/class/corlib/System.Reflection/Assembly.cs)
 because otherwise I would get Method not found error. After setting
 up this modified parallel environment and configuring
 apache/mod_mono to use mod-mono-server4 I get this stuff:

 This makes absolutely no sense. Removing [MonoTODO] does not fix
 Method not found exceptions. I believe you've got a broken
 development/testing environment (mixed 2.0 and 4.0 assemblies).

 Robert

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] How to use the new RHEL_5 for CentOS 5.5

2010-08-04 Thread xen

bump for mono 2.6.xx repo for CentOS 5

also is there a better way to do mono embedded then this?

mono_thread_attach(monoDomain);

gpointer monoReturns[4];
MonoString* locKey = mono_string_new (monoDomain, key);
monoReturns [0] = locKey;
monoReturns [1] = locLineTime;
MonoArray* locTimes = mono_array_new (monoDomain,  mono_get_double_class(),
3);
for (int i = 0; i  3; i++)
{
   mono_array_set( locTimes, double, i, times[i]);
}
monoReturns [2] = locTimes;
// Status
MonoString* locStatus = mono_string_new (monoDomain, status);
monoReturns [3] = locStatus;
mono_runtime_invoke(_onStatusChange, monoObject, monoReturns, NULL);

thanks

-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/How-to-use-the-new-RHEL-5-for-CentOS-5-5-tp2306679p2313437.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] ASP.NET MVC 3 Preview

2010-08-04 Thread Marek Habersack
On Wed, 4 Aug 2010 10:25:21 -0300
Rafael Teixeira mono...@gmail.com wrote:

Hey,

 Can you try to debug it with MonoDevelop? (latest versions enable the
 soft debugger for ASP.NET (xsp)).
 It sure seems like some path transformation or file-access mishap,
 although the responsible to tell the view is available is each view
 engine and there should be code that is dependent on something else
 that isn't available.
I think it's something more involved. First, System.Web.Mvc references 
System.Entity.Data which we
don't have. Second, mvc3 use a service locator implementation which is used 
internally to locate
view engines and the locator failing might be the reason why it cannot find the 
views. Removing
any [MonoTODO], of course, doesn't matter here.

Until MVC3 source is out, I can't help you more, I'm sorry. When it is out we 
will have to
determine whether it can be compiled without System.Data.Entity support and 
what's going on with
the service location.

best,

marek

 Ideally you should compile ASP.NET MVC from sources, but they seem not
 to be available yet, to have debug symbols in Mono's format so you can
 step in that code and see what is happening.
 
 Fun,
 
 Rafael Monoman Teixeira
 ---
 To be creative means to be in love with life. You can be creative
 only if you love life enough that you want to enhance its beauty, you
 want to bring a little more music to it, a little more poetry to it, a
 little more dance to it.
 Osho
 
 
 
 On Tue, Aug 3, 2010 at 2:30 PM, Tomi bosak.to...@gmail.com wrote:
  I didn't remove that attribute to fix the exception permanently.
  According to documentation, the assembly should be now loaded with
  full trust, which probably shouldn't break anything (I may be wrong of
  course). Broken environment would probably affect also MVC 2
  application targeted to run on .net 4.0 which however work as
  expected. The only difference in deployed web application is
  System.Web.Mvc.dll in bin folder.
 
  On 3 August 2010 19:07, Robert Jordan robe...@gmx.net wrote:
  On 03.08.2010 18:25, Tomi wrote:
  Hi folks,
 
  I wanted to try out preview version of ASP.NET MVC 3 on trunk version
  of mono, so I downloaded it from git (mono, xsp, mod_mono). Then I
  removed [MonoTODO] attribute on line 806 (IsFullyTrusted property) in
  Assembly.cs
  (http://github.com/mono/mono/blob/master/mcs/class/corlib/System.Reflection/Assembly.cs)
  because otherwise I would get Method not found error. After setting up 
  this modified
  parallel environment and configuring apache/mod_mono to use 
  mod-mono-server4 I get this stuff:
 
  This makes absolutely no sense. Removing [MonoTODO] does not fix
  Method not found exceptions. I believe you've got a broken
  development/testing environment (mixed 2.0 and 4.0 assemblies).
 
  Robert
 
  ___
  Mono-devel-list mailing list
  Mono-devel-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-devel-list
 
  ___
  Mono-devel-list mailing list
  Mono-devel-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-devel-list
 
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] How to use the new RHEL_5 for CentOS 5.5

2010-08-04 Thread Robert Jordan
On 04.08.2010 15:30, xen wrote:

 bump for mono 2.6.xx repo for CentOS 5

 also is there a better way to do mono embedded then this?

 mono_thread_attach(monoDomain);

 gpointer monoReturns[4];
 MonoString* locKey = mono_string_new (monoDomain, key);
 monoReturns [0] =locKey;
 monoReturns [1] =locLineTime;
 MonoArray* locTimes = mono_array_new (monoDomain,  mono_get_double_class(),
 3);
 for (int i = 0; i  3; i++)
 {
 mono_array_set( locTimes, double, i, times[i]);
 }
 monoReturns [2] =locTimes;
 // Status
 MonoString* locStatus = mono_string_new (monoDomain, status);
 monoReturns [3] =locStatus;
 mono_runtime_invoke(_onStatusChange, monoObject, monoReturns, NULL);

It's OK if the managed signature looks like this:

void OnStatusChange(ref string locKey, ???, ref double[] locTimes,
   ref string locStatus);

With other words: no one can tell for sure if you don't
show us the managed signature you're trying to invoke.

Robert

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] How to use the new RHEL_5 for CentOS 5.5

2010-08-04 Thread xen

this is what I have in the C#

public void onStatusChange(ref string key, double[] times, ref string
status)
{
  updateDaltaStatus(Helper.SecurityStatus, key, times, status);
}

however I do see a slow memleak when I run for a long time (I don't have
this leak when I skip the invoking).

Is there something I need to clean up after the invoking is called?
-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/How-to-use-the-new-RHEL-5-for-CentOS-5-5-tp2306679p2313540.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] How to use the new RHEL_5 for CentOS 5.5

2010-08-04 Thread Robert Jordan
On 04.08.2010 16:27, xen wrote:

 this is what I have in the C#

 public void onStatusChange(ref string key, double[] times, ref string
 status)
 {
updateDaltaStatus(Helper.SecurityStatus, key, times, status);
 }

 however I do see a slow memleak when I run for a long time (I don't have
 this leak when I skip the invoking).

 Is there something I need to clean up after the invoking is called?

No idea w/out a proper sample. The C code does not match the C#
code:

 monoReturns [0] =locKey;
 monoReturns [1] =locLineTime;
 monoReturns [2] =locTimes;
 monoReturns [3] =locStatus;

These are 4 byref args, while your C# signature only has 3 args.
And double[] isn't byref...

Robert

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] How to use the new RHEL_5 for CentOS 5.5

2010-08-04 Thread xen

Sorry I was changing my code

here is the test I started with invoke sample


C 
const char* key = test;
const char* status = 1;
int c = 0;
for (c = 0; c  1000; c++)
{
gpointer monoReturns[3];
MonoString* locKey = mono_string_new (domain, key);
monoReturns [0] = locKey;
MonoArray* locTimes = mono_array_new (domain, 
mono_get_double_class(), 3);
int i = 0;
for (i = 0; i  3; i++)
{
mono_array_set( locTimes, double, i, rand() );
}
monoReturns [1] = locTimes;
// Status
MonoString* locStatus = mono_string_new (domain, status);
monoReturns [2] = locStatus;
mono_runtime_invoke (_onStatusChange, obj, monoReturns, NULL);
}

C# 
public void onStatusChange(ref string key, ref double[] times, 
ref string
status)
{
/*Console.WriteLine (Key is {0}, key);
foreach (double time in times)
{
Console.WriteLine (lineTime is {0}, time);
}
Console.WriteLine (status is {0}, status);*/
}

The mem on my box will go from 13m to 15m 
-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/How-to-use-the-new-RHEL-5-for-CentOS-5-5-tp2306679p2313771.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] ASP.NET MVC 3 Preview

2010-08-04 Thread Tomi
I also think that it is probably issue of the MVC 3 itself. Anyway
thank you all for your help and time, I will report back when the
source code is available.

On 4 August 2010 15:46, Marek Habersack gren...@twistedcode.net wrote:
 On Wed, 4 Aug 2010 10:25:21 -0300
 Rafael Teixeira mono...@gmail.com wrote:

 Hey,

 Can you try to debug it with MonoDevelop? (latest versions enable the
 soft debugger for ASP.NET (xsp)).
 It sure seems like some path transformation or file-access mishap,
 although the responsible to tell the view is available is each view
 engine and there should be code that is dependent on something else
 that isn't available.
 I think it's something more involved. First, System.Web.Mvc references 
 System.Entity.Data which we
 don't have. Second, mvc3 use a service locator implementation which is used 
 internally to locate
 view engines and the locator failing might be the reason why it cannot find 
 the views. Removing
 any [MonoTODO], of course, doesn't matter here.

 Until MVC3 source is out, I can't help you more, I'm sorry. When it is out we 
 will have to
 determine whether it can be compiled without System.Data.Entity support and 
 what's going on with
 the service location.

 best,

 marek

 Ideally you should compile ASP.NET MVC from sources, but they seem not
 to be available yet, to have debug symbols in Mono's format so you can
 step in that code and see what is happening.

 Fun,

 Rafael Monoman Teixeira
 ---
 To be creative means to be in love with life. You can be creative
 only if you love life enough that you want to enhance its beauty, you
 want to bring a little more music to it, a little more poetry to it, a
 little more dance to it.
 Osho



 On Tue, Aug 3, 2010 at 2:30 PM, Tomi bosak.to...@gmail.com wrote:
  I didn't remove that attribute to fix the exception permanently.
  According to documentation, the assembly should be now loaded with
  full trust, which probably shouldn't break anything (I may be wrong of
  course). Broken environment would probably affect also MVC 2
  application targeted to run on .net 4.0 which however work as
  expected. The only difference in deployed web application is
  System.Web.Mvc.dll in bin folder.
 
  On 3 August 2010 19:07, Robert Jordan robe...@gmx.net wrote:
  On 03.08.2010 18:25, Tomi wrote:
  Hi folks,
 
  I wanted to try out preview version of ASP.NET MVC 3 on trunk version
  of mono, so I downloaded it from git (mono, xsp, mod_mono). Then I
  removed [MonoTODO] attribute on line 806 (IsFullyTrusted property) in
  Assembly.cs
  (http://github.com/mono/mono/blob/master/mcs/class/corlib/System.Reflection/Assembly.cs)
  because otherwise I would get Method not found error. After setting up 
  this modified
  parallel environment and configuring apache/mod_mono to use 
  mod-mono-server4 I get this stuff:
 
  This makes absolutely no sense. Removing [MonoTODO] does not fix
  Method not found exceptions. I believe you've got a broken
  development/testing environment (mixed 2.0 and 4.0 assemblies).
 
  Robert
 
  ___
  Mono-devel-list mailing list
  Mono-devel-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-devel-list
 
  ___
  Mono-devel-list mailing list
  Mono-devel-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-devel-list
 
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] How to use the new RHEL_5 for CentOS 5.5

2010-08-04 Thread Robert Jordan
On 04.08.2010 18:29, xen wrote:
 The mem on my box will go from 13m to 15m

This is not unusual given that you're allocating (at least)
40 million strings and 10 million arrays in a row. It's probably
the usual heap fragmentation.

Robert

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] How to use the new RHEL_5 for CentOS 5.5

2010-08-04 Thread xen

Thanks code changed

const char* key = test;
const char* status = 1;
int c = 0;
for (c = 0; c  1000; c++)
{
gpointer monoReturns[3];
monoReturns [0] = mono_string_new (domain, key);
monoReturns [1] = mono_array_new (domain, 
mono_get_double_class(), 3);
int i = 0;
for (i = 0; i  3; i++)
{
mono_array_set((MonoArray*)monoReturns [1], double, i, 
rand() );
}
// Status
monoReturns [2] = mono_string_new (domain, status);
mono_runtime_invoke(_onStatusChange, obj, monoReturns, NULL);
}

public void onStatusChange(string key, double[] times, string 
status)
{
/*Console.WriteLine (Key is {0}, key);
foreach (double time in times)
{
Console.WriteLine (lineTime is {0}, time);
}
Console.WriteLine (status is {0}, status);*/
}


On the mono embedding page it there is a new method
mono_method_get_unmanaged_thunk,

is there a sample for using this?


-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/How-to-use-the-new-RHEL-5-for-CentOS-5-5-tp2306679p2313932.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] How to use the new RHEL_5 for CentOS 5.5

2010-08-04 Thread Robert Jordan
On 04.08.2010 19:55, xen wrote:

 On the mono embedding page it there is a new method
 mono_method_get_unmanaged_thunk,

 is there a sample for using this?


http://github.com/mono/mono/blob/master/mono/metadata/object.c#L2708

Robert

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-list] Git link

2010-08-04 Thread Jorge Bastos
Howdy,

 

Where can find the GIT link to PULL?

Don't find it on the webpage.

 

Jorge,

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] How to compile system assemblies with debug information from a tarball?

2010-08-04 Thread cshipley

I would like to be able to not just step into xsp2 and some of the system
assemblies, but to examine variables, etc, with MonoDevelop. Is this
possible, and if so, how? I can't find any options to pass to ./configure in
order to create the debugging information.

Thanks,

Curtis 
-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/How-to-compile-system-assemblies-with-debug-information-from-a-tarball-tp2313131p2313131.html
Sent from the Mono - General mailing list archive at Nabble.com.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Git link

2010-08-04 Thread Jorge Bastos
I’m sorry but I don’t see it!!

 

Can you provide the link?

I’ve searched whole mono-project.com page and nothing.

 

From: Chorn Sokun [mailto:chornso...@gmail.com] 
Sent: quarta-feira, 4 de Agosto de 2010 10:12
To: Jorge Bastos
Subject: Re: [Mono-list] Git link

 

It is in the action drop down box you just tick patch you want to pull and 
click on Accept.




On Wed, Aug 4, 2010 at 3:54 PM, Jorge Bastos mysql.jo...@decimal.pt wrote:

Howdy,

 

Where can find the GIT link to PULL?

Don’t find it on the webpage.

 

Jorge,


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

 

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Git link

2010-08-04 Thread Robert Jordan
On 04.08.2010 11:50, Jorge Bastos wrote:
 I’m sorry but I don’t see it!!



 Can you provide the link?

Repository list:

http://github.com/mono

Mono tree:

http://github.com/mono/mono


You can get the git protocol links either from Github's UI or
by simply replacing http: with git:.

Robert



 I’ve searched whole mono-project.com page and nothing.



 From: Chorn Sokun [mailto:chornso...@gmail.com]
 Sent: quarta-feira, 4 de Agosto de 2010 10:12
 To: Jorge Bastos
 Subject: Re: [Mono-list] Git link



 It is in the action drop down box you just tick patch you want to pull and 
 click on Accept.




 On Wed, Aug 4, 2010 at 3:54 PM, Jorge Bastosmysql.jo...@decimal.pt  wrote:

 Howdy,



 Where can find the GIT link to PULL?

 Don’t find it on the webpage.



 Jorge,


 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list







 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Git link

2010-08-04 Thread Piotr Wysocki
On 08/04/2010 12:25 PM, Robert Jordan wrote:
 On 04.08.2010 11:50, Jorge Bastos wrote:
 I’m sorry but I don’t see it!!



 Can you provide the link?

 Repository list:

   http://github.com/mono

This link can be found by following
http://www.mono-project.com/
  - SVN
  -  Mono Organization page on GitHub

-- 
Piotr Wysocki
Mobile Systems Research Labs, Poznan University of Technology
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] How to compile existing Visual Studio 2010 C# .NET using Mono?

2010-08-04 Thread Newbie2910

I have been able to open and build VS (2008) projects using Monodevelop
directly.  I had to make very slight changes to some Google interface code
and remove anything that used Windows COM Interop, but otherwise no changes.  
-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/How-to-compile-existing-Visual-Studio-2010-C-NET-using-Mono-tp2311477p2313308.html
Sent from the Mono - General mailing list archive at Nabble.com.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Git link

2010-08-04 Thread Jorge Bastos
Perfect!
Thanks.

 -Original Message-
 From: mono-list-boun...@lists.ximian.com [mailto:mono-list-
 boun...@lists.ximian.com] On Behalf Of Robert Jordan
 Sent: quarta-feira, 4 de Agosto de 2010 11:25
 To: Mono-list@lists.ximian.com
 Subject: Re: [Mono-list] Git link
 
 On 04.08.2010 11:50, Jorge Bastos wrote:
  I’m sorry but I don’t see it!!
 
 
 
  Can you provide the link?
 
 Repository list:
 
   http://github.com/mono
 
 Mono tree:
 
   http://github.com/mono/mono
 
 
 You can get the git protocol links either from Github's UI or
 by simply replacing http: with git:.
 
 Robert
 
 
 
  I’ve searched whole mono-project.com page and nothing.
 
 
 
  From: Chorn Sokun [mailto:chornso...@gmail.com]
  Sent: quarta-feira, 4 de Agosto de 2010 10:12
  To: Jorge Bastos
  Subject: Re: [Mono-list] Git link
 
 
 
  It is in the action drop down box you just tick patch you want to
 pull and click on Accept.
 
 
 
 
  On Wed, Aug 4, 2010 at 3:54 PM, Jorge Bastosmysql.jo...@decimal.pt
 wrote:
 
  Howdy,
 
 
 
  Where can find the GIT link to PULL?
 
  Don’t find it on the webpage.
 
 
 
  Jorge,
 
 
  ___
  Mono-list maillist  -  Mono-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-list
 
 
 
 
 
 
 
  ___
  Mono-list maillist  -  Mono-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-list
 
 
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Git link

2010-08-04 Thread Jorge Bastos
Hum.. going to the download link where i was clicking that information isn't 
there

 -Original Message-
 From: mono-list-boun...@lists.ximian.com [mailto:mono-list-
 boun...@lists.ximian.com] On Behalf Of Piotr Wysocki
 Sent: quarta-feira, 4 de Agosto de 2010 11:41
 To: mono-list@lists.ximian.com
 Subject: Re: [Mono-list] Git link
 
 On 08/04/2010 12:25 PM, Robert Jordan wrote:
  On 04.08.2010 11:50, Jorge Bastos wrote:
  I’m sorry but I don’t see it!!
 
 
 
  Can you provide the link?
 
  Repository list:
 
  http://github.com/mono
 
 This link can be found by following
 http://www.mono-project.com/
   - SVN
   -  Mono Organization page on GitHub
 
 --
 Piotr Wysocki
 Mobile Systems Research Labs, Poznan University of Technology
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] PIOCSTATUS failed in restart_all_lwps

2010-08-04 Thread yruss972

Hi,

I'm running Mono 2.6.1 on Solaris 10 Sparc. 
The signcode utility is dumping core, seemingly at random with the following
error:

PIOCSTATUS failed in restart_all_lwps
Stacktrace:

Abort - core dumped


Here is the stack trace from the core dump:

libc.so.1`_lwp_kill+8(6, 0, fecc2f18, fec2a378, , 6)
libc.so.1`abort+0x110(0, 1, fec3ba50, fcb78, fecc13d8, 0)
mono_handle_native_sigsegv+0xac(6, fdba2930, fdba2930, 0, 0, 0)
libc.so.1`__sighndlr+0xc(6, fdba2be8, fdba2930, dc9d8, 0, 0)
libc.so.1`call_user_handler+0x3b8(6, 0, 8, , fe9e1a00, fdba2930)
libc.so.1`sigacthandler+0x4c(6, fdba2be8, fdba2930, ff3b84fc, fe9e1a00, 0)
libc.so.1`_lwp_kill+8(6, 6, 5, 6, 82bf8, 0)
libc.so.1`abort+0xd0(fdba2d28, 1, 298d50, fcb78, 30ceb8, fecc1514)
GC_abort+0x58(286fa8, 13, 7101, fdba3688, 297f48, 7000)
restart_all_lwps+0xf0(fe90fff8, 2, 0, 2a2fd0, 30d000, 0)
GC_start_world+0x1c(2, 0, 0, 0, 0, 2a26c0)
GC_stopped_mark+0x378(1c07e4, 0, 0, 3c, 0, 2a26e4)
GC_try_to_collect_inner+0x258(1c07e4, 1, 0, 1, 0, 217)
GC_collect_or_expand+0xec(1, 0, ff00, 29ad38, 14, c0)
GC_allocobj+0x168(30, 1, 0, 1c00, 29ad4c, 2a3364)
GC_generic_malloc_inner+0x190(c0, 1, 0, 0, 2a2ee8, fec3ee44)
GC_generic_malloc+0x70(c0, 1, fecc3800, 0, fe9e1a00, fec402a0)
GC_malloc+0xac(c0, 312ce4, 0, 1, 2a2c00, 320678)
mono_object_new_alloc_specific+0x5c(312ce4, 320678, 0, 0, 328fc8, a0080478)
mono_object_new_specific+0x80(312ce4, 320678, fecc3800, 0, a, b)
mono_thread_create_internal+0x10(fe8a4e60, 18005c, 0, 1, , 55)
start_idle_threads+0x24(0, 0, fecc3800, 0, fe9e1a00, 1b06b0)
start_wrapper+0x1a0(3c4ba8, 6, 800, 0, fe9e1a00, 0)
thread_start_routine+0xe4(328fc8, fdba4000, 0, 0, 1b19c4, 1)
libc.so.1`_lwp_start(0, 0, 0, 0, 0, 0)

Can anyone help? 
Thanks,

Yonah
-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/PIOCSTATUS-failed-in-restart-all-lwps-tp2313370p2313370.html
Sent from the Mono - General mailing list archive at Nabble.com.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] How to compile system assemblies with debug information from a tarball?

2010-08-04 Thread Michael Hutchinson
On Wed, Aug 4, 2010 at 5:02 AM, cshipley spurious.thou...@gmail.com wrote:

 I would like to be able to not just step into xsp2 and some of the system
 assemblies, but to examine variables, etc, with MonoDevelop. Is this
 possible, and if so, how? I can't find any options to pass to ./configure in
 order to create the debugging information.

Debug symbols are created by default, so if you're using a parallel
runtime built from source, this should work. However, be aware that
you'll have to tell MonoDevelop to target that parallel runtime, and
disable do not step into framework code in the debugger options.

-- 
Michael Hutchinson
http://mjhutchinson.com
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Does xbuild support the ITask interface?

2010-08-04 Thread Krogerma
Hello, lists:
 
I don't know if this a MonoDevelop question or a more general Mono  
question, so I'm posting to both lists.
 
We are trying to learn MonoDevelop and how it can be used for  
cross-platform builds. We've got a pretty good handle on developing with it and 
 figured 
out a few tricks of our own. We are using CustomCommands to some  
platform-specifc tasks and that seems to work pretty well.
 
We were wondering if xbuild supports the extensions that can be built for  
msbuild that inherit from the ITask interface. What we have in mind is 
loading  platform-specific DLL's that implement some custom tasks on Mac, Suse 
and  Windows. We need to write some platform-specific C# code for each  
platform (we think) that fiddles with operating system permissions, does  some 
file inspections and a few other things.
 
If it's not already supported, do you think there are any technology  
barriers that prevent it? If it's not a huge job, we could provide some help.  
It's not quite clear from the website whether the custom tasks are supported. 
I  usually download the source code for various Mono facilities and inspect 
it to  find such information, but maybe someone can give me a quick answer?
 
Thanks in advance
 
Kurt Matis
Troy, NY

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Does xbuild support the ITask interface?

2010-08-04 Thread Jonathan Pobst
We are currently using custom tasks (deriving from ToolTask) in xbuild 
for a project we are working on, and they work fine.  (We use the same 
custom tasks for both xbuild and msbuild.)

Note that, by default, MonoDevelop does not use xbuild, however there is 
an option to turn on experimental xbuild support.

Jonathan


On 8/4/2010 7:29 PM, kroge...@aol.com wrote:
 Hello, lists:
 I don't know if this a MonoDevelop question or a more general Mono
 question, so I'm posting to both lists.
 We are trying to learn MonoDevelop and how it can be used for
 cross-platform builds. We've got a pretty good handle on developing with
 it and figured out a few tricks of our own. We are using CustomCommands
 to some platform-specifc tasks and that seems to work pretty well.
 We were wondering if xbuild supports the extensions that can be built
 for msbuild that inherit from the ITask interface. What we have in mind
 is loading platform-specific DLL's that implement some custom tasks on
 Mac, Suse and Windows. We need to write some platform-specific C# code
 for each platform (we think) that fiddles with operating system
 permissions, does some file inspections and a few other things.
 If it's not already supported, do you think there are any technology
 barriers that prevent it? If it's not a huge job, we could provide some
 help. It's not quite clear from the website whether the custom tasks are
 supported. I usually download the source code for various Mono
 facilities and inspect it to find such information, but maybe someone
 can give me a quick answer?
 Thanks in advance
 Kurt Matis
 Troy, NY



 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list