2
Answers

Could not load file or assembly 'EntityFramework, Version=6.

Tangara G

Tangara G

8y
1.2k
1
Hi forum members,
 
While opening up a file, I encountered the following error :
 
An exception of type 'System.IO.FileLoadException' occurred in LogicUni.dll but was not handled in user code

Additional information: Could not load file or assembly 'EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
 
And I can't run the file at all.
 
Can someone advise me how to rectify the above so that I can view the files.
Tks.
Answers (2)
0
Laxman Sharma

Laxman Sharma

NA 54 3.7k 8y
Requesting you all respected members please help me out to solve it .
I want to route the first page of the application using Global.asax
0
Laxman Sharma

Laxman Sharma

NA 54 3.7k 8y
Want to do it with Global.asax
0
Vinay Singh

Vinay Singh

NA 5.9k 126.1k 8y
Hi
Try the below link
http://stackoverflow.com/questions/686681/url-rewrite-from-default-aspx-to
http://www.iis.net/learn/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module
0
Laxman Sharma

Laxman Sharma

NA 54 3.7k 8y
I have done for all pages but its not refelecting in default/First page while page loading
0
kalu singh rao

kalu singh rao

NA 6.4k 63.8k 8y
You can find here to write code for rewrite url in global.asax
 
https://msdn.microsoft.com/en-us/library/cc668201.aspx
 
http://www.codeproject.com/Articles/77199/URL-Routing-with-ASP-NET-4-0 
 
http://stackoverflow.com/questions/686681/url-rewrite-from-default-aspx-to 
0
Laxman Sharma

Laxman Sharma

NA 54 3.7k 8y
Any quick response will be appreciated please .