Unable to Generate a Temporary Class in Release Mode
Hi All, I'm getting a weird error when trying to build a project that references a .NET 2.0 style web service. Here's the situation: Create a new project. Make it a library to keep things simple. Right...
View ArticleBeta Channel: Xamarin.Mac 3.4.0, 15.2 Feature Preview
Please see the corresponding "Beta Release: 15.2 Preview 1" post on the Release Blog for the details about this release.
View Articleapplication is crashes and closed while clicking NSButton in Mac
Hi everyone, I have face application terminating issue from last day onwards, I have tried a lot but con't get. My scenario is I have create view controller in story board, In that view controller...
View ArticleWhat do you use for code coverage?
My team is developing a product where we need to measure code coverage. Does anyone have a solution for this? I've found XR.Mono.Cover, but I was hoping there was something more mature. Thanks in...
View ArticleWindow projects at mac
Hi guys, a project created on xamarin windows can be opened on xamarin mac ???? thank you
View ArticleXamarin Bugs
Since updating to v6.3 (build 863) Xamarin has become very buggy, slow to use and causes my Macbook pro to constantly run the fans at full pelt. The design panel never stays put. I have to select to...
View ArticleIs there an app extract the contents of winmail.dat files on Mac?
I use Mac for my works, I received a lot of winmail.dat files from the senders who are using Microsoft Outlook, but I don’t know how to extract and save it, the contents is very important for me. I...
View ArticleMemory leak in NSImage conversion when using autoreleasepool
I have a memory leak in my program where I convert a NSImage to a byte array. I tried to dispose of all variables and use an autoreleasepool: void LoadNewScreenImage() { byte[] pixels; using...
View ArticleXamarin Studio for Mac Installation Error
I have check several other threads, but nobody has touched on this specific Xamarin installation error. I'm installing Xamarin Studio on a Mac. I downloaded the dog file from Xamarin and ran it.I get...
View ArticleOxyPlot.Xamarin.Mac open few chart windows.
Hello. I have attach project. I try to create few windows with charts. When user click to Chart -> New chart from xib, I create chart from XIB file. For Chart -> New chart from storyboard, I...
View ArticleQuestion MemoryLeak
Hi, In my application, I use tabcontrollers and to switch from one tab to another, I use the DidSelect function like this: TabMedicament.DidSelect + = (object sender, NSTabViewItemEventArgs e) => {...
View ArticleWorks in DEBUG; System.NotSupportedException in RELEASE
Visual Studio Preview 9 (7.0 build 2943) Xcode 8.3.2 (8E2002) I have a set of generic classes which encapsulate a bunch of NSTable code For example, there's a NSGeneralSingleSelectionTableView which...
View ArticleIssues with using OpenTK after update of Xamarin.Mac
I've been working on a Mac program that uses OpenTK for a while now. I've recently updated to Xamarin.Mac 3.2.0.175. After updating, the following code gives an error: Error CS0433: The imported type...
View ArticleInstaller & Updater
Hi All, This is really a two-part question. I'm building an App that needs to update itself. I had wanted to use the AppStore to handle that, but it seems as though the requirements of the AppStore are...
View ArticleHow to manage the state of the menu items ?
I want to manage the state of a menu item Let’s take the example “macmenu” provided by Xamarin In app delegate.cs, the method: partial void phrasesDate (Foundation.NSObject sender) { if (textEditor ==...
View ArticleOxyPlot.Xamarin.Mac when use with dynamically created windows, windows...
In the attachment I have project. There two types of using OxyPlot.Xamarin.Mac: with storyboard, and xib. When we crate new window with chart, and move chart, window disappeared. If work with window...
View ArticleXamarin.Mac not visible in Xamarin Studio even after manual installation
Hello I'm using Xamarin Studio Community 6.3 on my Mac (OSX 10.11.6) and I can not see any reference to Xamarin.Mac or Cocoa forms when creating a new solution (see screenshot) I tried reinstalling...
View ArticleError: SecureChannelFailure (The authentication or decryption has failed.)
Hi, I'm trying to make a POST request with WebRequest on Https endpoint but this gives me exception like: System.Net.WebException "SecureChannelFailure (The authentication or decryption has failed.)"...
View ArticleXamarin.Mac linker behavior, Appstore rejection
After updating mono mdk, xamarin.mac, xamarin studio and xcode to the latest version, Apple has rejected my app with issues Performance - 2.1 Your app links against the GameKit framework but does not...
View ArticleXamarin.Mac linker behavior, AppStore rejection
After updating mono mdk, Xamarin.Mac and XCode to recent versions, I've released an app to Appstore, but it was rejected with errors Performance - 2.1 Your app links against the GameKit framework but...
View Article