Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
741 views
in Technique[技术] by (71.8m points)

asp.net - Could not load file or assembly App_Licenses

I was working normally but now i'm getting this error:

Could not load file or assembly 'App_Licenses, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

I have researched for answers on the web but i cant find any specific help.

I clean all my asp .net temporary files, rebuild the solution but nothing seems to work.

Thanks in Advance

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I have solved my problem deleting my temporary files in both .net frameworks folders

C:WindowsMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Files
C:WindowsMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files

For 64bit systems, also check the same under the Framework*64* folders i.e.

C:WindowsMicrosoft.NETFramework64v2.0.50727Temporary ASP.NET Files
C:WindowsMicrosoft.NETFramework64v4.0.30319Temporary ASP.NET Files

Greetings


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...