Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Wed Jun 29, 2016 9:34 am
Forum: Bug Reports
Topic: Error in WCF reference call when run in browser
Replies: 11
Views: 14402

Re: Error in WCF reference call when run in browser

Hi Péter, Yes, we have been able to successfully reproduce the issue with your "Reference.cs" file. It appears that the "service reference" was created while the service did not have the "[XmlSerializerFormat]" attribute. Can you please double-check that the service has...
by JS-Support @Userware
Tue Jun 28, 2016 3:42 am
Forum: Bug Reports
Topic: Error in WCF reference call when run in browser
Replies: 11
Views: 14402

Re: Error in WCF reference call when run in browser

Received it. Thanks. We are going to look into it.
by JS-Support @Userware
Mon Jun 27, 2016 11:55 pm
Forum: Bug Reports
Topic: Error in WCF reference call when run in browser
Replies: 11
Views: 14402

Re: Error in WCF reference call when run in browser

Hi, We saw this error in the past on VS 2015 only (not on VS 2012/2013). It was supposed to be have been fixed, but apparently we need to look again into it. Can you please send us (either as an attachment to this topic, or to support@cshtml5.com) the file "Reference.cs" that is located in...
by JS-Support @Userware
Sun Jun 26, 2016 8:01 am
Forum: Bug Reports
Topic: canvas problem
Replies: 11
Views: 15595

Re: canvas problem

Hi,

We were able to reproduce the problem. It will be fixed in the upcoming Beta 8.3, in a few days.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Mon Jun 20, 2016 3:24 am
Forum: Technical Support
Topic: Error on mobile browser(s) ?
Replies: 6
Views: 7887

Re: Error on mobile browser(s) ?

Thank you.
by JS-Support @Userware
Mon Jun 20, 2016 1:52 am
Forum: Technical Support
Topic: Error on mobile browser(s) ?
Replies: 6
Views: 7887

Re: Error on mobile browser(s) ?

Hi, Thanks a lot. we are attempting to pinpoint the cause of the issue. Could you please let me know the following information: - your Android device model (eg. Galaxy S7...) - your Android OS vesion (eg. Android 4.2.2) - your Chrome version (eg. Chrome 51.0.2704.77) Thank you. I will keep you updat...
by JS-Support @Userware
Sat Jun 18, 2016 2:00 am
Forum: Technical Support
Topic: Error on mobile browser(s) ?
Replies: 6
Views: 7887

Re: Error on mobile browser(s) ?

Hello and welcome to the forums. There appears to be a regression in Beta 7.3 and newer that prevents running properly under Chrome for Android. We are looking into the issue. In the meantime, if you need support for Chrome for Android, you must downgrade to Beta 7.2, which you can download at the b...
by JS-Support @Userware
Wed Jun 15, 2016 7:48 am
Forum: Bug Reports
Topic: [SOLVED] Restore links to previous versions
Replies: 2
Views: 5447

Re: CRITICAL! Restore links to previous versions

OK, we have restored the link. You can download it from:

http://forums.cshtml5.com/viewtopic.php?f=6&t=273&p=601

Thanks
JS-Support
by JS-Support @Userware
Wed Jun 15, 2016 6:55 am
Forum: General Discussion and Other
Topic: Dynamic Binding - in code [SOLVED]
Replies: 5
Views: 10633

Re: Dynamic Binding - in code

Hi, OK, we looked into the issue. Please use "SetBinding" instead of "Binding", and do not set the "Source" of the binding because it will automatically be set to each grid row. Here is the code that works fine: //Debug start Binding binding = new Binding("Name&quo...
by JS-Support @Userware
Mon Jun 13, 2016 11:49 pm
Forum: Bug Reports
Topic: canvas problem
Replies: 11
Views: 15595

Re: canvas problem

Hi, Glad to know that the issue with lines is now fixed. For RenderTransform, you can fix it by using the expanded form in XAML, like this: <TextBlock ................> <TextBlock.RenderTransform> <CompositeTransform ................/> </TextBlock.RenderTransform> </TextBlock> Where you need to repl...
by JS-Support @Userware
Mon Jun 13, 2016 12:08 am
Forum: Bug Reports
Topic: canvas problem
Replies: 11
Views: 15595

Re: canvas problem

Hi,

Can you please try with Beta 8.2 ? It is supposed to improve accuracy of <Path/> control:

http://forums.cshtml5.com/viewforum.php?f=6

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Sat Jun 11, 2016 8:22 am
Forum: Extensions and Plugins for CSHTML5
Topic: C# JSON Deserializer
Replies: 8
Views: 22325

Re: C# JSON Deserializer


A new extension based on the native JavaScript methods "JSON.stringify" and "JSON.Parse" is now available at the following URL:

http://forums.cshtml5.com/viewtopic.php?f=7&t=5478


Thank you.
The CSHTML5 Team
by JS-Support @Userware
Sat Jun 11, 2016 8:20 am
Forum: Extensions and Plugins for CSHTML5
Topic: JSON Serializer/Deserializer Extension for CSHTML5
Replies: 20
Views: 276880

JSON Serializer/Deserializer Extension for CSHTML5

Dear CSHTML5 users, We are pleased to inform you that we have released an open-source extension for CSHTML5 that adds JSON serialization/deserialization support! If you are new to the concept of Extensions for CSHTML5, you can read more here . UPDATE (January 21, 2021): Fixed NotSupportedException w...
by JS-Support @Userware
Sat Jun 11, 2016 7:16 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 8.2 of C#/XAML for HTML5 released
Replies: 2
Views: 9503

Beta 8.2 of C#/XAML for HTML5 released

Dear CSHTML5 users and forum members, We are pleased to inform you that the Beta 8.2 of CSHTML5 is available for download! You will find it in the "Attachments" section after this message. New Features and bug fixes since Beta 8.0: ⋅  Support for JSON Serializer/Deserializer exte...
by JS-Support @Userware
Wed Jun 08, 2016 6:37 am
Forum: General Discussion and Other
Topic: new Page
Replies: 1
Views: 6366

Re: new Page

Hi,

It works the same as in UWP, WPF, Silverlight, and Windows Phone. Please refer to the following topic for details:

http://forums.cshtml5.com/viewtopic.php?f=2&t=126

Thanks,
Regards,
JS-Support
by JS-Support @Userware
Wed Jun 08, 2016 6:26 am
Forum: General Discussion and Other
Topic: (Beginner) MainPage.xaml cannot be edited in the Design view
Replies: 4
Views: 13072

Re: (Beginner) MainPage.xaml cannot be edited in the Design view

OK, thanks for the response. We are going to try to reproduce and fix the issue. I will keep you updated.

Regards,
JS-Support
by JS-Support @Userware
Wed Jun 08, 2016 6:25 am
Forum: General Discussion and Other
Topic: Dynamic Binding - in code [SOLVED]
Replies: 5
Views: 10633

Re: Dynamic Binding - in code

Hi,

Welcome to the forums.

This is supposed to work already. Can you please post some minimal source code to reproduce the issue?

Thanks,
Regards,
JS-Support
by JS-Support @Userware
Wed Jun 08, 2016 6:24 am
Forum: Technical Support
Topic: Determine the Browser [SOLVED]
Replies: 2
Views: 4733

Re: Browser

Hi,

You can get browser information by using the following C# code:

Code: Select all

string browserInformation = Interop.ExecuteJavaScript("navigator.userAgent").ToString();


Regards,
JS-Support
by JS-Support @Userware
Wed Jun 08, 2016 6:21 am
Forum: Technical Support
Topic: Invalid markup error [SOLVED]
Replies: 7
Views: 15593

Re: Invalid markup error

Thank you Richard for the response. OK, we are going to try to reproduce and fix those issues. It seems that the XAML Editor raises some errors which are misleading. You can safely ignore them. To see only the "real" errors, close any open XAML document, and recompile the project. Only the...
by JS-Support @Userware
Tue Jun 07, 2016 4:42 am
Forum: Technical Support
Topic: Invalid markup error [SOLVED]
Replies: 7
Views: 15593

Re: Invalid markup error

Hi,

1. Do the errors remain also when you close any open XAML Editor tab ?

2. What is the exact version/update number of your VS 2015 version? (you can read it from the menu Help -> About Microsoft Visual Studio)

Thanks,
Regards,
JS-Support

Go to advanced search