Destination Unknown
Destination Unknown
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
Gonna do that now 🙂
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
Shall I make for this an official issue?
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
This error showed up due to my LaunchSettings.json in the docker-compose orchestration not being updated.
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
I just see that my initial message was pointed towards another issue I was facing, but I am sure I can fix that one. Regarding the Could not copy the file "C:\Projects\nhs-frontend-csharp\nhs-frontend-csharp.advice\bin\Microsoft.PythonTools.WebRole.dll" because it was not found.; yes that one is solved. I only find it weird that this issue occurs, because it means that adding a Flask Web Project is not build ready. Adding the bin folder with that file works however, should this file not be there already by default....?
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
Literally created a bin folder and added the file from above.
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
I Fixed it! but its quirte lame
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
do you know a place where i can raise an official issue?
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
No description
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
No description
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
i cant access microsoft.pythontools since its a flask project
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
Could not copy the file "C:\Projects\nhs-frontend-csharp\nhs-frontend-csharp.advice\bin\Microsoft.PythonTools.WebRole.dll" because it was not found.
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
No description
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Visual Studio integration with Docker Compose not functioning as expected.
Nope
23 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Read file from wwwroot in Blazor web app
Blazor Web server btw.
5 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Read file from wwwroot in Blazor web app
Without the AddScoped I get:
An unhandled exception occurred while processing the request.
InvalidOperationException: An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.
System.Net.Http.HttpClient.PrepareRequestMessage(HttpRequestMessage request)
An unhandled exception occurred while processing the request.
InvalidOperationException: An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.
System.Net.Http.HttpClient.PrepareRequestMessage(HttpRequestMessage request)
5 replies
CC#
Created by Destination Unknown on 1/16/2025 in #help
Read file from wwwroot in Blazor web app
with the addScoped I get this error:
CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at System.Net.Http.Json.HttpClientJsonExtensions.<FromJsonAsyncCore>g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task`1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func`4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken)
at ....frontend.Components.Pages.Home.OnInitializedAsync() in C:\Projects\nhs-frontend-csharp\nhs-frontend-csharp.frontend\Components\Pages\Home.razor:line 40
at
CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at System.Net.Http.Json.HttpClientJsonExtensions.<FromJsonAsyncCore>g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task`1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func`4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken)
at ....frontend.Components.Pages.Home.OnInitializedAsync() in C:\Projects\nhs-frontend-csharp\nhs-frontend-csharp.frontend\Components\Pages\Home.razor:line 40
at
5 replies