Having problems building github CMAKE repository (error code C1083)
Hey there. I'm trying to build this repository:https://github.com/jmarshall23/IcedTech/tree/master/code/Engine/MayaImportIt has the CMAKE files, so I'm using Visual Studio 2019 to open them. When I...
View ArticleProject incompatible, application not installed
Hi,Just installed Microsoft Visual Studio Community 2017 | Version 15.9.8 | VisualStudio.15.Release/15.9.8+28307.481 and when I try to open an "old" solution created with VS 2015 I get the message "The...
View ArticleF1 Visual Studio Search 2019 Broken
Hello, I recently updated to VS2019 Community and having some issues with help. When I select a javascript statement and press F1, it always results to: "We're no longer updating this content...
View ArticleNuGet dependencies - getting NU5128 warning when targetFramework is specified
I have a project targeted to .NET Framework 4. I am using nuget.exe (version 5.6.0.6591) to create the NuGet package. The project itself has no other references than Microsoft.CSharp and System...
View ArticleHow to set search-engine for VS 2019 (Community)
Is there any way to set an alternative search-engine with VS 2019? I.e. when I go to the search-field and click ''Search online for "..."'' I'd get a different search-engine than Bing?
View ArticleHow to completely reset Visual Studio settings?
I've tweaked lots of settings in my installment of Visual Studio. I've tried reinstalling, repairing and resetting my settings at the Tools->Import Export Settings Visual Studio 2017 and it still...
View ArticlePLEASE HELP! How to fix Error E1696 - File Source Cannot be Opened...
I HAVE BEEN LOOKING ON THE WHOLE INTERNET, YOUTUBE, GOOGLE AND NOTHING WORKS. PLEASE HELP.CODE: #include <iostream> using namespace std; int main() {cout << "Hello, World!" << endl; }
View Articlei got "SQLCMD: "Loadtestresultsrepository.sql:invalid file name error in CMD...
hi i got "SQLCMD: "Loadtestresultsrepository.sql:invalid file name error in CMD while creating load test results repository in vsts 2017 for perf testing/ i have done below things on my pc 1)i have...
View ArticleIs there documentation describing Programming with Components for newest...
I have found a document in ms doc site, but it is marked: no longer updating. I understand that this page is ready to be deprecated in the future.Thanks
View ArticleHow to set "run as system administrator" while running a program by "Starting...
Many programs request users to run them "as a system administrator". Under Visual C#, how can I do it?
View ArticleNuGet dependencies - getting NU5128 warning when targetFramework is specified
I have a project targeted to .NET Framework 4. I am using nuget.exe (version 5.6.0.6591) to create the NuGet package. The project itself has no other references than Microsoft.CSharp and System...
View ArticleImplement Powershell in C# code
Hey Guys! I have tryied to implement this Powershell Code to C#:$Root = "\"; $Taskname = "L&T Integration" $Scheduler = New-Object -ComObject Schedule.Service $Scheduler.Connect() $RootFolder =...
View ArticleVisual studio WPF project install + update
Hi,I'm busy with developing a WPF application for some colleagues. Now i want to create an easy method to install the application on some devices but i also want something that is checking for updates,...
View ArticleDraw a circle in Winforms C#
Hey! Im wondering if its possible to create a filled circle here: And be able to change color of it if a statement is true? Best Regards
View ArticleExternal config file
Hey Guys! I have a external config file that im trying to modify but dosent get it to work.. Can someone see where im doing wrong? configMap = new ExeConfigurationFileMap(); configMap.ExeConfigFilename...
View ArticleVS2019 SQL schema comparison error: Value cannot be null. Parameter name:...
Hi,In VS2019 -> menu Tools -> SQL Server -> New Schema Comparison, we want to compare our test database (server 1) and prod database (server 2) both with sql server version 15.0.2070.41and we...
View Article.NET Core
Where does the new VS save exe file? I created a simple hello world prog (.NET core) to see what info is in the exe file but I can't find it.in .NET Framework program the exe file is as before but in...
View ArticleI want to get PSObject result in a table, but I get...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Management.Automation; using System.Collections.ObjectModel; using...
View ArticleC#: Executable is much slower if launched outside Visual Studio (2013, 2019)
Hi.I faced toa problem while coding at the end on my project (c#). Everything was okay in developing stage. I was coding and testing software in Visual Studio by pressing F5 / Ctrl+F5. Computation time...
View ArticleMysterious behavior in Fortran
My program writes out many lines of formatted output to a named disk file. Often it works fine. In some cases, as it writes a new line to the file, the previous data vanish and all that gets there is...
View Article