Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
640
Exception after downgrading from 2008 vol3 to vol1
posted
I'm working on an ASP.NET app using the NetAdvantage 2008 vol 1 controls. A couple weeks ago, my machine was affected by the Conficker worm, and the It group here stripped my machine. When I reloaded the NetAdvantage controls, I mistakenly installed vol 3 instead of vol 1 and ran the upgrade utility when I had some errors.

I ended up uninstalling and installing vol 1 again and running the upgrade utility, but now I have an intermittent problem where I launch my app, and when I navigate to a page with the Infragistic controls, I get the following error:

An Exception of type 'System.IO.FileLoadException' occurred in webpo.dll but was not handled in user code. Additional information: The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) Break/Continue

I have found that if I break, stop debugging, and Rebuild the Solution, it works fine for a bunch of debugs, then comes back.

I had never received this error before.

Any idea what's causing this and how to solve it? Visual Studio 2005 VB.NET Thanks! Chris