Search found 8 matches

Go to advanced search

by hamishebahar
Tue May 29, 2018 2:23 am
Forum: Bug Reports
Topic: [SOLVED] DefaultIfEmpty on javascript show error
Replies: 2
Views: 9444

[SOLVED] DefaultIfEmpty on javascript show error

Hi, when use DefaultIfEmpty in emulator mode works fine but javascript show me error. check this example: List<Tuple<string, int>> tuples = new List<Tuple<string, int>>(); MessageBox.Show(tuples.Where(x => x.Item1 == "test").Select(x => x.Item1).DefaultIfEmpty("empty").FirstOrDef...
by hamishebahar
Sat Apr 28, 2018 12:56 am
Forum: Bug Reports
Topic: Serialize long value in json and deserialize on server
Replies: 1
Views: 8273

Serialize long value in json and deserialize on server

Hi, I'm using cshtml5 in my client and my server is fully c# code,for json serialize and deserialize on server i'm using json.net. Problem is when I serialize long value to json in cshtml5 it will create an object "{"a":1000,"b":0,"c":0}" i cannot deserialize ...
by hamishebahar
Fri Feb 23, 2018 11:21 pm
Forum: Bug Reports
Topic: [SOLVED] DateTime.MaxValue not work on browser
Replies: 1
Views: 8893

[SOLVED] DateTime.MaxValue not work on browser

Hi,
DateTime.MaxValue in browser not showing true value.
just test this code:

Code: Select all

MessageBox.Show(DateTime.MaxValue.ToString());
by hamishebahar
Sun Feb 18, 2018 12:34 am
Forum: Bug Reports
Topic: [SOLVED] textbox with fixed size and with BorderThickness is not true position?
Replies: 2
Views: 5674

[SOLVED] textbox with fixed size and with BorderThickness is not true position?

Hi, I'm testing to create a text box and textblock fixed size in my view page,but there is problem for rendering TextBoxes.I set fixed size for my textboxes and texblocks but texboxes are bigger than textbocks and I found that problem is for BorderThickness property of textbox,when i set BorderThick...
by hamishebahar
Sat Feb 17, 2018 11:41 pm
Forum: Bug Reports
Topic: [SOLVED] cannot initialize designer and get "not support" error
Replies: 3
Views: 8201

Re: cannot initialize designer and get "not support" error

Hi, The issue is supposed to have been fixed in Beta 8.3 and above, available at: http://forums.cshtml5.com/viewtopic.php?f=6&t=5498 Can you please let me know if fixed the issue for you? If not, it may be that the XAML editor of WPF is appearing instead of the one for CSHTML5. In that case, co...
by hamishebahar
Sat Feb 17, 2018 11:38 pm
Forum: Bug Reports
Topic: Freezing Simulator UI when using callback from javascript to csharp
Replies: 1
Views: 4873

Freezing Simulator UI when using callback from javascript to csharp

Hi,I'm posting a data from javascript and getting result from javascript to csharp,when I'm using this from simulator it is going to freez Simulator UI but browser is working fine. here is my code: public static class SignalGoHelper { public static string HostUrl { get; set; } = "http://host.co...
by hamishebahar
Sat Feb 17, 2018 11:31 pm
Forum: Bug Reports
Topic: BusyIndicator usercontrol not work in visual studio designer
Replies: 1
Views: 4540

BusyIndicator usercontrol not work in visual studio designer

Hi,
I'm getting Error "Unable to previow this element" in visual studio 2017 desing time when I'm using my custom busyindicator control.[img]
Untitled.png
[/img]
by hamishebahar
Sun May 22, 2016 3:04 am
Forum: Bug Reports
Topic: [SOLVED] cannot initialize designer and get "not support" error
Replies: 3
Views: 8201

[SOLVED] cannot initialize designer and get "not support" error

Hi,
i created new empty project, i can run my project but i cannot see my project in visual studio 2015 update 2 designer,
i get error:
Page is not supported in a Windows Presentation Foundation (WPF) project,
see attachment image.

Go to advanced search

 

 

cron