Xamarin Studio is a C# development environment focused on creating iOS, Android and Mac apps
0
votes
0answers
12 views
Change default Xamarin Studio's web server
Is it possible to change Xamarin Studio's web server from XPS to another like Nginx or Apache with mod_mono?
I did not find any option that looks like the one Visual Studio has where you have the ...
1
vote
1answer
72 views
MVVM Cross support for Xamarin Studio on a Mac
I have been exploring the use of MVVM Cross on Xamarin Studio on a Mac. I've been going through the tutorials for N+1 days of MvvmCross on YouTube and I've run into a roadblock that hopefully someone ...
0
votes
1answer
47 views
Return JSON in Xamarin.iOS
I am trying to run a sample WebRequest to return JSON data. I keep on getting XML response. any idea why?
this.btnGetCoordinates.TouchUpInside += (sender, e) => {
var rxcui = ...
1
vote
0answers
38 views
Xamarin Studio: Show all classes and class members used in a project
I have been told that Visual Studio has a feature that shows you all the classes and class members you used in your solution. Is there a way to do something similar with a Xamarin.iOS app in Xamarin ...
0
votes
1answer
75 views
libgdx on ios GdxRuntimeException couldn't load file
I decided to move my application from Android to iOS. Application use libgdx library. I generated ios subproject using libgdx and opened it using Xamarin Studio. All images are linked from ...
0
votes
1answer
19 views
monodroid Steema.TeeChart.TChart : how to disable user interaction
can any one please tell me how to disable user interaction in TChart Control.
i know how to do this in monotouch linechart.UserInteractionEnabled = false;
1
vote
1answer
90 views
Xamarin IDE and visualstudio for windows +Mvvmcross
I have some confusions About the IDE to use for MvvmCross
a) VisualStudio (VS) uses Xamrarin.iOS and Xamarin.Android plugin for iOS and Android development. But can we also use PCL(Portable Class ...
2
votes
1answer
54 views
MonoTouch testing of threads
I have a class that does certain functions in a different thread. I want to test this class in my MonoTouch app. so I added a test fixture to the test projects. I found that MonoTouch does not wait ...
0
votes
3answers
47 views
Deploying from xamarin android to samsung s3 jellybean 4.1
Hi guys I have some questions regarding deploying apps from Xamarin for Android. I have a samsung s3 with jellybean 4.1 in it and I want to deploy my app that I developed from Xamarin to my phone. But ...
0
votes
0answers
42 views
MonoTouch Binding library built using Objective-C static library doesn't call corresponding objective-C method when C# counterpart is called
I've a static library (say myLibrary.a) built from Objective-C Xcode project.
I'm trying to re-use it in Mono Touch iOS application. Following documentation, I built an iOS library project in Xamarin ...
0
votes
2answers
51 views
xamarin.android App signing does not work
So im trying to publish my new android app to the Google PlayStore. From reading this tutorial I understand that I have to sign my app before releasing it to the PlayStore. I did exactly the same as ...
0
votes
1answer
38 views
Xamarin Studio Starter: Why am I getting native library reference error on build without native libraries?
I've been playing around with the Starter Edition of Xamarin Studio to determine if it will meet my needs. I understand (so I thought) the limitations of this edition; 32K compiled IL limit, no native ...
0
votes
0answers
9 views
Migrate Solution from OSX XS2 to Win7 VS2012
I have produce my code on XS2 on OSX. Now i'd like to run it on Visual Studio using remote debugger. But when i open Visual Studio 2012 it crashs on startup. Maybe it can't load iOS Solution?
Some ...
1
vote
0answers
33 views
How do I send parameters to a custom command in Xamarin.iOS?
How do I send parameters to a custom command in Xamarin.iOS?
I want to run a custom command on Xamarin in Before Build and I want to send a parameter.
The parameter can be set on plist or another ...
0
votes
1answer
43 views
Understanding .NET Assembly Reference Differences
I have two nearly identical DLLS (for the same open source project) - one was pre-compiled, and one was compiled locally by my own compiler (Xamarin Studio/Mono).
The DLL I compiled isn't working ...
2
votes
1answer
52 views
Failed to resolve “Microsoft.Win32.RegistryKey” reference from “mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089” (MT2002)
When trying to debug on my iPhone I get the error:
Error MT2002: Failed to resolve "Microsoft.Win32.RegistryKey" reference from "mscorlib, Version=2.0.0.0, Culture=neutral, ...
0
votes
2answers
68 views
JavaScriptSerializer: Object reference not set to an instance of an object
What am I doing wrong here?
using System.Web.Script.Serialization;
string json = "{\"numbers\":[{\"one\":\"1\"},{\"two\":\"2\"},{\"three\":\"3\"}]}";
dynamic dictionary = new ...
4
votes
1answer
137 views
How do I get TypeProviders to work on Xamarin/Monodevelop
I want to play around with type providers in F# on mono but I can't get it to work in xamarin studio.
I see that the error is that the namespace TypeProviders is not defined, but where do I find it ...
4
votes
1answer
208 views
Xamarin studio fails to open F# files
I've just installed Xamarin studio to try out the F# experience on OSX. The install works fine and I'm able to create the F# tutorial project, but when it tries to open the Tutorial.fs file I get the ...
0
votes
0answers
23 views
Xamarin Studio's editor lacks equiv of Emacs set-mark-command
There are many useful Emacs key bindings missing from the support built into Xamarin Studio (4.0.1), but I'm customizing it as I go. However, I can't find editor functions to define bindings to ...
0
votes
1answer
19 views
Macros, Scripts, or an Ant-like function within Xamarin Studio to copy files
Other than running a separate .bat file after each build, is there any way to automatically copy a compiled dll to a specified destination folder outside of the regular compile output folders? I ...
0
votes
1answer
64 views
How can I Access an already existing SQLite database in mono for android
I'm currently working on a project where the application I'm creating needs to include a database. I've got no problems so far creating my own SQLite database from my application and accessing it is ...
0
votes
1answer
36 views
Xamarin Studio locals not showing in debug
When I debug my iOS app in Xamarin studio. If I set a breakpoint and run the app it stops and shows me my locals and everything is great the first time.
However any time after that if I run my app ...
0
votes
1answer
86 views
Can't compile project - VB.Net - Fatal error BC2000 - Xamarin/MonoDevelop
Just downloaded Xamarin/MonoDevelop in order to create a VB.Net based cross-platform application.
However Xamarin keeps returning a fatal error when attempting to compile a default template.
Steps:
...
0
votes
0answers
32 views
how to use System.ComponentModel.DataAnnotations in Xamarin Studio
I have core model classes that use System.ComponentModel.DataAnnotations to do data validation: required fields, email validation, etc...
How can I use that namespace in Xamarin Studio for my Mono ...
0
votes
2answers
56 views
Set Default Build Action for image files or files in general
I'm using Xamarin Studio. Is it possible to set the default build action for custom files or image files?
I'm developing an app that uses A LOT of PNG images. BundleResource is set by default for ...
1
vote
0answers
46 views
Xamarin AccountStore/Account not persisting when app is updated
I'm using the Xamarin AccountStore/Account to hold information about the user of my application (their details are stored after they have been authenticated by a remote server)
This works fine if the ...
1
vote
0answers
65 views
Can I call a Silverlight service from an Android application?
I have a Silverlight business application and a WCF Service developed in it. I used to call it from a Windows Phone application under Visual Studio 2010.
Is there a way I can call this service from ...
3
votes
0answers
145 views
Debugging F# in Xamarin Studio 4.0.3 throws an error
I have installed Xamarin Studio 4.0.1 on Windows 8 x64 from http://monodevelop.com/Download . When I ran Xamarin, it got updated to 4.0.3. I have installed F# bindings. I have created new F# console ...
0
votes
1answer
89 views
Type Stopwatch could not be found
I'm learning C# using Xamarin Studio 4.0.3 (former MonoDevelop) on Windows 7.
Trying using Stopwatch class (only piece of code)
using System.Diagnostics;
class MainClass {
public static void ...
2
votes
1answer
100 views
Error downloading from Google Server
I have downloaded packages from Xamrin and when i am installing Xamarin installer, getting the error as below. I have tried the instruction given in Installing Xamarin Mono for Android But getting the ...
-1
votes
1answer
60 views
save a string with xamarin in a cross-platform project
I'm using xamarin (for android and for iphone) and I want to save one string.
In fact, I'm using a JSON parser and I pass a string object trough intents, so I wanted to save the object into a SQLite ...
1
vote
0answers
78 views
Error in Xamarin Studio when opening a VS2012 project
I have a solution that I have been writing in VS2012, which is comprised of 4 projects. I have done this in the past and everything has worked fine when opening them and using the, in Xamarin, but ...
2
votes
1answer
172 views
Can't connect to Mac Build Host — Error loading xcode information
As the subject leads into, I am having trouble connecting to my mac build host. It was working earlier in the week (and I think there was an update). I can't run an iOS app from Xamarin studio either ...
2
votes
1answer
103 views
Unable to find Mono.Data.Sqlite library
I've been developing a web app going between Monodevelop (3.0.8) on my Linux box, and Monodevelop (now Xamarin Studio 4.0.3) on my Windows machine.
I'm using Sqlite for my database and it was ...
0
votes
2answers
99 views
I get an Android.Views.InflateException when I use SetContentView (Resource.Layout.Main) that includes tabs
I get an Android.Views.InflateException when I use setContentView (Resource.Layout.Main) that includes tabs and can't understand why.
I've been trying to find others with my problem, but it seems ...
0
votes
0answers
76 views
programatically change the color of a progressbar in xamarin (android)
I'm making a android app with xamarin. I want to change the Color of the progressbar and I'm making those bar programatically (without xml)
So at this point I'm making that piece of code :
...
3
votes
2answers
137 views
card.io Mono for Android (Xamarin Studio)
Has anybody successfully created a card.io wrapper they're willing to share that can be used in a Mono for Android application or can somebody shed some light on what I'm doing wrong?
Create a new ...
6
votes
3answers
233 views
Warnings after update Xamarin Studio
I just updated Xamarin Studio the the the latest version (Xamarin.Android
Version: 4.6.4 (Business Edition)) and im receiving a lot of warnings after the update..:
...
0
votes
0answers
35 views
Macros for build commands in Xamarin-Studio
I am trying to removing all hardcoding for library and path names in my XamarinStudio project. I have not found a list of macros that can be used in build/run commands anywhere. I have been trying the ...
1
vote
3answers
218 views
Where can I download the REAL MonoDevelop Windows binaries?
The monodevelop.com website just takes me to this "Xamarin Studio" thing that has severe restrictions on the usage of the free version, and pricing that's almost as bad as Visual Studio on the paid ...
2
votes
1answer
223 views
Xamarin Studio and Mono debug issue with WebPageHttpModule
There's a lot to like about the new Xamarin Studio however every time I run my web project I run into the System.Security.SecurityException - no access to the given key.
If I continue execution and ...
3
votes
1answer
56 views
Hide certain warnings in Xamarin Studio
Is there a way that I can hide certain warnings during a build in Xamarin Studio? I have deliberately included certain class members in my solution that are deprecated and I am tired of being ...
0
votes
1answer
79 views
Insert SubView in TableView's Rows
I have made my UI through C# and not using xcode.
I have added a UITableview to my view(mainscreen) and want to insert a subview to each cell of the table.
The issue is i cant access the rows ...
0
votes
4answers
140 views
Handling UI in Xamarin.IOS
I am a new iphone developer using xamarin studios.I wanted to know if i need to learn objective-c for handling the ui in xcode?
For example,i have made a UIView(subview) in my viewcontroller(.xib) and ...
2
votes
1answer
235 views
Xamarin how it is getting the Native Look and Feel?
I am new to Xamarin. I have few confusion here.
Question:
How does Xamarin get the Native Look and Feel of the UI Components?.
Does Xamarin Provide their own Widgets [ like button, Layouts, ..].
...
0
votes
1answer
65 views
Displaying a subview on button click
I am developing an ios app in xamarin .How to display a subview(i have used xcode IB for creating a subview) when a button is clicked.Then when i click the same button, again subview must be ...
0
votes
1answer
55 views
Xamarin TableViewCell select one
I am trying to make table view cell as follows using Xamarin Studio.
public enum Category
{
Travel,
Lodging,
Books
}
I am using Monotouch.Dialog, but cannot find any element.
Any ...
0
votes
0answers
34 views
xamarin.mac hello world outlet null reference
I downloaded the sample xamarin.mac hello world project and when I try to run I get a null reference exception on the outletes when it runs. I see the outlets get properties set to them in the ...
0
votes
1answer
117 views
How to you put your Project BACK under version control when xamarin studio removes it?
I just upgraded to Lion, and then Mountain Lion, (11.75 GB of system updates according to Time Machine.) and now Xamarin Studio now says my project is no longer under version control. I don't want ...








