Tagged Questions
-7
votes
1answer
58 views
How do I load another project when I pressed a button? [closed]
I have searched for a solution but without any success. I have coded an application and I would like to launch a game when I press a button. It is a simple mono game project.
I would also like to ...
2
votes
1answer
126 views
“.NETFramework,Version=v4.0,Profile=Mono” issue vb.net, c#
I have followed 2 tutorials like this to integrate mono 2.10.8 profile in visual studio 2010
After doing all, when selecting mono profile I get some issues:
if I change the to .net 2 framework, I ...
0
votes
0answers
53 views
sqlite3_column_origin_name exception in Visual Studio while developing Android App
I am getting sqlite3_column_origin_name exception in Visual Studio while developing Android Application when I do SqliteDataAdapter.fill(DataTable). After searching about the error I got to know with ...
0
votes
1answer
551 views
How to develop Mono 3 / .Net 4.5 projects with Visual Studio 2010
I need to migrate web application to Mono, and this application uses Entity Framework 4. Mono includes open sourced EF of 6th version, so I guess I must switch to EF 6 available on .Net 4.5 available ...
0
votes
1answer
188 views
Mono.data.sqlite and System.data.sqlite conflict in Running Mono in VS2010
The assemblies/libraries Mono.data.sqlite and System.data.sqlite conflict in Running Mono in VS2010...I have downloaded "sqlite-netFx40-setup-bundle-x64-2010-1.0.83.0.exe" from the official website of ...
2
votes
0answers
69 views
How to begin with MONO on Windows? [closed]
I am a complete newbie in programming in MONO and C#. However I know how to code in C++.
I am looking to work in MONO and and want learn about the open source environment.
However, I am facing ...
0
votes
1answer
193 views
Mono for Android shows no device
I have a registered version of Mono for Android.
If I try to debug on my phone (Galaxy S3) on my private PC, everything works fine.
But if I try it on my buddys PC, it doesn't work.
I don't know if I ...
1
vote
3answers
393 views
Need Profile for Mono 3.0 on Windows
Is there a tutorial that tells how to write a profile for mono 3.0 so that I can use it with
Microsoft Visual studio 2010 ?
The reason behind the same is that my application makes use of a Binding ...
0
votes
1answer
96 views
hhibernate transaction issue when i used in mono
i am using for develop my application Visual Estudio 2010 c#, nhibernate queryover, silverlight 5, in this part all work fine in the data access part i use this :
using (var session = ...
3
votes
2answers
600 views
How to run MVC3 or newer application in Mono
Default ASP .NET MVC 3 application is created using in Microsoft Web Developer Express 2010
Application is published to file system and copied to Debian server where mono 2.10.8 , Apache and mod_mono ...
0
votes
0answers
87 views
Compiling Mono in 64bits Visual Studio 2010
I am using a C# dll from C++ by embedding the Mono runtime (http://www.mono-project.com/Embedding_Mono). This works fine until I need to build the C++ project in 64bits. The download in the Mono ...
1
vote
1answer
160 views
Why can't I target Mono in VS2010 on Windows?
I have downloaded and installed the Mono framework onto my Win7 development machine. I then followed the instructions here to have Visual Studio 2010 allow targeting of the Mono framework instead of ...
0
votes
1answer
3k views
Xamarin and Mono compared to ADT
I'm a developer, with years of experience in cSharp as well as Java.
I have developed a few ADT projects for my nexus one android 2.23 phone.
I am considering further mobile development
And I heard ...
2
votes
3answers
1k views
Install Xamarin Mono for Android
I am trying to install Xamarin's Mono for Android, Initially it said that for this I will need JDK, Android SDK, Mono Develop and then the most important package that will be downloaded and installed ...
0
votes
0answers
166 views
c Library Not Found in Mono for Android Simulator via Visual Studio
I'm using Mono for Android with C# and VS 2010. Using the sample app Hello4MA, which deployed to the simulator and worked, I added a c project that creates a static library wrapped by SWIG. (The ...
2
votes
4answers
1k views
Mono for Android VS2010: Cannot view layout in designer
I installed Mono for Android with the intention of using Visual Studio 2010 to design android apps. I am able to compile and deploy applications, but I am not able to view the layout designer. When I ...
1
vote
1answer
331 views
Mono debugging from VS.2010 to Linux ubuntu
we are looking into VS tools for mono, but under documentation i cannot find any related info how to install mono server for remote debugging on linux server.
Also it does not say wheather this is a ...
0
votes
1answer
74 views
How to profile aspx view
Controller code:
public ActionResult Index() {
var start = DateTime.Now;
var view = View(new DetailViewModel());
// var view = new ContentResult() { Content = "Done" };
var endTime = ...
3
votes
1answer
208 views
Simple T4 template doesn't work in Visual Studio 2010, but does in MonoDevelop?
I'm having all sorts of hell getting Visual Studio 2010 to compile my T4 template. I am pretty sure this same template worked on 2008, but I can't confirm right now. I know for sure it works on ...
4
votes
2answers
410 views
How to create a reference to System.Array holding strings in C#
I have an interesting question regarding C# code.
Basically I have to call a method
BCI2000AutomationLib.IBCI2000Remote.StartupModules(ref System.Array)
Using Visual Studio 2010 the following code ...
0
votes
0answers
33 views
Usage of existing unit tests developed in VS 2010 on Mono in Ubuntu
Currently i have all unit tests developed on VS 2010.
I want to use the same unit tests on Ubuntu platform using MonoDevelop tool.
What are the options if same cant be ported to Ubuntu?
5
votes
1answer
3k views
GTK# in Visual Studio 2010
I've been trying all day to get GTK# working in Visual Studio 2010 on Windows Server 2008 R2 x64 so that I can start writing nice cross-platform GUI applications, but I'm somewhat new to C# and I'm ...
7
votes
1answer
415 views
The difference between Mono C# Compiler and MS C# Compiler Regarding Scope
I'm running in a corner case here with regarding the difference with scoping of instance methods/properties in C#. Here is the code:
public class Base
{
public EventHandler Click {get;set;}
...
1
vote
1answer
762 views
Button Screen Change in Android Mono using delegates
The following code is from the C# portion of my Android Mono application. It is going to eventually be the GUI for a multimeter simulator, but right now just displays text. It is rather straight ...
0
votes
1answer
255 views
Monodroid: SQLite table created should have more fields
First of all, excuse my english.
I am workink with monodroid on Visual Studio 2010. I'm creating some tables for SQLite and I have problems with a few of them. The problem is that this tables are ...
0
votes
2answers
171 views
Targeting individual platforms with Visual Studio
I am writing an app that would work for both .NET and Mono. However components of it would only be available for one or the other. For example, a modular part of the app use WPF, which is not ...
0
votes
1answer
1k views
Set theme Holo.Light in Mono for Android
Im new to this android development, and im currently playing around with the HelloM4A project that follows the Mono for Android installation.
I have also noticed that Google wants us to use their ...
0
votes
1answer
782 views
C# program doesn't work under mono in Linux.
I am trying to make my program written in Visual C# 2010 work on Linux. For that, I have used mkbundle feature, so that potential client doesn't have to install mono. Unfortunately I am not ...
1
vote
2answers
328 views
Using Visual Studio C# program in Linux
I have written a program using Microsoft Visual C# 2010 Express. I need to make sure, that client can run the program from a php page on his Linux server. The problem is, I have never used Linux or ...
0
votes
2answers
374 views
How to find all dependency (class files) for a C# class file
I have a number of test classes in C# (NUnit Test scripts, compiling on Mono).
Instead of compiling all unit tests into one big assembly, as usual, I'd like to compile the individual class files into ...
5
votes
2answers
706 views
xbuild and F# (vs2010) project
I have a VS 2010 mixed-language solution that's primarily C#, but contains a windows service written in F#. I've had this building with xbuild in the in a parallel environment, but since upgrading to ...
3
votes
1answer
738 views
Steps to run NUnit tests on OSX
How do I run NUnit tests developed within VS2010 on a Mac? This seems like a very simple and naive question but I have been struggling to find all the steps. I have done my due diligence by scouring ...
2
votes
1answer
177 views
How to use a common test harness for MStests & NUnit and run them in Mono?
I'm using VS2010 to develop a project and will be adding some NUnit tests to an existing test harness which is full of MStests.How do i run only the NUnit tests from that harness in Mono? Is there way ...
1
vote
1answer
430 views
Unhandled exception information in VS with MonoAndroid
I'm trying to play with Android emulator and VS.
I've downloaded the GLTriangle20 example from the Mono official site and tried to run it. However it fell at CreateFrameBuffer();
Visual Studio ...
2
votes
1answer
263 views
Does a MS Visual Studio 2010/.NET platform project work seamlessly with Mono/MonoDevelop?
Does a MS Visual Studio 2010/.NET platform project work seamlessly with Mono/MonoDevelop?
Specially, projects are check-in to the SVN server using MS Visual Studio 2010 in Windows, and I need to use ...
0
votes
1answer
192 views
How to run Mstests on a Mac?
I have a need to write some mstests and run these tests on a Mac. The binaries for the source code being tested are already up and running on Mac.
To run test automation written in Visual studio, do ...
0
votes
1answer
174 views
Mono Tools for Visual Studio in vc++ express?
Will the $99 Mono Tools for Visual Studio http://www.go-mono.com/store/ work in express editions of visual studio (has anyone achieved this)?
Thanks in advance
1
vote
3answers
562 views
Profiling a method in C# to know how long does it take to run
I need to get a timing report to know how long does it take to run a C# method in a class.
I think about using profiler to do that.
The input is the name of a method in a class, the output is
...
1
vote
2answers
396 views
Problems running visual studio executables with mono
I'm trying to run with Mono executable files created by visual studio 2010.
Setting in VS 2010 are:
-c++ project
-cil pure
My final target is to compile Parsec benchmarks using visual studio 2010 and ...
2
votes
1answer
3k views
package .apk in Microsoft Visual Studio 2010 using Mono for Android
I'm using Mono for Android and Microsoft Visual Studio Professional 2010 and created HelloMonodroid App. App is running fine in Emulator, when Project is configured to DEBUG.
What i want to do now is ...
1
vote
1answer
2k views
Attempting to load C# solution in Monodevelop, getting error: 'Unknown Solution Type'
When I try to load a solution this is the error messagebox I'm getting: http://i.stack.imgur.com/cKUwP.png
It was originally a Visual Studio 2010 project in Windows which I'm trying to port to ...
0
votes
0answers
704 views
vs 2010 to mono develop
i have developed a solution containing lot of aspx files using vs 2010. this does not run in xsp2 server. throws error on controlload and shuts down the server. When i try to open the solution in ...
1
vote
1answer
678 views
how to skip the strong name verification for delay signed assembilies on Mono and Visual studio 2010(C#4.0)?
how to skip the strong name verification for delay signed assembilies on Mono and Visual studio 2010(C#4.0)?
Thanks & Regards,
P.SARAVANAN
0
votes
2answers
562 views
How to debug .NET dll using mono from native C++ project
I have a native C++ project which uses .NET managed dll by mono. I cannot debug .NET managed dll variables through visual studio debugger. Is there a way to debug my dlls?
Thank you for your time...
0
votes
1answer
354 views
Does not move toolstrip
Not moved toolstrip in ubuntu.
I create in vs 2010 with Mono.
In Windows Seven all rigth.
because of what this can happen?
0
votes
2answers
712 views
Not run application from Mono in ubuntu
I used Visual Studio 2010 + Mono 2.4 Profile.
Create simply winfroms application.
I need it to run on Ubuntu.
Ubunta crash error:
** (Client.exe:1963): WARNING **: The following assembly ...
0
votes
1answer
568 views
Mono Tools for Visual Studio - tutorial wanted
I downloaded Mono for Windows and Mono Tools for Visual Studio 2010, installed them, and see some new shiny menus and Project templates in my VS now. But I have no idea how to build my first iPhone ...
3
votes
2answers
543 views
Building mono 2.8 under Windows
While trying to compile the mono 2.8 sources under VS2010
i am getting following errors:
build only mono project:
error LNK1181: cannot open input file 'libmono.lib' \msvc\LINK mono
...
4
votes
2answers
357 views
So what's the deal with F#, now that it's been open-sourced? [closed]
I got pretty excited after finding out that F# will be released under the Apache license. But I am still not sure, whether the language/ecosystem is something worth investing my time in.
So - what do ...
4
votes
1answer
639 views
Building F# library to be used in C#
Let's say I have the following function.
let rec fib n =
match n with
| 1 | 2 -> 1
| n -> fib(n-1) + fib(n-2)
How can I compile this code into dll so that it's used from C#?
I ...
