[Mono-dev] Mono4 + xsp problem on win10

2015-09-19 Thread Alessandro Binhara
Hello All

I m using a mono 3.2.3 with xsp2 to run a simple webservice with asmx
files.
and run very well

I update to mono4 on Windows 10.
And now the xsp not respond on webbrowser.
And  no error is presented to me



there is a problem on mono4 with win10 ?
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-list] Mono Project website

2014-06-20 Thread Alessandro Binhara
hoo... the is a good News...

sound of the Brazilian community of Mono (monobrasil)

I have an interest in keeping the version in Portuguese Brazil website
at: www.monobrasil.com.br

Do you give me permission to contribute content in English and power
maintain translation to portuguese version?


2014-06-17 10:50 GMT-03:00 akoeplinger alex.koeplin...@outlook.com:

 FYI, I'm working on the new Mono website for Xamarin (in my free time, as a
 contributor).
 It is open source on GitHub: https://github.com/mono/website , preview at
 http://mono.github.io/website .

 This is still a work-in-progress, though, but feel free to let me know what
 you think ;-)



 --
 View this message in context:
 http://mono.1490590.n4.nabble.com/Mono-Project-website-tp4663100p4663140.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

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


Re: [Mono-list] Mono Project website

2014-06-20 Thread Alessandro Binhara
hello alex ..

We start use jekyll at monobrasil website.
we help to constructo a new mono Project website and translate it to
portuguese


Many peolpe here in brazil , looking for a mono documentation about mono.

its a good oportunity to reboot a monobrasil comunity





2014-06-17 11:35 GMT-03:00 akoeplinger alex.koeplin...@outlook.com:

 Great!

 A little background info: the site uses Jekyll (http://jekyllrb.com), a
 static site generator.
 Jekyll is supported natively by GitHub Pages, which means they'll run the
 generation and push the result to their CDN on every commit to the
 repository. That should also allow for a pretty smooth editing experience
 for contributors, as clicking the edit button on the respective page on
 GitHub automatically prepares a pull request - all from the web UI.
 For larger contributions it'll make more sense to preview locally, so I'll
 add some instructions how to setup Jekyll to the readme later.

 The front-end uses Zurb Foundation (similar to Bootstrap).

 All content of the old site is in /old_site and I've migrated most of the
 relevant pages (well, those that seemed relevant to me) to /docs with a new
 structure. Some pages where I'm still not sure where to put them are in
 /docs/_doc_candidates.

 Question: does the new structure under /docs make sense? I think we'll
 replicate that structure on the documentation landing page in some way,
 e.g.
 links to the getting started guides etc.

 As others have noted, many pages are severly outdated or contain invalid
 links. Fixing that will be the next step, but I'd appreciate some feedback
 whether the structure makes sense so far.

 -- Alex



 --
 View this message in context:
 http://mono.1490590.n4.nabble.com/Mono-Project-website-tp4663100p4663142.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

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


Re: [Mono-list] Does Mono Basic support lag behind C#?

2014-02-14 Thread Alessandro Binhara
Hello Michel

My name is Alessandro Binhara ...  i m from original monobasic team .
in 2005 we finish a implementation of Vb.NET in mono.  You can look a VNB
compiler too .

On the issue of portability, it is more interesting to use C # to be a
standardized language.
In matter of performance does not make sense, since both the MCS as MBAS
generate IL code, and IL runs directly on Mono in the same way.

What can happen is the C # compiler to be much more optimized than
VB.NETto generate IL

I am copying you for Rafael Teixeira who is the creator of monobasic, and
to alexandre marcondes which was also one of the leaders of the Project.
I believe they can give you more details of how this project currently

If you need some professional support, I have a company in Brazil
Speciallized in mono.




2014-02-12 18:34 GMT-02:00 mdlueck mlu...@lueckdatasystems.com:

 Greetings,

 I am evaluating using MonoDevelop for Client/Server application
 development.

 My primary development environment will be Xubuntu LTS editions, latest
 stable.

 I am wondering the status of the Basic support within MonoDevelop... such
 as
 may all of the GUI development capabilities/tools for C# be used for Basic,
 or is there a lag that Basic is catching up with C#?

 A major corporate size client commissioned me to develop an ERP / Business
 Intelligence application for them. The client group specified Access (2007,
 later added 2010) and the corporate IT group specified SQL Serer 2008.

 I pushed Access to the extreme as a Client/Server development tool. I
 double
 class-wrapped all forms to database. Class layer one is a DB object class
 which provides a consistent public interface to SELECT / INSERT / UPDATE /
 etc... calls the correct Stored Procedure via ADO.Command / ADO.Parameter
 type VB code, and populates class methods. The second layer of classes I
 call the Validation classes which performs mapping between the DB object
 and
 the form controls. Those classes perform data validation after all screen
 controls have been read, and prior to sending data to the DB object. If any
 field(s) are found to have an invalid value, they are indicated and no DB
 operation is performed. If all field(s) are valid, then field values are
 shuffled to the DB object and the correct DB call is issued.

 Total client and application server tier code was over 125,000 LOC's, and
 in
 excess of 260 Stored Procedures on the SQL BE DB. Pretty slick little ERP /
 BI application.

 I fear that C# will be too verbose in syntax / not productive and efficient
 enough, so wish to see if the Mono Basic support lags at all behind the
 primary language C#.

 I said Primary is Xubuntu. Target platforms will include Windows at first,
 perhaps others later. So I would need to understand the Windows run-time
 requirements. I hope to be able to build without any use of paid license
 software... aka VisualStudio. Will this be possible targeting a Windows
 run-time platform? Thank you.

 Blessings,
 Michael Lueck



 -
 --
 Michael Lueck
 Lueck Data Systems
 http://www.lueckdatasystems.com/
 --
 View this message in context:
 http://mono.1490590.n4.nabble.com/Does-Mono-Basic-support-lag-behind-C-tp4661888.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

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


Re: [Mono-list] Does Mono Basic support lag behind C#?

2014-02-14 Thread Alessandro Binhara
Sorry had a mistake ... look a VBNC compiler


2014-02-14 7:37 GMT-02:00 Alessandro Binhara binh...@monobrasil.com.br:

 Hello Michel

 My name is Alessandro Binhara ...  i m from original monobasic team .
 in 2005 we finish a implementation of Vb.NET in mono.  You can look a VNB
 compiler too .

 On the issue of portability, it is more interesting to use C # to be a
 standardized language.
 In matter of performance does not make sense, since both the MCS as MBAS
 generate IL code, and IL runs directly on Mono in the same way.

 What can happen is the C # compiler to be much more optimized than VB.NETto 
 generate IL

 I am copying you for Rafael Teixeira who is the creator of monobasic, and
 to alexandre marcondes which was also one of the leaders of the Project.
 I believe they can give you more details of how this project currently

 If you need some professional support, I have a company in Brazil
 Speciallized in mono.




 2014-02-12 18:34 GMT-02:00 mdlueck mlu...@lueckdatasystems.com:

 Greetings,

 I am evaluating using MonoDevelop for Client/Server application
 development.

 My primary development environment will be Xubuntu LTS editions, latest
 stable.

 I am wondering the status of the Basic support within MonoDevelop... such
 as
 may all of the GUI development capabilities/tools for C# be used for
 Basic,
 or is there a lag that Basic is catching up with C#?

 A major corporate size client commissioned me to develop an ERP / Business
 Intelligence application for them. The client group specified Access
 (2007,
 later added 2010) and the corporate IT group specified SQL Serer 2008.

 I pushed Access to the extreme as a Client/Server development tool. I
 double
 class-wrapped all forms to database. Class layer one is a DB object class
 which provides a consistent public interface to SELECT / INSERT / UPDATE /
 etc... calls the correct Stored Procedure via ADO.Command / ADO.Parameter
 type VB code, and populates class methods. The second layer of classes I
 call the Validation classes which performs mapping between the DB object
 and
 the form controls. Those classes perform data validation after all screen
 controls have been read, and prior to sending data to the DB object. If
 any
 field(s) are found to have an invalid value, they are indicated and no DB
 operation is performed. If all field(s) are valid, then field values are
 shuffled to the DB object and the correct DB call is issued.

 Total client and application server tier code was over 125,000 LOC's, and
 in
 excess of 260 Stored Procedures on the SQL BE DB. Pretty slick little ERP
 /
 BI application.

 I fear that C# will be too verbose in syntax / not productive and
 efficient
 enough, so wish to see if the Mono Basic support lags at all behind the
 primary language C#.

 I said Primary is Xubuntu. Target platforms will include Windows at first,
 perhaps others later. So I would need to understand the Windows run-time
 requirements. I hope to be able to build without any use of paid license
 software... aka VisualStudio. Will this be possible targeting a Windows
 run-time platform? Thank you.

 Blessings,
 Michael Lueck



 -
 --
 Michael Lueck
 Lueck Data Systems
 http://www.lueckdatasystems.com/
 --
 View this message in context:
 http://mono.1490590.n4.nabble.com/Does-Mono-Basic-support-lag-behind-C-tp4661888.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



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


[Mono-list] install mono 3.03 packge on opensuse 11.4

2013-02-05 Thread alessandro binhara
Hello all ..

i try install mono 3.03 package in opensuse 11.4.
Where i can find a new version package of libgdiplus..

take a look..

linux-gy4l:/home/g6/Downloads # zypper install
mono-complete-3.0.3-0.x86_64.rpm
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides libgdiplus0 needed by mono-devel-3.0.3-0.x86_64
 Solution 1: do not install mono-complete-3.0.3-0.x86_64
 Solution 2: break mono-devel by ignoring some of its dependencies


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


[Mono-list] xbuild on ubuntu

2012-10-26 Thread alessandro binhara
hello ...

i try build a mvc aplication on linux...
i had instales mono 2.10.8.3

i got this error from xbuild
BaseController.cs(3, 18): error CS0234: The type or namespace name `Mvc'
does not exist in the namespace `System.Web'. Are you missing an assembly
reference?
CustomControllerFactory.cs(4, 18): error CS0234: The type or namespace name
`Mvc' does not exist in the namespace `System.Web'. Are you missing an
assembly reference?
CustomModelBinder.cs(3, 18): error CS0234: The type or namespace name `Mvc'
does not exist in the namespace `System.Web'. Are you missing an assembly
reference?
BaseCrudController.cs(4, 18): error CS0234: The type or namespace name
`Mvc' does not exist in the namespace `System.Web'. Are you missing an
assembly reference?
BaseCrudController.cs(17, 16): error CS0246: The type or namespace name
`ActionResult' could not be found. Are you missing a using directive or an
assembly reference?
BaseCrudController.cs(25, 16): error CS0246: The type or namespace name
`ActionResult' could not be found. Are you missing a using directive or an
assembly reference?
BaseCrudController.cs(33, 16): error CS0246: The type or namespace name
`ActionResult' could not be found. Are you missing a using directive or an
assembly reference?
BaseCrudController.cs(42, 16): error CS0246: The type or namespace name
`ActionResult' could not be found. Are you missing a using directive or an
assembly reference?
BaseCrudController.cs(59, 16): error CS0246: The type or namespace name
`ActionResult' could not be found. Are you missing a using directive or an
assembly reference?
BaseCrudController.cs(70, 16): error CS0246: The type or namespace name
`ActionResult' could not be found. Are you missing a using directive or an
assembly reference?
BaseCrudController.cs(89, 16): error CS0246: The type or namespace name
`ActionResult' could not be found. Are you missing a using directive or an
assembly reference?
BaseCrudController.cs(98, 16): error CS0246: The type or namespace name
`ActionResult' could not be found. Are you missing a using directive or an
assembly reference?
CustomControllerFactory.cs(18, 28): error CS0246: The type or namespace
name `IController' could not be found. Are you missing a using directive or
an assembly reference?
CustomModelBinder.cs(16, 47): error CS0246: The type or namespace name
`ControllerContext' could not be found. Are you missing a using directive
or an assembly reference?
CustomModelBinder.cs(16, 84): error CS0246: The type or namespace name
`ModelBindingContext' could not be found. Are you missing a using directive
or an assembly reference?
Project werp/Erp.Base.Web/Erp.Base.Web.csproj failed.
Project werp/werp.sln failed.



I look for mvc dll ... to mvc3 and i find only mvc2.dll

I need upgrade to mono 3.0 ???

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


[Mono-list] Report tool for mono

2012-10-25 Thread alessandro binhara
hello all..

I wonder what currently exists as a tool for reporting and pdf for mono.

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


Re: [Mono-list] Build server with Mono

2012-10-23 Thread alessandro binhara
ok..

i will install a vm .. and a teamcity agent to test it..

thanks..


2012/10/22 Andres G. Aragoneses kno...@gmail.com


 I recommend you to use MS.NET on Windows buildagents and Mono on Linux
 ones. That's what we have in our case (using TeamCity too) and works very
 well.



 On 22/10/12 18:17, alessandro binhara wrote:

 hello all

 Does anyone have experience with TeamCity buildserver?

 I'm trying to configure to perform the build of my application in mono...

 I have a problem with xbuild...
 I got this error

 __[15:05:27]__/Step 2/5/: BuildERP Mono (MSBuild)//
 __[15:05:27]__//[Step 2/5] /Starting: C:\Program Files

 (x86)\Mono-2.10.8\bin\mono.**exe
 C:\TeamCity\buildAgent\**plugins\dotnetPlugin\bin\**
 JetBrains.BuildServer.**MsBuildBootstrap.exe
 /workdir:C:\TeamCity\**buildAgent\work\**6c18210ca1a3f348
 /msbuildPath:C:\Program Files (x86)\Mono-2.10.8\lib\mono\4.**
 0\xbuild.exe/
 __[15:05:27]__//[Step 2/5] /in directory:
 C:\TeamCity\buildAgent\work\**6c18210ca1a3f348/
 __[15:05:28]__//[Step 2/5] /Process exited with code 1/
 __[15:05:28]__//[Step 2/5] /MSBuild output/
 __[15:05:28]__//[MSBuild output] /Start MSBuild.../
 __[15:05:28]__//[MSBuild output] /'C:\Program Files

 (x86)\Mono-2.10.8\bin\mono.**exe' 'C:\Program Files
 (x86)\Mono-2.10.8\lib\mono\4.**0\xbuild.exe
 @C:\TeamCity\buildAgent\work\**6c18210ca1a3f348\werp\werp.**
 sln.teamcity.msbuild.tcargs
 C:\TeamCity\buildAgent\work\**6c18210ca1a3f348\werp\werp.**sln.teamcity'/
 __[15:05:28]__//[MSBuild output] /working dir =
 'C:\TeamCity\buildAgent\work\**6c18210ca1a3f348'/
 __[15:05:28]__//[MSBuild output] /MSBUILD: error MSBUILD0005: Invalid
 syntax. Property name and value expected as prop name=[prop value]/
 __[15:05:28]__//[Step 2/5] /Step BuildERP Mono (MSBuild) failed/
 __[15:05:28]__/Step 3/5/: Cobertura de codigo (NUnit)//
 __[15:05:28]__//[Step 3/5] /Build step Cobertura de codigo (NUnit)
 skipped because of previous step failure/
 __[15:05:28]__/Step 4/5/: inspeção de codigo (Inspections (.NET))//
 __[15:05:28]__//[Step 4/5] /Build step inspeção de codigo (Inspections
 (.NET)) skipped b/
 /



 __**_
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/**mailman/listinfo/mono-listhttp://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-dev] MoMA

2012-10-22 Thread alessandro binhara
hello ...

I'm interested in helping this activity to update the Moma
I needed a few times already. And I'm working to update it.

Who is the current maintainer of moma??

2012/10/21 Jonathan Pobst mon...@jpobst.com

 The tool to generate the definition files is in github:
 https://github.com/mono/moma/**tree/master/MoMAExtractorhttps://github.com/mono/moma/tree/master/MoMAExtractor

 You will need to update AssemblyManager.cs to point to both the .NET and
 Mono assemblies.  You might also want to update to .NET 4.5.

 After that, you put them in a zip file with a little bit of metadata and
 they're ready.  (See existing definition packs.)

 I am guessing if you put them somewhere for Xamarin, they can upload them
 to the definition update web service.

 Jonathan



 On 10/21/2012 3:40 PM, Leszek Ciesielski wrote:

 Hi,

 MoMA is indeed a very useful tool and it's a pity that it seems no
 longer to be supported. What would it take to update the masterinfos
 that it uses for reporting? They're missing for the last couple of
 release (about two years, I would say?). A lot of people start their
 migration/multiplatform work with MoMA and currently it under-reports
 Mono capabilities significantly.

 I understand that Xamarin no longer has the commercial interest in
 maintaining this tool, but it's valuable to the community, so perhaps
 it should transition to being maintained by community members? As it
 stands, MoMA relies on a webservice that is no longer updated and I'm
 guessing the report uploads aren't analysed as well?

 Kind regards,

 Leszek Ciesielski

 On Mon, Oct 8, 2012 at 3:29 PM, David Schmitt da...@dasz.at wrote:

 Hi,

 could someone please remove or update the wikipage at
 http://www.mono-project.com/**MoMA http://www.mono-project.com/MoMA ?
 the download there only can check against
 2.8 and  File MoMA bugs still links to the novell bugzilla.


 Thanks  love, David
 __**_
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.**com Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/**mailman/listinfo/mono-devel-**listhttp://lists.ximian.com/mailman/listinfo/mono-devel-list

 __**_
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.**com Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/**mailman/listinfo/mono-devel-**listhttp://lists.ximian.com/mailman/listinfo/mono-devel-list



 __**_
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.**com Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/**mailman/listinfo/mono-devel-**listhttp://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-list] Build server with Mono

2012-10-22 Thread alessandro binhara
hello all

Does anyone have experience with TeamCity buildserver?

I'm trying to configure to perform the build of my application in mono...

I have a problem with xbuild...
I got this error

*[15:05:27]**Step 2/5: BuildERP Mono (MSBuild)*
*[15:05:27]**[Step 2/5] Starting: C:\Program Files
(x86)\Mono-2.10.8\bin\mono.exe
C:\TeamCity\buildAgent\plugins\dotnetPlugin\bin\JetBrains.BuildServer.MsBuildBootstrap.exe
/workdir:C:\TeamCity\buildAgent\work\6c18210ca1a3f348
/msbuildPath:C:\Program Files (x86)\Mono-2.10.8\lib\mono\4.0\xbuild.exe*
*[15:05:27]**[Step 2/5] in directory:
C:\TeamCity\buildAgent\work\6c18210ca1a3f348*
*[15:05:28]**[Step 2/5] Process exited with code 1*
*[15:05:28]**[Step 2/5] MSBuild output*
*[15:05:28]**[MSBuild output] Start MSBuild...*
*[15:05:28]**[MSBuild output] 'C:\Program Files
(x86)\Mono-2.10.8\bin\mono.exe' 'C:\Program Files
(x86)\Mono-2.10.8\lib\mono\4.0\xbuild.exe
@C:\TeamCity\buildAgent\work\6c18210ca1a3f348\werp\werp.sln.teamcity.msbuild.tcargs
C:\TeamCity\buildAgent\work\6c18210ca1a3f348\werp\werp.sln.teamcity'*
*[15:05:28]**[MSBuild output] working dir =
'C:\TeamCity\buildAgent\work\6c18210ca1a3f348'*
*[15:05:28]**[MSBuild output] MSBUILD: error MSBUILD0005: Invalid syntax.
Property name and value expected as prop name=[prop value]*
*[15:05:28]**[Step 2/5] Step BuildERP Mono (MSBuild) failed*
*[15:05:28]**Step 3/5: Cobertura de codigo (NUnit)*
*[15:05:28]**[Step 3/5] Build step Cobertura de codigo (NUnit) skipped
because of previous step failure*
*[15:05:28]**Step 4/5: inspeção de codigo (Inspections (.NET))*
*[15:05:28]**[Step 4/5] Build step inspeção de codigo (Inspections (.NET))
skipped b*
*
*
*
*
*thanks *
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] app server for mono

2012-09-12 Thread alessandro binhara
hello

I'm looking for an app server mono, like some indication.

I wonder if someone views or have used the following projects:

http://tncor.com/en/tnaps
http://www.dotnetpowered.com/appserver.aspx


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


[Mono-list] mono e ikvm problem

2011-09-29 Thread alessandro binhara
I coppy IKVM dll to directory aplication and mono run 

but i got a exception from aplication.. it start runing... and :


/home/binhara# mono scalabilty.exe

=
 Prevayler vs JDBC Scalability Tests
=

If you have any trouble running the tests, just write to
prevayler-scalabil...@lists.sourceforge.net and we will be glad to help.

Creating the properties file.
Reading the properties file:
/home/binhara/ScalabilityTest.properties
You can edit this file to configure the tests for the next run.

Exception in thread main cli.System.TypeLoadException: A type load
exception has occurred.
at
org.prevayler.implementation.clock.MachineClock.init(MachineClock.java:11)
at org.prevayler.PrevaylerFactory.clock(PrevaylerFactory.java:137)
at org.prevayler.PrevaylerFactory.publisher(PrevaylerFactory.java:305)
at org.prevayler.PrevaylerFactory.create(PrevaylerFactory.java:286)
at
org.prevayler.demos.scalability.prevayler.PrevaylerQuerySubject.init(PrevaylerQuerySubject.java:13)
at org.prevayler.demos.scalability.Main.runPrevaylerQuery(Main.java:55)
at org.prevayler.demos.scalability.Main.main(Main.java:17)
at Module.main(Module.java)
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] problem with ikvm

2011-09-28 Thread alessandro binhara
Hello all ..

i try usa a ikvmc to create a .exe

see
C:\Users\binhara\Desktop\
projetos\ProjetoZ10\repositoriosikvmc scalabilty.jar
Note IKVMC0004: using main class org.prevayler.demos.scalability.Main
based on jar manifest
Error: unable to load runtime assembly

the same problem happens on linux.
i use mono 2.10.5
and ikvmc 0.46.0.1

whats wrong ?

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


[Mono-list] Could not load file or assembly 'IKVM.OpenJDK.Core, Version=0.46.0.1

2011-09-28 Thread alessandro binhara
hello all..

i got sucess compile a jar to exe ..
but mono cant find openjdk
 mono scalabilty.exe
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'IKVM.OpenJDK.Core, Version=0.46.0.1, Culture=neutral,
PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
File name: 'IKVM.OpenJDK.Core, Version=0.46.0.1, Culture=neutral,
PublicKeyToken=0738eb9f132ed756'
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could
not load file or assembly 'IKVM.OpenJDK.Core, Version=0.46.0.1,
Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its
dependencies.
File name: 'IKVM.OpenJDK.Core, Version=0.46.0.1, Culture=neutral,
PublicKeyToken=0738eb9f132ed756'

i find a openjdk on linux ..
root@binhara-VirtualBox:/# find . | grep IKVM.OpenJDK.Core
./usr/lib/mono/gac/IKVM.OpenJDK.Core
./usr/lib/mono/gac/IKVM.OpenJDK.Core/0.46.0.1__0738eb9f132ed756
./usr/lib/mono/gac/IKVM.OpenJDK.Core/0.46.0.1__0738eb9f132ed756/IKVM.OpenJDK.Core.dll
./usr/lib/mono/gac/IKVM.OpenJDK.Core/0.46.0.1__0738eb9f132ed756/IKVM.OpenJDK.Core.dll.config
./usr/lib/ikvm/IKVM.OpenJDK.Core.dll
./usr/lib/ikvm/IKVM.OpenJDK.Core.dll.config


Can someone help me ?

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


[Mono-list] IronRuby and IronPython benchmark

2010-08-08 Thread Alessandro Binhara
Heloo ALL

I'm updating my slides of mono to Microsoft's TechEd event in Brazil, in
setember.

Anyone have any benchmarck of IronPython and IronRuby running in the latest
versions of mono?


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


[Mono-list] Image of virtual pc on mono-project website.. has a problem?

2010-01-16 Thread Alessandro Binhara
Hello all ...

i try use a Virtual pc image of mono .. on mono-project..
but when a try boot a imagem.. virtoal pc cant find a kernel image file...

Whats happen ???


-- 

Alessandro Binhara -  binh...@monobrasil.org

Projeto Brasil
http://www.monobrasil.org
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] monobuild page ???

2010-01-16 Thread Alessandro Binhara
Hello...

i try see
http://mono.ximian.com/monobuild/
This page dont have a reports... link is ok ???


-- 

Alessandro Binhara -  binh...@monobrasil.org

Projeto Brasil
http://www.monobrasil.org
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mono Brasil na MSDN - 1 Semana de WEBCast AO VIVO !!!

2010-01-14 Thread Alessandro Binhara
*Ola a todos..
*

*Feliz ano novo.. e estamos começando fervendo!*

*Gostaria de convida-los a participar da Semana de Interoperabilidade na
MSDN , onde estaremos fazendo 5 WebCast Ao Vivo!!!*

*Por favor divulguem !!!*

*Estou recebendo ja emails de toda parte do brasil Impressionante!!!*

**

*
*

*MSDN*



   - *O Projeto Mono: Aplicaçõs .NET para sistemas não Windows*

Palestrante: Alessandro Binhara

Dia/Hora: 18/01, 17:00

Link para inscrição:
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032439615Culture=pt-BR



   - *Moonlight : Silverlight para sistemas não Windows*

Palestrante: Alessandro Binhara

Dia/Hora: 19/01, 17:00

Link para inscrição:
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032439617Culture=pt-BR



   - *Desenvolvimento de games multi-plataforma com .NET*

Palestrante: Alessandro Binhara

Dia/Hora: 20/01, 17:00

Link para inscrição:
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032439619Culture=pt-BR



   - *Desenvolvendo aplicativos ASP.NET http://asp.net/ para Linux  *

Palestrante: Alessandro Binhara

Dia/Hora: 21/01, 17:00

Link para inscrição:
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032439621Culture=pt-BR



   - *Trabalhando com IronPython*

Palestrante: Alessandro Binhara

Dia/Hora: 22/01, 17:00

Link para inscrição:
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032439623Culture=pt-BR




-- 

Alessandro Binhara -  binh...@monobrasil.org

Projeto Brasil
http://www.monobrasil.org
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] New Mono Brasil Web Site is on-line www.monobrasil.org

2009-10-26 Thread Alessandro Binhara
Hello ALL

Some news...
A Mono Brasil web site retunr on line..
see it on www.monobrasil.org

Have fun!!!

-- 

Alessandro Binhara -  binh...@monobrasil.org

Projeto Brasil
http://www.monobrasil.org
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] New Mono Brasil Web Site is on-line

2009-10-25 Thread Alessandro Binhara
HI ALL!

A new Mono Brasil Web Site is avaliable!
It is a great news from a Brazilian mono users...
Now ... a mono brasil wiki is runing on Dekiwiki.. and of cours Mono + Linux
+ Apache!!!

The contents of this site does not complete. We are daily placing the
contents of the old site that was recovered.

A new UR is www.monobrasil.org ...

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


Re: [Mono-list] Live CD with mono?

2004-07-23 Thread Alessandro Binhara
Hi..
I 'm working on Mono CD Live basead on Knoppix distribution.
It's desing for brasilian user,
take a look
http://monobrasil.softwarelivre.org/twiki/bin/view/Main/MonoLiveCD
A screenshot
http://monobrasil.softwarelivre.org/twiki/bin/view/Main/ScreenShotZeroOne
I call for now a ZeroOne Distribution..
Its so hard install mono with apt-get , because mono is avaliable
only on unstable version of debian.
Today, mono is working in costumized build.
But i have some problems with gtksourceview 1.0 and gktsharplib ..
and mono-develop dont work.
I will delivery alfa version (iso image) on mono brasilian site 
in next week.

bye
Alessandro Binhara
Mono Brazil Project



Daniel Carrera escreveu:
On Tue, Jul 20, 2004 at 01:55:40AM +0200, Lluis Sanchez wrote:
 

Hi!
Does anybody know of a live CD that includes a recent version of Mono?
   

I don't know.  But if you can't find one, talk to Kano.  Kano is making a 
live CD called Kanotix, which is a very Knoppix-like live CD, but is 
pure(r?) Debian/Sid.

The reason why you might want to talk to Kano is because he's willing to 
make customized LiveCD's for people.  I don't know if he charges for that 
or not though.

But a customized LiveCD might be interesting to you.
Cheers,
 

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


Re: [Mono-list] make install building mcs package

2004-07-02 Thread Alessandro binhara
I have the same problem..



--- Yuri Leikind y.leik

[EMAIL PROTECTED] escreveu:  Hello all,
 
 I build all Mono packages with --prefix=/opt.
 Strange thing, after I have
 successfully built the mcs package, and try to
 install it, I get the message 
 that mcs is needed to perform installation, as
 though it is missing (it is not):
 
 [EMAIL PROTECTED]:~/src/mcs-1.0$ sudo make install
 *** You need a C# compiler installed to build MCS.
 (make sure mcs works from the command line)
 *** Read INSTALL.txt for information on how to
 bootstrap
 *** a Mono installation.
 make: *** [platform-check] Error 1
 [EMAIL PROTECTED]:~/src/mcs-1.0$ which mcs
 /opt/bin/mcs
 
 
 Only if I create a symlink :  ln -s /opt/bin/mcs 
 /usr/bin/mcs, make install works.
 The same is with the mono program, I have to symlink
 it.
 
 I guess it shouldn't be so, shoud it?
 
 -- 
 Best regards,
 Yuri Leikind
 
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
  





___
Yahoo! Mail agora com 100MB, anti-spam e antivírus grátis!
http://br.info.mail.yahoo.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] .dll .exe ? - pointer in C#

2003-06-19 Thread Alessandro Binhara
HI Miguel ..

I see your apresentation about Mono in Brazilian Forum.. 
And you talk about a new implementatation of evolution..
not all will be re-writted in MONO, because have a
lot of code writte in C++ with pointers.. 

How you can do this?

I will be more especifical..
I can write a base aplication in C++ and use a pointer
to adress C# objects? 

The garbage collector can control my pointer in C++ ?
Or i can use a garbage coletor only on C# objects?



Em Qua, 2003-06-18 às 17:07, Miguel de Icaza escreveu:
 Hello,
 
  I'll never understand why Microsoft used the .DLL extension.  Even
  pre-dotnet dlls didn't always use .DLL (e.g. ActiveX controls use .OCX
  and control panel applets used .CPL).
 
 In .NET you can mix managed and unmanaged code into the same assembly
 (Managed C++ can do this for example).  So you can actually have mixed
 assemblies, so it makes sense to reuse the vesel format.
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
-- 
 Um Forte Abraço
 Alessandro de O. Binhara
 Diretor Técnico REDE SOL
 Coord. GU OpenSystem Sucesu-PR
 
    _   _      ___  _ | [EMAIL PROTECTED]
 |  _ \| |  _ \| | / ___| / _ \| || [EMAIL PROTECTED]
 | |_) |  _| | | | |  _|   \___ \| | | | || (0xx41) 3019-3354
 |  _ | |___| |_| | |___   ___) | |_| | |___ | ICQ  #12369354
 |_| \_\_|/|_| |/ \___/|_|| LinuxUser #118255
REDE DE EXCELÊNCIA EM SOFTWARE LIVRE  | Curitiba, PR - Brasil

 www.redexsol.com / www.prsucesu.org.br / www.softwarelivre.org.br


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