Search found 6 matches

Go to advanced search

by boonec6
Mon Oct 31, 2016 6:37 am
Forum: Technical Support
Topic: WebClient JavaScript Error
Replies: 0
Views: 12059

WebClient JavaScript Error

I'm trying to make a WebClient call, but I'm receiving an error when testing it in the browser or on a device. Unhandled exception at line 0: Script error. More details can be found in the JavaScript Console output. My block of code is: public string getParent(string creds) { string json1 = "{\...
by boonec6
Thu Oct 27, 2016 12:36 pm
Forum: Extensions and Plugins for CSHTML5
Topic: JSON Serializer/Deserializer Extension for CSHTML5
Replies: 20
Views: 276273

Re: JSON Serializer/Deserializer Extension for CSHTML5

I think I came up with a workaround (admittedly, not a good one) by doing

Code: Select all

response = response.Replace("Est. GP % (Number Only)", "estgppcnt");


But now I'm running into the issue that the deserialization breaks if there are null values. Is there a way to get around that?
by boonec6
Thu Oct 27, 2016 7:54 am
Forum: Extensions and Plugins for CSHTML5
Topic: JSON Serializer/Deserializer Extension for CSHTML5
Replies: 20
Views: 276273

Re: JSON Serializer/Deserializer Extension for CSHTML5

Sorry if this is a ridiculous question - I've got limited programming knowledge that I tend to gather just as I need it. I have been using C# to make web service call and deserialize the JSON through JSON.Net, but that's obviously not possible with C#/XAML. The web service I'm working with uses spac...
by boonec6
Thu Dec 10, 2015 9:05 am
Forum: Technical Support
Topic: No Default Content Property
Replies: 5
Views: 8498

Re: No Default Content Property

Simple enough! Thank you. Hopefully I can finish out this test run. I'm loving the product so far. :D
by boonec6
Thu Dec 10, 2015 8:50 am
Forum: Technical Support
Topic: No Default Content Property
Replies: 5
Views: 8498

Re: No Default Content Property

Thanks for the quick response! <Page x:Class="JobProfitAnalyzer.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:JobProfitAnalyzer" xmlns:d="http://schema...
by boonec6
Thu Dec 10, 2015 8:45 am
Forum: Technical Support
Topic: No Default Content Property
Replies: 5
Views: 8498

No Default Content Property

Hi, I'm just trying to get started with a pretty basic page. So far all I'm trying to do is create a 2 column grid, containing TextBlocks in the first column, and TextBoxes in the second column. It renders as expected in the preview pane, but when I try to Debug, I receive the error: Error 1 C#/XAML...

Go to advanced search

 

 

cron