What template to use for simple UI program that needs .NET Core? [closed]
Stack Overflow » Visual Studio
by Bob
17h ago
I've been tasked with writing a relatively simple GUI application that will move files around on a Windows machine and do some easy database manipulation. The thing is, I've been asked to use .NET Core. Normally I'd just write a console app, but there's a GUI, so... that's out. I'd use Winforms, but when I create a project it doesn't let me use .NET Core (of course). Same with WPF, as far as I can tell. .NET Maui is just for devices like tablets and phones, right? (I know it, but I don't want to ask my co-employees to learn it for this one thing, and if I get hit by a bus they'd have to.) ASP ..read more
Visit website
Extra box at the botttom of VS Code Live Server
Stack Overflow » Visual Studio
by alli94
17h ago
Every time I check my code on the Live Server lately, an extra box or copy of styles I've written appear at the bottom of my work. When the html is exported, it looks fine. Only acts like this in the Live Server. I've included two screenshots here. What can I do to fix this?? live server and html live server and css ..read more
Visit website
Some assembly references are missing
Stack Overflow » Visual Studio
by Qu Da
17h ago
So I run into a problem where my project suddenly got an error saying the same as the title I've made. I never run into this before. This is happening when I run visual studio 2020 in regular mode, but when I run it as Admin it works fine and not showing this error message. Before I always run the visual studio 2020 in regular mode, I've never run it in Admin mode when I develop my project. I'm afraid if I develop my App in Admin Mode later when I build it into Application it will turn into a problem. My Project using dotnet-8.0 framework in WPF. The message in each XAML files Edit Well, this ..read more
Visit website
How can I use the GitHub login in Visual Studio to access the GitHub APIs through a custom Visual Studio extension?
Stack Overflow » Visual Studio
by AJ Henderson
17h ago
I am currently using Azure Devops Server (on-prem) with a custom Visual Studio extension that simplifies remote branch management and pull request management via the Azure Devops API and integrated authentication. We are investigating moving to GitHub Enterprise (cloud) and are having trouble figuring out any way to maintain this functionality without having to manually enter a token in the configuration and then figure out some way to securely store it. Ideally, we'd like to be able to use the built in keychain functionality that Visual Studio has for holding a GitHub Enterprise login and use ..read more
Visit website
How to call a ASM function from c++
Stack Overflow » Visual Studio
by user24684540
17h ago
Im trying to call a ASM function from c++ but I get the error unresolved external symbol referenced my c++ code: extern void foo(); int main() { foo(); return 0; } my asm code: section .text global foo foo: ret I tried adding a _ to the ASM function name and changing the complier to MASM but it still didn't work. Im expecting for it to call the function ..read more
Visit website
USG0001 warnings. Why are these warning appearing in my Visual Studio Editor?
Stack Overflow » Visual Studio
by Calvin De Beverly
17h ago
I am creating a project in Unity version 2022.3.71F using Visual Studio version 17.9.6. I am receiving multiple warning in the editor as indicated in the attached image. I can find no information on this warning as to its cause. I cannot suppress the warnings. I am concerned about the effects this warning might have on my build. At present they do not appear to effect the functionality of my project. How do I determine the meaning of these warnings and how best do I address them? I have tried many days of web research to discover anything about the USG0001 warning to no avail ..read more
Visit website
How can i fix Visual Studio RZ1024 error*
Stack Overflow » Visual Studio
by maras
17h ago
i am trying to learn Asp.net .Everything was okey then I was trying foreach my ViewData list. This is my code. (https://i.stack.imgur.com/eNGMu.png) Then I faced with this problem. The problem I tried to fix that but i could not find the exact solution. How to fix that ..read more
Visit website
Get all used methods in a project from an external *.dll
Stack Overflow » Visual Studio
by Vladimir Perković
17h ago
I need to analyze the usage of a specific library across 29 C# projects. This library is included via a *.dll file. The analysis should identify which methods from the library are used in each project. Ideally, the analysis would be conducted without altering the code within the projects, although solutions that involve automated code modification will be considered. Attempts So Far: Parsing all methods in the library and then searching for them in each project. Problem: there are methods in the projects with identical names as the ones in library, but aren't from the library. Remove all l ..read more
Visit website
Developing and deploying azure functions locally using VS code
Stack Overflow » Visual Studio
by sai
17h ago
I'm trying to develop and deploy my http trigger locally from visual code studio for the past 2 days I'm able to do this but suddenly my http trigger function gone in azure portal and also not visible in VS code workspace when I try to start to debug. I'm getting following error. Function code: import azure.functions as func from azure.storage.blob import BlobServiceClient from azure.iot.device import IoTHubDeviceClient, Message import crc32c import base64 def main(req: func.HttpRequest) -> func.HttpResponse: # Retrieve the blob name from the HTTP req ..read more
Visit website
How to run Azure logic apps in Visual Studio 2019 or Visual Studio 2022?
Stack Overflow » Visual Studio
by Mihir
17h ago
I am trying to create Azure Logic app in Visual Studio. I did create an Azure Resource Group project. Then selected Logic apps as the template and project is created. After that, when I try to open the LogicApp.json using 'Open with Logic app Designer' as shown below, it doesn't show me that option. Expected: Actual: What should I do to move ahead? Reference link : https://learn.microsoft.com/en-us/azure/logic-apps/quickstart-create-logic-apps-with-visual-studio ..read more
Visit website

Follow Stack Overflow » Visual Studio on FeedSpot

Continue with Google
Continue with Apple
OR