Hi,
I cant debug typescript of QuickApp.Pro within Visual Studio 15.6.6
Trying with 2 browsers
Internet Explorer version 11 and
Chrome Version 65.0.3325.181 (Official Build) (64-bit)
I am not sure if it is connected but i cant also see any connection in the Browser Link when debugging the project
I am also tried to activate browserlink with inserting
app.UseBrowserLink();
line into the startup.cs file's Configure function but it is resulted with an
HTTP ERROR 500
By the way if I create a new project in visual studio with the option;
New ASP.NET Core Web Application
ASP.NET Core 2.0
Angular
then I can debug sample project's typescript without any problem
Can anyone give some advice about that problem ?
Thanks...
Hi,
I cant debug typescript of QuickApp.Pro within Visual Studio 15.6.6
Trying with 2 browsers
Internet Explorer version 11 and
Chrome Version 65.0.3325.181 (Official Build) (64-bit)
I am not sure if it is connected but i cant also see any connection in the Browser Link when debugging the project
I am also tried to activate browserlink with inserting
app.UseBrowserLink();
line into the startup.cs file's Configure function but it is resulted with an
HTTP ERROR 500
By the way if I create a new project in visual studio with the option;
New ASP.NET Core Web Application
ASP.NET Core 2.0
Angular
then I can debug sample project's typescript without any problem
Can anyone give some advice about that problem ?
Thanks...