Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
202 views

I just use the autogenerated example xamarin Application in VisualStudio 2022 (V17.3.7). I can compile and download the App to the iPhone. The application allows to start, but immediatelly after I get ...
Frank's user avatar
  • 21
0 votes
1 answer
49 views

I have a Vue3 project(setted up using vue-cli and run as npm run serve) which need a const to be defined so that all services can use it. so my main.js has this constant // main.js import { createApp }...
KMG's user avatar
  • 1,531
0 votes
1 answer
1k views

I have been struggling setting up a new project for weeks. Desired project properties: Goals: Springboot 2.7.3 Kotlin and Gradle Java 18 or Kotlin SDK MySQL Latest Gradle Latest IDE Intellij Latest ...
gunslingor's user avatar
  • 1,525
2 votes
0 answers
2k views

I am hoping someone came across this before. I am using VS 2022 (17.3.3), and debugging a Blazor web server project. It has been working fine for a long time, but I recently changed a few options, ...
Jay Imerman's user avatar
  • 4,680
-2 votes
2 answers
998 views

Environment: React18, redux-toolkit (createAsyncThunk), no StrictMode. I have useEffect in App.tsx of my application. App.tsx is a child of index.tsx where store defined. useEffect(() => { ...
MadaShindeInai's user avatar
0 votes
0 answers
362 views

I've just switched to Payara Micro platform from Glassfish and everything looks fine so far except non-working hot redeployment. Even compile on save option doesn't work, so in order to get my changes ...
Sogawa-sps's user avatar
0 votes
0 answers
270 views

When I open app in realease mode the tab bar view does not render itself until I click on search field that rebuild the widget then it works body: Column( children: [ XEappBar( ...
Muhammad Muddassar's user avatar
0 votes
3 answers
3k views

I followed the instructions from the documentation: Homestead: https://laravel.com/docs/9.x/homestead#installation-and-setup Breeze with Vue and inertia: https://laravel.com/docs/9.x/starter-kits#...
sicreep's user avatar
  • 90
3 votes
3 answers
2k views

Before reporting to Microsoft I want to ask here. I have a problem that I cannot see Live Visual Tree of my WinUI 3 application. I cannot even see the in-app toolbar. I can see both in WPF and UWP ...
benderto's user avatar
  • 921
14 votes
3 answers
14k views

I'm trying the new bun platform (v0.1.6) with Hono. The steps I've followed: bun create hono test-api cd test-api bun dev Then the server shows this message: $ bun dev [1.00ms] bun!! v0.1.6 Link: ...
Roberto's user avatar
  • 9,200
4 votes
2 answers
4k views

I'm developing an ASP app on Visual Studio 2022. Hot Reload saves a lot of time but it has an additional feature on Visual Studio that automatically refresh the browser after applying changes. As most ...
HamedH's user avatar
  • 3,333
3 votes
0 answers
641 views

I'm trying to convert a project from maven to gradle, but I'm having trouble getting hot reloading to work the same way. I can't show the actual project so I've created two identical very simple ...
Perry Olsson's user avatar
2 votes
1 answer
2k views

I've seen a bunch of tutorials on Youtube where they just run a ASP.NET template project, and the hot reload button shows up next to the 'Start Without Debugging' button on the top panel. I do not ...
Marko Grdinić's user avatar
3 votes
0 answers
262 views

I cannot use hot reload or any of the "edit and continue" features of Visual Studio 2022 when working with a .NET 6, ASP.NET Core 6 MVC site that I used "Visual Studio Container Tools&...
Ken Brannigan's user avatar
0 votes
1 answer
162 views

After making updates on default.vue the browser reports"[HMR] Waiting for update signal from WDS..." indefinitely. Reloading the browser does not help. Eventually I have to restart gridsome ...
AlexHill's user avatar
12 votes
2 answers
4k views

My Issue I am using Visual Studio Professional 2022 version 17.2.5 and I have a Blazor Server project, targeting .NET 6, where the Hot Reload feature is giving me a headache. This feature works fine ...
Frosch's user avatar
  • 421
-1 votes
1 answer
2k views

As the title states, I am working with a dockerized Flask app with Gunicorn, but the hot reload is not working. I know I have to map the local file system to that of the container, so that it is aware ...
Xar's user avatar
  • 8,030
2 votes
0 answers
956 views

I've been playing around with .NET MAUI for a few days now. .NET MAUI cancelled the XAML-Designer and fully relies on the XAML Hot Reload feature when developing the GUI of the application. ...
walkslowly's user avatar
3 votes
0 answers
209 views

The dev server fails to compile once encoutering the ts error. Even if I fix the error and save the file, the hot reload still not works and I have to restart the devserver to make it work. I have ...
homy's user avatar
  • 421
1 vote
1 answer
237 views

I am using Visual Studio 2022 v 17.2.1 to create an ASP.NET Core/6 app. When I make HTML only changes to my Razor Views, and I try to hot reload the page, I get the following Here are my Hot-Reload ...
Jay's user avatar
  • 2,422
0 votes
2 answers
4k views

This method is not updating the widget Widget displayAppropriateWidget() { if (isParsedCorrectly) { _widgetToDisplay = displaySecondHalf; } else { _widgetToDisplay = displayFirstHalf; } setState(()...
Kartik's user avatar
  • 309
3 votes
0 answers
1k views

"There was an error while trying to automatically provision the project, please check the logs." The log entry from Visual Studio when opening "Setup Hot Restart" is <entry> ...
Chris's user avatar
  • 585
21 votes
6 answers
28k views

We just upgraded all but one of our web app projects from .NET Core 3.1 projects to .NET 6 in our solution. These were ASP.NET Core 3.1 projects using Razor. Here are the results we're seeing with ...
user3002092's user avatar
1 vote
1 answer
736 views

I'm using Okteto CLI version 2.2.1, MacOS Monterey (Macbook 2015). I've cloned and deployed their playground app and created the following Okteto configuration: name: movies-with-compose # The build ...
Yos's user avatar
  • 1,396
0 votes
1 answer
1k views

I am trying to learn typescript with electron a bit, using a template "electron-quick-start-typescript" (https://github.com/electron/electron-quick-start-typescript). I want to add a hot ...
Lawrence Ho Chun Kit's user avatar

1 2 3
4
5
10