Skip to content

[CS0103] The name 'ApplicationConfiguration' does not exist in the current context #35

Description

@RandallFlagg

When compiling under Linux(void, x64) using .net 9, I get the following error(Almost the only one! which is amazing!) (This is the second #34 ):

Program.cs(59, 13): [CS0103] The name 'ApplicationConfiguration' does not exist in the current context

on this code:

[STAThread]
private static void Main(string[] orgArgs)
{
    ApplicationConfiguration.Initialize();
}

Is this something missing in the library or should I change something in my code?

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions