There may be a work around documented but I haven't found it yet but my code below using the web client isn't working in simulator but will work in the web browser. Any suggestion to get it so I can debug everything using webclient in the simulator?
I'm having the same problem with the above version when running the 12_2 WCF example on line 74 of the MainPage.xaml.cs file when trying to add a ToDo in the emulator and inside of chrome: at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request) at...
I found another bug with this build. When I run the following conditional statement in the emulator then it evaluation the email Regex perfectly but after I wait for the browser output to finish and click on the button to open the actual Output in Google Chrome, then it doesn't evaluate the Regex co...
Okay, I have re-downloaded the original code and extracted the files and changed the startup to run the WCF service first and then launch the TestCshtml5WCF project. Same Error occurred again as shown below when I try to Add a To-Do. The output of the TestCshtml5WCF file is zipped and attached below...
I have installed the 12.4 release and ran the 12.2 WCF example and everytime I go to add a To-Do in the example then I get a (500) Internal Server Error with the Trace Data shown below: at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request) at Sy...
Same Question? I thought that the next built would work with Visual Studio 2017 as noted from another post. How close are you from getting CSHTML5 to work with VS 2017?
I'm publishing my server-side code to a Linux OS. Do you have a CSHTML5 REST example connecting to a MySQL database example that can run on a standard Linux Host, such as server-side RESTful code written in Go, PHP, Python, Ruby, Perl, etc?
I also want to use it in Visual Studio 2017. What is the time-frame to have it be available as a new project selection in Visual Studio 2017? I can start the Project in Visual Studio 2015 and then open the created 2015 solution file in 2017 and it does seem to work but is more limited in the XAML vi...
Is anybody now getting the below error when running the Sample Project when you select the sample project as the new Project you want to start with? It has some JS errors when you try to resize the window to see if it will switch to the drop down menu when in a mobile width of the page. Uncaught Typ...