Page 1 of 1

v1.1.3 released! (bug fixes)

Posted: Wed May 09, 2018 8:44 am
by JS-Support @Userware
Dear CSHTML5 users,

We are pleased to inform you that the version 1.1.3 of C#/XAML for HTML5 - the extension for Visual Studio that lets you build cross-platform HTML5 apps in standard C# and XAML - is available for download!


DOWNLOAD:
CSharpXamlForHtml5_v1_1_3.zip
(61.04 MiB) Downloaded 658 times

Learn More about C#/XAML for HTML5.


Here is what's new since v1.1.2:
  • Fixed an issue with the WebClient class and Encoding.UTF8 after the Windows 10 spring 2018 update (see this topic)
  • Fixed an issue that prevented the ComboBox from working properly when its ItemsSource was bound to a collection

We are also working on many other features and we will release them as soon as they are ready.


You may also be interested to read:

Notes about installation:
  • Before installing this update, it is recommended that you close all the open instances of Visual Studio.
  • If for some reason you need to revert to a previous version, simply uninstall this one (from the Control Panel) and reinstall the previous version.

We hope you will enjoy this build! If you find any issues, please post them on the forums or send an email to support@cshtml5.com

Thank you.
Regards,
JS-Support

Re: v1.1.3 released! [Download] (bug fixes)

Posted: Fri May 25, 2018 2:23 am
by JS-Support @Userware
[HOTFIX 1]

Here is an optional hotfix for those of you who get a browser error that says "Error: The name 'Microsoft.Win32.Win32Native+FILE_TIME' does not exist." (Note: the hotfix does not apply to projects of type "SL Migration"):

1. Download the following ZIP file:
CSHTML5 v1.1.3 hotfix1.zip
(76.84 KiB) Downloaded 553 times

2. Extract it to your disk

3. Copy the file "CSharpXamlForHtml5.Compiler.dll" from the extracted file into the following folder:
C:\Program Files (x86)\MSBuild\CSharpXamlForHtml5\InternalStuff\Compiler

Make sure to replace the existing file. If there is no file to replace, you are probably copying it to the wrong location.

4. Rebuild your project.


Thank you.
Regards,
JS-Support