---
title: "The configuration element is not declared"  
description: "The configuration element is not declared"  
author: "Anonymous User"  
published: 2018-04-06  
updated: 2018-04-06  
canonical: https://www.mindstick.com/forum/34464/the-configuration-element-is-not-declared  
category: "asp.net"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# The configuration element is not declared

This [error](https://yourviews.mindstick.com/view/88527/fixing-quickbooks-error-4120-reinstalling-vs-repairing) occured when I updated [entityframework](https://www.mindstick.com/forum/161466/what-is-the-working-process-of-entityframework) .can any one tell me what it is and how to [resolve](https://www.mindstick.com/forum/159427/windows-app-dll-not-found-resolve-library-issue) it

## Replies

### Reply by Anonymous User

I had face the same issue but It is not an error, it is simply a warning; so your application should still compile. I used the following simple config file and the warning is still produced.

```
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <startup>
        <supportedRuntime
             version="v4.0"sku=".NETFramework,
             Version=v4.5"/>
    </startup>
</configuration>
```


---

Original Source: https://www.mindstick.com/forum/34464/the-configuration-element-is-not-declared

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
