Sunday, 22 June 2014

Error : SQL Server Compact is not intended for ASP.NET development.

6/22/2014 - By Pranav Singh 0



While writing code i face this error "SQL Server Compact is not intended for ASP.NET development.". As the error message says: SQL CE is not for ASP.NET development due to its limitations. If for removing this error you needed write the following into your global.asax in the Application_Start 


protected void Application_Start()
        {
        
       AppDomain.CurrentDomain.SetData("SQLServerCompactEditionUnderWebHosting", true);
       
        }


I hope this will help you. :)

About the Author

We are the group of people who are expertise in different Microsoft technology like Asp.Net,MVC,C#.Net,VB.Net,Windows Application,WPF,jQuery,Javascript,HTML. This blog is designed to share the knowledge.

Get Updates

Subscribe to our e-mail newsletter to receive updates.

Share This Post

0 comments:

Please let me know your view

Free Ebooks


About Us

We are the group of people who are expertise in different Microsoft technology like Asp.Net,MVC,C#.Net,VB.Net,Windows Application,WPF,jQuery,Javascript,HTML. This blog is designed to share the knowledge.

Contact Us

For writing article in this website please send request by your

GMAIL ID: dotnetpools@gmail.com

Bugs and Suggestions

As we all know that this website is for sharing knowledge and providing proper solution. So while reading the article is you find any bug or if you have any suggestion please mail us at contact@aspdotnet-pools.com.

Partners


Global Classified : Connectseekers.com
© 2014 aspdotnet-pools.com Designed by Bloggertheme9.
back to top