Search found 15 matches

Go to advanced search

by TobiasDonaubauer
Mon May 07, 2018 7:55 pm
Forum: Bug Reports
Topic: [SOLVED] WebClient exception | Windows 10 spring 2018 update
Replies: 8
Views: 17030

Re: WebClient exception | Windows 10 spring 2018 update

It fixed the issue! Thanks a lot for your support.
by TobiasDonaubauer
Fri May 04, 2018 9:31 am
Forum: Bug Reports
Topic: [SOLVED] WebClient exception | Windows 10 spring 2018 update
Replies: 8
Views: 17030

Re: WebClient exception | Windows 10 spring 2018 update

Same issue. See image

issue.png
issue.png (135.24 KiB) Viewed 16985 times
by TobiasDonaubauer
Wed May 02, 2018 5:30 am
Forum: Bug Reports
Topic: [SOLVED] WebClient exception | Windows 10 spring 2018 update
Replies: 8
Views: 17030

[SOLVED] WebClient exception | Windows 10 spring 2018 update

Since the current Windows 10 spring 2018 update, this code: var webClient = new WebClient(); webClient.Encoding = Encoding.UTF8; webClient.Headers[HttpRequestHeader.Accept] = "application/json"; throws an exception when running in the browser: Uncaught Error: Type 'System.Text.UTF8Encoding...
by TobiasDonaubauer
Fri May 20, 2016 9:01 pm
Forum: Bug Reports
Topic: Blocking GUI | Visual Studio 2013
Replies: 9
Views: 12108

Re: Blocking GUI | Visual Studio 2013

Thanks @rkmore. I tried your solution in VST 2013 and also VST 2015. None of them was actually working for me. The only thing what really works for me is always compiling the solution. While compiling UI is not blocking. I am now able to reproduce the bug: 1) open xaml file and also code behind file...
by TobiasDonaubauer
Thu May 19, 2016 10:04 am
Forum: Bug Reports
Topic: Blocking GUI | Visual Studio 2013
Replies: 9
Views: 12108

Re: Blocking GUI | Visual Studio 2013

Thanks @rkmore I have tried to use VST 2015 Community Edition. But I was unable to find 'tools, options >> text editor >> C#, Advanced and uncheck Enable full solution analysis.' What VST 2015 Edition are you using? I am really looking for a solution or workaround. I like this project but currently ...
by TobiasDonaubauer
Wed May 18, 2016 6:34 pm
Forum: Bug Reports
Topic: Blocking GUI | Visual Studio 2013
Replies: 9
Views: 12108

Re: Blocking GUI | Visual Studio 2013

My Project is getting bigger (up to 500 classes). And this problem is getting worse. Problem exists when: 1) Adding project files (always) 2) Deleting project files (always) 3) Switching from designer to code behind (not always, but very often) It takes now up to 20 seconds to execute one of this op...
by TobiasDonaubauer
Mon Feb 15, 2016 7:41 pm
Forum: Bug Reports
Topic: Blocking GUI | Visual Studio 2013
Replies: 9
Views: 12108

Re: Blocking GUI | Visual Studio 2013

Thanks for your info! It seems like that. Is it possible to turn off design-time compilation in between?
by TobiasDonaubauer
Sat Feb 13, 2016 1:42 am
Forum: Bug Reports
Topic: Blocking GUI | Visual Studio 2013
Replies: 9
Views: 12108

Blocking GUI | Visual Studio 2013

I have a problem with blocking GUI in VST 2013. I open a class and start to write something. I do not save the file. I open another class in VST 2013 and every 5 - 8 times GUI is blocking for 10 seconds. It seems to be somehow linked with the .xaml Designer and some background processes. I already t...
by TobiasDonaubauer
Sun Dec 13, 2015 9:21 pm
Forum: Bug Reports
Topic: [SOLVED] Sort not working
Replies: 2
Views: 5370

[SOLVED] Sort not working

The following code is working in simulator but not in browser: Helper Class public class SitebarItem : IComparable<SitebarItem> { public string Text { get; set; } public object Tag { get; set; } public SitebarItem() { Text = ""; } public SitebarItem(string text, object tag) { Text = text; ...
by TobiasDonaubauer
Tue Dec 01, 2015 10:59 am
Forum: Bug Reports
Topic: Failed to bind generic arguments for typeRef [SOLVED]
Replies: 5
Views: 8939

Re: Failed to bind generic arguments for typeRef

Work's now in Beta 6. Thanks!
by TobiasDonaubauer
Mon Nov 23, 2015 5:57 am
Forum: Bug Reports
Topic: Failed to bind generic arguments for typeRef [SOLVED]
Replies: 5
Views: 8939

Re: Failed to bind generic arguments for typeRef

I have tried everything but I am not able to fix the bug.

I have hosted the project here:


Maybe you can have a look at it. It immediately crashes when opening it with firefox. All other browsers are working fine.

Thanks, Tobias
by TobiasDonaubauer
Thu Nov 19, 2015 4:02 am
Forum: Bug Reports
Topic: Failed to bind generic arguments for typeRef [SOLVED]
Replies: 5
Views: 8939

Failed to bind generic arguments for typeRef [SOLVED]

I am getting following exception when starting the compiled app: Error: Failed to bind generic arguments for typeRef 'ref System.Collections.Generic.List`1[ref Infsoft.CSHTML5.Controls.API.Devices.Device]': Error: Could not find the name 'Infsoft' in the namespace '<Infsoft.CSHTML5.Controls, Version...
by TobiasDonaubauer
Fri Nov 13, 2015 2:50 am
Forum: Technical Support
Topic: DataGrid.ItemsSource
Replies: 1
Views: 3900

DataGrid.ItemsSource

I am using DataGrid.ItemsSource to set the items of a data grid. This works fine for ItemsSource.Count < 10. If I am trying to load a larger amount of items like ItemsSource.Count > 10 UI blocking is really unsatisfying. Is there any way to do it in background in order to improve the performance?
by TobiasDonaubauer
Sun Nov 08, 2015 8:50 pm
Forum: Bug Reports
Topic: TextBox.TextChanged
Replies: 2
Views: 5092

TextBox.TextChanged

TextBox.TextChanged works fine in Firefox and Google Chrome, but does not work in Internet Explorer 11.

In IE 11: TextChanged is just executed after I am doing some other interaction like clicking somewhere.
by TobiasDonaubauer
Wed Nov 04, 2015 5:37 am
Forum: Technical Support
Topic: MultiScaleImage support?
Replies: 1
Views: 3886

MultiScaleImage support?

Hi,

C#XAML is really great! Will you also support MultiScaleImage and in case, when will it be available?

Thanks, Tobias

Go to advanced search

 

 

cron