System.Web.Resources.dll not found

Asked

Viewed 214 times

6

We have a mvc3/dotnet4 project, which consumes DCOM servers (c++) through Intertops.

Both DCOM (c++) and mvc3 (c#) servers were compiled with visual studio 2013.

The projects were migrated to visual studio 2015.

In windows 2012/8 on, everything works perfectly.

But in windows 2008r2 (x64), when trying to load the system done in mvc3 (c#) dotnet4, error occurs:

System.Web.Resources.dll not found.

We could not find the problem, we have updated windows 2008r2 with all updates, was installed the visual c redist 2015, restarted the server, and nothing.

Has anyone been through a similar problem?

  • 2

    Tried copying it manually? Tried installing with Nuget? https://www.nuget.org/packages/Microsoft.AspNet.Mvc/3.0.20105.1

  • I haven’t tried, but I’ll try.

  • Can you tell me why that happened? Before converting the projects to vs2015 worked, including in windows 2008r2, stopped working after they were converted.

  • I don’t know, but it’s likely that there was some version compatibility issue that you didn’t notice. Solved?

  • Unfortunately it didn’t work.

  • It is strange since this installs this DLL. The problem may be another and this problem is just collateral. But it’s hard to help without seeing the whole situation.

Show 1 more comment

1 answer

2

@Hains,

To find out which version and where he is looking for this DLL, I suggest you activate the Fusion log, the activation instructions are on the error page, even so, it follows how to do:

  • Create a directory in C: with the name Logs
  • Create a registration key on HKLM\Software\Microsoft\Fusion\ with the name LogPath and value C:\Logs, another ForceLogwith the value 1 and one more LogFailures with the value 1

Once done, restart the IIS.

From now on the paths and versions of the files that failed to load will be displayed.


To help debug errors, see this article published on MSDN with more details on how to use/interpret Fusion logs.

http://blogs.msdn.com/b/suzcook/archive/2003/05/29/57120.aspx

Browser other questions tagged

You are not signed in. Login or sign up in order to post.