Ich habe den folgenden Code:
using System.Configuration;
namespace test
{
public partial class MyService : ServiceBase
{
public static ReadConnectionStrings()
{
ConnectionStringSettingsCollection connections =
ConfigurationManager.ConnectionStrings;
Der ConfigurationManager wird jedoch nicht erkannt. Ich habe diesen Code direkt von aquí
Ich übersehe also eindeutig etwas, kann aber nicht erkennen, was.