python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I deploy a WinUI 3 desktop application in a managed environment? Has anyone done it successfully?
I cannot figure this out. I just want to publish/deploy a hello world simple WinUI 3 app. Before I publish my real app (I tried to publish my full app, but I thought maybe there was something wrong w...
LennyL
Votes: 0
Answers: 1
CefSharp - Published: Could not load file or assembly 'CefSharp.Core.Runtime.dll'
Using CefSharp.WinForms (NuGet Download) Version: 99.2.140
I've updated .csproj file to include
<CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
And updated the App.config file to inlc...
Alex McIntosh
Votes: 0
Answers: 0
ASP.NET exec after publish happens
I'm stuck and I can't find really anything in searching. I have a standard ASP.Net web project (framework 4.8) in Visual Studio 2019. This is not a core.net app. What I want to do is to execute a comm...
Craig
Votes: 0
Answers: 0
Best practice to publish src folder that contains esm modules
Consider this package.json:
{
"main": "./index.js",
"name": "@myorg/foo",
"scripts": {
"build": "babel src -d dist --delete-d...
BPL
Votes: 0
Answers: 1