TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sumit Kumawat
NA
454
413.6k
Mixed mode assembly is built against version v2.0.5072?
Apr 24 2013 2:37 AM
Hi All,
i am working on one app in which i am using SQLite connectivity for my database.while connecting to my database it is giving me below error :-
"Message = "Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information."
I searched on web and found below two different solutions which i have added in my code :
1. Added in my app.config file :
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
2. Modified project property:
"generate serialization assembly = Off"
but after doing this still i am facing same issue. Please help me out..
Thanks
Reply
Answers (
0
)
code for login and logout in asp.net with c#...
Change the color once I check the checkBox in checkedListBox