当我们加载项目以后如果出现以下项目提示 处理方式如下: 解决方案右键->options 配置->configuration mappings->勾选构建的ios项目 项目右键->set as startup project 重新生成解决方案ok结束了.…
Problem: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "Your DLL name", "AMD64". This mismatch may cause runtime failures. Please con…
原文地址 http://www.cliffordroche.ca/monodevelop-4-xamarin-studio-debugging-in-unity/ MonoDevelop 4 (Xamarin Studio) Debugging for Unity 13 Replies This weekend I took some time to try and port the MonoDevelop.Debugger.Soft.Unity addins to Xamarin Studio…
Xamarin XAML语言教程使用Xamarin Studio创建XAML(二) 使用Xamarin Studio创建XAML Xamarin Studio和Visual Studio创建XAML文件一样,也分为两种创建方式.第一种是创建项目后再创建XAML文件,第二种是创建项目时创建XAML文件.以下对这两种方式进行详细介绍. 1.创建项目后再创建XAML文件 以下我们将以创建项目Hello为例,为开发者讲解创建项目后创建XAML文件的具体操作步骤: (1)在计算机上找到Xamarin St…
本文转自:http://www.codeproject.com/Reference/720512/List-of-Visual-Studio-Project-Type-GUIDs There isn't an easy way to change the type of a project in Visual Studio project once it is created; for example changing a C# Class Library into a Portable Cla…
Xamarin Studio 是一个Mono的跨平台 IDE(Integrated Development Environment),支持Wiindow和Mac,最新发布的5.2 版本支持ASP.NET 5.1.2和Nuget.具体参看http://developer.xamarin.com/releases/studio/xamarin.studio_5.2/xamarin.studio_5.2/,下面摘录ASP.NET 和Nuget 的特性: NuGet 增强功能 Xamarin 3 为Xa…
看过好多帖子都是Win环境装XS,Mac只是个模拟器,讲解在Mac环境下如何配置Xamarin Studio很少,也是一点点找资料,东拼西凑才把Xamarin Studio装在Mac上跑起来,如下: 看起来和Xcode差不多是吧,相比体验性还是没Xcode好,毕竟原生苹果爸爸自己做的.. 好了 ,首先先要下载一个Xamarin Studio For Mac 最好下最新版的,反正迟早也会更新,我用的是5.2的升级到最新的 点开后发现打不开,这是因为需要一个pkg,这个pkg叫MonoFramewo…
android studio 导入一个已有的android studio project作为lib使用 新项目来了. 需要搭建框架. android studio对我来说还是很陌生,之前一个项目在同事的帮助下搭建了环境,完全蒙查查, 所以准备将这次搭建过程尽可能描述的详细一些,以备以后不时之需. 1.新建一个空白project 2.app文件夹下新建projectlibs文件夹 3.复制需要导入的project(例如名称为xandroidlib) 4.修改settings.gradle文件:in…
最近对Xamarin很感兴趣,就下班抽空在家里的电脑上进行配置,于是乎出现了各种问题,对此进行总结. 1. Cannot find `aapt.exe`. Please install the Android SDK Build-tools package with the `D:\Android\adt-bundle-windows-x86_64-20140702\sdk\tools\android.bat` program. 根据提示,我找到了android.bat,各种点击,发现还是不行.…
问题: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:create (default-cli)  on project standalone-pom: Unable to parse configuration of 3:  mojo org.apache.maven.plugins:maven-archetype-plugin:2.4:create for parameter…
之前谈到"TypeScript的崛起",今天推荐的文章又再次支持了这一观点--Xamarin Studio也开始支持TypeScript的开发. 一个语言是否能够崛起,很重要的一个方面就是开发工具的支持.Visual Studio的支持自然不在话下,且微软最近也发布了TypeScript 1.4的工具包.而WebStorm之前也支持了TypeScript的开发. Xamarin Studio对TypeScript的支持主要通过插件来实现,可以: 在保存和构建的时候编译TypeScrip…
在 Windows 操作系统可以正常读取网络上的 https 数据流,在 Linux 操作系统中会失败:http://www.cnblogs.com/skyivben/archive/2012/03/11/2389813.html这个问题,有人遇到过么? @joes  看那篇文章 有一句出错信息 "Invalid certificate received from server", 可能是服务器证书的问题吧 http://www.mono-project.com/FAQ:_Securi…
使用模拟器进行调试十分麻烦,而且速度很慢,手头上有手机一台正好做测试机器,不过一直无法连通电脑. 百度了一番才知道,首先要在连接时候选择: PC 助手(HiSuite) 这样会加载一个类似驱动盘的资源,点击运行会下载对应驱动,更新了驱动以后电脑便可以识别该设备. 同时记得要设置手机允许调试. 最后在Xamarin Studio 的Debug里面选择手机设备即可. PS: 对于其他手机应也类似,需要安装驱动,可以尝试使用驱动精灵. 如果打开设备管理器也会发现未识别的Android设备.…
原文:Xamarin Studio Android 配置 C#依托于mono平台可以实现Unix平台服务器端开发已经不是什么新鲜事了,而Xarmain公司(初始成员大多来自原Mono.MonoTouch.Mono For Android成员)继续将C#的先进性带到了移动平台 —— 这也不是新鲜事了!但是国内的学习资料却很少,倒是有培训班已经看准了这个赚钱的机会,CSDN应该是和Xamarin有合作在国内率先开始了Xamarin移动跨平台开始的课程(避免广告嫌疑,我就不贴地址了),虽然说我作为一个…
原文:http://tekeye.uk/android/export-android-studio-project 如果嫌复制出来的项目太多,可以用文后的批处理删除一些文件,Android studio再次打开时会重建gradle的. Google首选的开发Android应用程序的集成开发环境(IDE)是Android Studio.有时app需要在PC之间移动,可能有以下几个原因,包括: 将开发代码复制给新的程序员. 将代码移动到另一台计算机或开发环境. 分发演示,示例和培训源代码. Goog…
今天在尝试 Mac 下使用 Xamarin Studio (以下简称XS) 开发 Asp.Net Mvc 项目,发现XS没启用版本控制,故自己去命令行下使用 git init,想到需要一个.gitignore文件.于是在github上翻到一个不错的库: A collection of useful .gitignore templates 里面都是各种类型的项目使用git时所需要的gitignore文件,可以直接拿来用哦- 但是很可惜,没发现适用于XS的! 于是拿了VisualStudio.gi…
我们选择用xamarin studio来测试,如果你直接进xamarin的官网,那么会有一个更好看的网站和更复杂的流程(比如需要注册),我们直接到mono项目找mac的支持吧,点此进入 相关sdk和app都安装好后,进入xamarin studio(如果有更新,那就更新一下),我们建一个asp.net mvc3项目(时至今日,mvc已经是5.1了,这个待会说) 项目建好后,我们发现有两个引用找不到文件:system.web.helpers和system.web.webpages,网上有让你从ga…
I love developing software on my MacBook Air! I got the latest version with the maximum possible specifications (i7, 8GB internal mem, 512GB SSD disk) so it works better than anything I ever had! One of the things i was missing (a  lot) while develop…
There are several instructions on how to connect to TFS Git from Xamarin Studio if you're using the Team Foundation Service. We have locally installed TFS 2013 which also has Git support, but Xamarin Studio is unable to connect to it with the followi…
在Android Studio中,可以在左上角切换项目的目录结构,project,android,等,一般切换project选项,会显示工程目录,但是,有时候就突然没有对应工程目录了.如下: 其实,看箭头就知道问题所在了,是因为工程的module有问题. 解决方案: 打开 File > Project Structure > Project Settings > Modules.选择➕,添加新的或者已经存在的module就可以了. 本质原因是工程对应.xml配置文件没有保存,比如工程名字…
1. Install .NET Core 2.0 SDK .https://www.microsoft.com/net/download/core 2. Install Android 7.1 (API 25) SDK. 3. New .NET Standard Project With Nuget Update:Microsoft.EntityFrameworkCore.2.0.0Microsoft.EntityFrameworkCore.Sqlite.2.0.0Xamarin.Forms.2…
现象:点击无响应 解决:Configure -> Project Defaults -> Project Structure -> Platform Settings (SDK) choose the Android SDK…
公司wpf项目移植到mac,用到mono来进行重写,不会,自己开搞 首先一个问题Xamarin怎么读,xaml熟悉吧,xaml读作Zamel,xamarin也就读作Zamerin,恩,就是它了... 首先安装 http://monodevelop.com/Download 来一个连接,上面什么都有,一步步去装吧 安装时候可能会遇到这样的问题: \Software\Classes\mdoc value key can't write 大体就是这个意思,鄙人遇到过,尼玛,整个公司就拓麻我一个人遇到了…
开某工程Hibernate配置文件时出现提示,信息大概如标题. 根据网友提供,选中工程,点击MyEclipse-->Project capabilities-->add hibernate capabilities -->next-->hibernate config file --> existing -->选择现有工程存在的hibernate配置文件--> next --> 不生成factory class --> end 从加载的包中可以看到My…
公司做跨平台项目,用XamarinStudio 开发mac版本,语法还是C#,但是,尼玛XamarinStudio的控件就是坑爹啊. 其他的暂时不累赘,笔者画界面,一堆控件放到一个界面上,当超出屏幕时候,会出现竖直滚动条,当你鼠标想中键滚动时,悲剧来了,尼玛,鼠标放在一个SpinButton时候,它的值自动开始滚动,我屮艸芔茻 来来来,重写. [System.ComponentModel.ToolboxItem(true)] public class SpinButtonEx : Gtk.Spi…
你喜爱的 IDE,现在可用于 Mac 来自:https://www.visualstudio.com/zh-hans/vs/visual-studio-mac/ 惊不惊喜?意不意外?惊喜但不意外,因为在 Visual Studio for Mac 之前,已经有了 Visual Studio Code for Mac,那时候我们还以为 Visual Studio Code 就是 Visual Studio 的跨平台版本,但事实微软并不是这样想的,Visual Studio Code 相对于 Vis…
Visual Studio for Mac 初体验   你喜爱的 IDE,现在可用于 Mac 来自:https://www.visualstudio.com/zh-hans/vs/visual-studio-mac/ 惊不惊喜?意不意外?惊喜但不意外,因为在 Visual Studio for Mac 之前,已经有了 Visual Studio Code for Mac,那时候我们还以为 Visual Studio Code 就是 Visual Studio 的跨平台版本,但事实微软并不是这样想…
OpenGL ES 2.0 Support Marmalade supports the Open GL ES 2.0 Graphics API on Windows Phone 8 using a GL ES -> DirectX translation layer. It is not necessary to use the DirectX Graphics API directly. With Marmalade you can use GL ES directly (See s3eGL…
Windows Communication Foundation (WCF),formerly code-named “Indigo,” is Microsoft’s platform for Service-Oriented Architecture (SOA),designed for building distributed service-oriented applications for the enterprise and the web. WCF was released with…
https://msdn.microsoft.com/en-us/library/bb166577.aspx Solution configurations store solution-level properties. They direct the behavior of the Start (F5) key and Buildcommands. By default, these commands build and start the debug configuration. Both…