0

I've developed my asp.net application on my laptop but its battery was running low while building the application, so the laptop turned off. I now have an exception, which says:

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

I'm developing a web application and I tried to load the login page.

I have no idea how can I overcome this. Does anybody know what is the solution?

Thanks.

jaraics
  • 4,239
  • 3
  • 30
  • 35
Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
  • Seems a problem caused by a corrupted file. Have you tried to reinstall the NetAdvantage suite? (Deinstall then reinstall) – Steve Oct 28 '12 at 19:40

2 Answers2

2

If the laptop died during a build that could be a broken temporary files issue.

Try deleting the ASP.NET Temp files, and do a Clean + Rebuild. (The ASP.NET Temp files are located at c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files (or Framework32, and/or v2...) and %temp%\Temporary ASP.NET Files

(Note, delete only the contents of the temp folder, don't delete the folder as you might get troubles if the IIS tries to recreate the folder, and does not have enough rights)

jaraics
  • 4,239
  • 3
  • 30
  • 35
  • After doing exactly as you specified, the problem seized to exist. Thank you very much. – Lajos Arpad Oct 29 '12 at 12:22
  • Ok, than the problem is not with infragistics. I've updated your question to reflect this. – jaraics Oct 29 '12 at 12:39
  • Also, your OS should warn before the battery goes low, so you can save your work. Try setting an upper warning level if the battery dies too fast, and you don't have a chance to shut down the computer. – jaraics Oct 29 '12 at 12:42
  • 1
    And I've found another article, that mentions a few more places that could be cleaned. http://weblogs.asp.net/psheriff/clean-up-after-visual-studio – jaraics Jul 05 '16 at 13:35
0

Try using infragistics version utility to upgrade your website/solution

boruchsiper
  • 2,016
  • 9
  • 29
  • 53