Questions tagged [moma]

The Mono Migration Analyzer (MoMA) tool helps identify portability issues for .NET applications under Mono.

The Mono Migration Analyzer (MoMA) tool is provided by the Mono project. It helps identify portability issues for using .NET applications under Mono. It performs a static analysis of .NET assemblies and detects, for example, platform specific calls (P/Invoke) and .NET features that are not yet implemented within the Mono project.

7 questions
33
votes
10 answers

How to include the reference of DocumentFormat.OpenXml.dll on Mono2.10?

I am using C#.net Windows Desktop Application.I want to run these application with other platform also. So, i am using Mono 2.10 as a cross compiler.While running,unexpectedly my Application is terminated by saying the error message like …
Saravanan
  • 11,372
  • 43
  • 143
  • 213
8
votes
1 answer

MoMa reason "Implement it properly once 4.0 impl details are known"

We have a couple of commercial .Net 2.0 applications that run just fine on Linux with Mono. For consistency across our product line, we've recently ported all of our projects to .Net 4.0. This introduces some problems under Mono, but nothing…
Stewart
  • 4,223
  • 6
  • 31
  • 39
4
votes
3 answers

sqlite, mono, C# cross platform

I am using sqlite in my C# project. MoMA complains about the DLLs and i am unsure what to do on the mac/linux side. What are things i generally need to do when porting external DLLs?
user34537
1
vote
0 answers

Running desktop application c# in mac OSX

I created a desktop application on windows platform on C#. Now, client wants that application to run on MAC OSX. I installed momA and verified my .exe. I also fixed the warnings and errors that mOMA was giving but now I am confused what to do next.…
Sana Ahmed
  • 462
  • 3
  • 25
1
vote
2 answers

Mono Migration Analyzer: What are all of the command line switches?

So I'm looking here and I see the command line switches. http://mono-project.com/Command_Line_MoMA This is what I see as the total amount of switches from the site: MoMA.exe --nogui --out C:\app\momareport\report.html C:\app\myapp.exe One thing I…
ferventcoder
  • 11,952
  • 3
  • 57
  • 90
1
vote
2 answers

Mono Documentation for NotImplementedException and MonoTodo

I'm new to Mono and plan to port my application over, if possible. I've run MoMA and there are some places it has identified that I'm calling that could throw a NotImplementedException or are tagged MonoTodo. Is there anywhere I can get more…
jasonh
  • 29,297
  • 11
  • 59
  • 61
0
votes
1 answer

How to run my C# Visual Studio Application with Mono under Linux?

i have written a C# .NET 4.5 WinForms application with Visual Studio 2013. Now i would like to run this application with Mono on my Linux machine (Mint 17.1). I have already done the following steps: Analysed my .exe under Windows with the Mono…
Michael
  • 153
  • 1
  • 14