In this post, we will see how to resolve Set to executable installed by Visual Studio 2017 admin rights Question: I am using https://marketplace.visualstudio.com/items?itemName=visualstudioclient.MicrosoftVisualStudio2017InstallerProjects extension for creating installer package (C# forms). I would like to set permanently admin rights to ...

In this post, we will see how to resolve SSRS: Cannot Change Tab Name when Exporting to Excel Question: Recently I got a problem and wondering if anyone could help. I have a SSRS report named as ‘Processing Quality Report ...

In this post, we will see how to resolve VB.net value 1 showing as a VBNull Question: This Code returns ‘null’ even it has a value. If i put ‘2’ as value it is showing ‘not null’, Can anyone explan ...

Question: I’ve installed Visual Studio 15 Preview 3 and tried to use the new tuple feature When I compile I get the error: Predefined type ‘System.ValueTuple´2´ is not defined or imported According to the blog post, this features should be ...

Question: I’m trying out the new VS 2017 RC and wondering if anyone knows how to get the previous debugging behavior back In VS 2015 it went like this: Press start debugging Website opens in new Chrome tab Press stop ...

Question: I’m trying to use nopCommerce(Which is written in .NET Core) but when I want to run the project I face 52 Errors telling me Run a nuget package restore Assets file ~\obj\project.assets.json’ not found. Run a NuGet package restore ...

Question: IIRC, you used to have to have a prior version installed in order to build using that tool set, but from what I gather now the platform tools are optionally installed with the newer version. At the time I ...

Question: In title, I am specific about the task that I want to achieve. I want to utilize the c++17 features such as parallel STL etc. On visual studio 2017, I configure to c++17 under project properties for language. Even ...