Install previous version of MonoTouch - xamarin.ios

Yo,
I've installed the brand new (updated) version of MonoTouch 5.4. And things not compile anymore in my code, call of ctors AVPLayerItem, AVAssetReader and AVAssetWritter... That I do not want to change the next few days. So my question: How to install back MonoTouch 5.3.6?
Cheers, Patrick

Support (support#xamarin.com) should be able to give you links to download previous beta versions.
If you want a stable version (MonoTouch 5.2.13 for instance), you can download it yourself from your Xamarin Store account.

Related

installing RC0 of kendo ui angular 2

I've been testing the beta version, but since yesterday, the new RC came out, I've been trying to install it.
I have checked the version in the package.json, deleted it from there, and the directory in node_modules, and then reinstalled from npm again,
but it looks like i'm on the same version, and the version number does not have RC in it.
how do I know I have the RC version and not an old one? is there a list somewhere with the version numbers in NPM?
thanks
You need to have an active Telerik account with either a license or a trial. Please check this page:
http://www.telerik.com/kendo-angular-ui/getting-started/

Monodevelop crash on create new GTK# project

I just have installed monodevelop from Debian (sid) repository and I am actually unable to use it. When I try to create new gtk# project, it crashes immediately:
http://pastebin.com/FN6htN48
Do you have any idea how to make it working?
I was getting this same error from the Debian package monodevelop (Version 5.10). I found this bug report, and a reply from the developers https://bugzilla.xamarin.com/show_bug.cgi?id=57533:
Thanks for the bug report. MonoDevelop 5.10 is pretty old and
deprecated, although many distributions are still shipping it.
You can find an updated MonoDevelop version at
http://www.monodevelop.com/download/linux/, there is a preview build
available via flatpak or you can get a more recent MD 6.0 (still
deprecated) from our package repository
(http://www.mono-project.com/download/#download-lin-debian).
I did the above, got version 7.5 Preview, and this particular issue was fixed.

Can't update hot tuna ios dialog support to version 3.5

When I try to update or to install dialog support package I get the error:
Could not install package 'MvvmCross.HotTuna.Touch.Dialog 3.5.0'. You are trying to install this package into a project that targets 'MonoTouch,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
The issue is you are still targeting the old 32 bit only iOS api (the MonoTouch.dll). All apps being written for the store must support 64 bit and 32 bit (Xamarin.ios.dll).
You can I believe get a build of mvvmcross 3.5 that will support the old apis, but I'd look at upgrading your project to support the new iOS apis. Xamarin produce some good docs here: http://developer.xamarin.com/guides/cross-platform/macios/32-and-64/.
This goes without saying but make sure you have everything in source control first before upgrading just in case. Once you have upgraded you should upgrade all mvvmcross components to 3.5

Where to download the previous SDK for CRM 2011 v 5.0.12?

Currently searching for CRM 2011 SDK always seems to yield this download page, which is the most current version of the SDK (As of this post, its version 5.0.13 for rollup 12). We are going to be installing rollup 11, on our prod boxes this month. I'd like to get the previous version of the SDK, but have been unable to find it. Does anyone happen to have a link to the 5.0.12 version of the SDK?
I had to downgrade recently and used this link. And I'm not sure if a newer version is recommended. Definitely not UR12.
And for UR11, it's probably this link.
Is that what you're looking for?

Create Upgrade Patch For InstallShield Installer

For our latest release, we want our customers to only download an upgrade patch of our applications and instead of uninstall and re-install all the process will be done by upgrader patch but I know nothing about this even after I googled it! Where to start guys? Note that our new release includes database upgrade as well as production code!
We are using .NET 4.0, Visual Studio 2010, C# and VB.NET in our software.
I might be a bit late to the party but hopefully this post helps anybody else who is looking for this answer.
You can use the 'Patch Design' method to create patches. You can find it in Installation Designer tab under Media.
For this you will need the latest build (msi/exe) and one or more previous build(s). In 'Patch Design' add a new patch configuration. From there you can specify latest version and previous version(s) of your setup file. If you are using Express version then you will need uncompressed build for both latest and previous. If you have Professional version then it can decompress it for you.
After this, just hit Build Patch and it will create a update.exe with only differences between latest and previous builds. It is quite smart in a way where it will only add the binary differences.
Good luck.

Resources