Link to home
Start Free TrialLog in
Avatar of awalkinthepark
awalkinthepark

asked on

IIS .NET upgrade

I have a new DLL called from an ASPX page.
Getting this error:

This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded
Version Information: Microsoft .NET Framework Version:2.0.50727.3623; ASP.NET Version:2.0.50727.3618

So I installed .NET 4.0
Restarted  webserver

.NET 4.0 shows up in  ISAPI filters.

What do I have to do to get it to use 4.0?
Have not rebooted the server, as it did not require or suggest after the  .NET install.
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

I'd reboot.  I usually do it just because when I install anything from Microsoft.
Avatar of awalkinthepark
awalkinthepark

ASKER

Just tried it, same result
the error message still shows:
Version Information: Microsoft .NET Framework Version:2.0.50727.3623; ASP.NET Version:2.0.50727.3618
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That's it.  Thanks.