I created an office app with visual studio 2019 with Cpp. It works well. When I copy it on my server (server 2019) with all the Dll and I launch Windows server blocks my application . windows defender says "unknown editor." Infact my app is not signed. If I bypass this alert off Microsoft defender my application works normally. I found on the internet utilities such as "signtool.exe". But how to have ".cert" or ".pfx" I think to get these certificates you have to pay, is that the case? Is it possible to generate these own certificates?
Thank you
Related
Visual Studio (VS 2017) has started failing to deploy to my IoT device ... I recently started using a more recent version of Windows 10 IoT Core (upgraded from build 17134 to insider build 17692) and Visual Studio can no longer deploy UWP apps.
The reported error is:
DEP6957: Failed to connect to device [IP Address] using Universal
Authentication. Please verify the correct remote authentication mode
is specified in the project debug settings. COMException - Exception
from HRESULT: 0x801C0003
The IP address is valid and VS can see the device.
This seems to be an error reflecting a mismatch between the Windows SDK installed on the Visual Studio machine and the OS version on the IoT device.
For recent versions of Windows 10 IoT Core (I'm using the insider images that you can install through the Windows IoT Dashboard), a recent version of the Windows SDK (I used Windows 10 SDK 1803) must be installed on your deployment machine.
Also uninstalled and reinstalled UWP parts of VS as described above.
Finally, I clicked on "update" for the whole VS installation (Visual Studio Installation program). Drew 4GB out of the net over night and in the morning everything was working as it should...
I need someone's help. I'm trying to install Visual Studio Express 2013 for Windows Desktop with update 4.
But I got an error:
Setup blocked
-To learn more, you can review the list of common issues and workarounds or examine the log file.
See below:
How do I resolve this?
OS: Windows 7 SP1
When I try to deploy from a developer machine that is on another domain the deployment fails.
Visual Studio gives me this Message:
The Visual Studio 2015 Remote Debugger (MSVSMON.EXE) does not appear to be running on the remote computer. This may be because a firewall is preventing communication to the remote computer. Please see Help for assistance on configuring remote debugging.
Works fine when I deploy from a machine that is not in a domain.
I've been searching the web for days now but I'm not able to find any solution yet.
I'm guessing you have Windows 10 IoT-Core Build 10586 on your Pi, but you don't have Visual Studio 2015 Update 1 installed. You need to use the new Universal (Unencrypted Mode) authentication method with build 10586. You can read more about this issue here: http://embedded101.com/Blogs/David-Jones/entryid/721/Win-10-IoT-Core-Visual-Studio-2015-Update-1-App-Deployment-and-Debug-Requirements
I have just downloaded and installed Visual studio 2013, and now I want to download SQL Server. But I'm not sure which one is right for me.
I have a 64 bit Windows 8.1, and I wish to learn .Net programming and data connectivity. The last time I tried, SQL Server wouldn't connect, so I uninstalled and re-installed.
That didn't work, so I restored my system in order to start fresh.
http://www.microsoft.com/en-us/server-cloud/products/sql-server-editions/sql-server-express.aspx?TabIndex=0
Just install the Express Edition (with tools)
Make sure you take note of the instance name (best to use default in your case probably i.e. no instance name)
also make sure you use windows / mixed mode authentication and add yourself in as an administrator
when you open up management studio just enter localhost into the sever name and you should connect fine
there is a sarcastic walkthrough here
http://www.istartedsomething.com/20140616/the-12-step-process-to-download-microsoft-sql-server-express-2014/
I have a Windows Forms application that I am using ClickOnce deployment for and everything publishes fine when I am attempting to publish in Windows XP. When I try the same publish feature in Windows 7, it hangs on the publish step.
I am using a UNC path (file share) to the server (Windows Server 2008 R2 with IIS 7). Why might this happen?
I never receive an error message and the process cannot be cancelled. I have to force-close Visual Studio and restart my Windows 7 PC because Visual Studio has some of the files locked.
UPDATE:
I was able to set full-control permission on the folder on the destination server for my domain PC, and I was then able to publish once. Then, every subsequent deploy hanged. I did notice however that it always hangs when it's trying to copy the Office Interop files. Why would this be?
UPDATE (2):
This is definitely related to the Office 2010 PIA files. Why would it not publish them? Again, this works flawlessly on Windows XP, but when I perform the deployment on Windows 7, the PIAs are not published.
It could be a UAC issue. Try running Visual Studio as an administrator when you do a publish.