Gives solution for any Error occurs in any Programming Language, .Net Core 3.1, 3.0, C#,Asp.Net,Sqlserver,MVC,Java,Php,Html,Css,Jquery,errors and solutions,Latest News,Technology

Wednesday, 29 June 2016

Error Could not load file or assembly HtmlAgilityPack.dll or one of its dependencies in ASP,C#,bin

No comments :
Here is the explanation of HtmlAgilityPack error in Asp.Net and C#.Net.
Sometimes power fluctuations may occurs while running our project, at that time it displays some errors like missing dll's in our solution.
Example error:

Could not load file or assembly 'HtmlAgilityPack' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

Solution:
For Windows 7, the path is:

C:\Users\(System User Name)\AppData\Local\Temp\Temporary ASP.NET Files\
For 64 bit operating systems the full path is:
C:\WINDOWS\Microsoft.NET\Framwork64\v2.0.50727\Temporary ASP.NET Files\

No comments :

Post a Comment