About 78 results
Open links in new tab
  1. SQL Server Configuration Manager cannot be found

    Aug 23, 2022 · After installing SQL Server 2008, I cannot find the SQL Server Configuration Manager in Start / SQL Server 2008 / Configuration Tools menu. What should I do to install this tool?

  2. Qué hago si no encuentro el Sql Server Configuration Manager en …

    Nov 25, 2016 · Tengo entendido de que en Windows 10 se busca de la siguiente manera Control Panel→Administrative Tools→Computer Management, pero cuando llego a Computer Management …

  3. How to mock ConfigurationManager.AppSettings with moq

    I am stuck at this point of code that I do not know how to mock: ConfigurationManager.AppSettings["User"]; I have to mock the ConfigurationManager, but I don't …

  4. Cant Run MAUI Project getting below Error - Stack Overflow

    Aug 2, 2023 · Cant Run MAUI Project getting below Error - The Project need to be deployed before we can debug. please enable deploy in the Configuration Manager Asked 2 years, 7 months ago …

  5. C# ConfigurationManager in .NET Core - Stack Overflow

    Feb 13, 2022 · I have a shared .NET Standard library that was originally being referenced by a .NET 4.8 MVC 4 project. There is a lot of code in this shared library that uses the ConfigurationManager, like: …

  6. c# - How to use ConfigurationManager - Stack Overflow

    Learn how to use ConfigurationManager in C# with examples and troubleshooting tips from the Stack Overflow community.

  7. Where is SQL Server Configuration Manager in SQL Server 2016

    Aug 8, 2016 · Where is the SQL Server Configuration Manager in SQL Server 2016? It is not under the menu group for SQL Server 2016. (I have the Developer Edition installed)

  8. How to use the ConfigurationManager.AppSettings - Stack Overflow

    I've never used the "appSettings" before. How do you configure this in C# to use with a SqlConnection, this is what I use for the "ConnectionStrings" SqlConnection con = new SqlConnection(); con.

  9. .net - ConfigurationManager not found - Stack Overflow

    Oct 14, 2016 · Imports System.Configuration and I am trying to reference ConfigurationManager.AppSettings but this generates an error: Name ConfigurationManager is not …

  10. ConfigurationManager.AppSettings - How to modify and save?

    I know this is an ancient question but when I use this in a Webforms app to get appsettings in my Webconfig, it works fine on my local instance, but on the server I get a null reference exception at …