Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

The name 'ConfigurationManager' does not exist in the current context #4

Closed
Wyldhunt opened this issue Jan 10, 2022 · 4 comments
Closed

Comments

@Wyldhunt
Copy link

I get the following error when I try to use this in Unity 2020.3:
VoxellNLP\Coreference\Mention\DictionaryFactory.cs(56,24): error CS0103: The name 'ConfigurationManager' does not exist in the current context

using System.Configuration; is properly called, but it can't find using System.Configuration.ConfigurationManager.

Is this a bug or a feature? ... Or, just me?

@2373655r
Copy link

Try this:
Edit -> Project Settings -> Player -> Api Compatibility Level
Set it to .NET 4.x

I think this is what fixed it for me

@nixon-voxell
Copy link
Owner

@Wyldhunt hey, does the suggestion given by @2373655r solved your issue? (am just curious haha)

@Wyldhunt
Copy link
Author

Unknown. I had to uninstall it. I haven't had a chance to reinstall it to test yet.

@nixon-voxell
Copy link
Owner

Hey, I am closing this issue for now, seems like @2373655r found a solution to this problem I guess..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants