[someimage.gif] errors
Posted: Fri May 10, 2013 8:03 pm
I recently made a change to remove some of the DLL's from my distribution that I *think* I don't need. As soon as that change was deployed, I started receiving errors from ELMAH of this sort:
I'm not sure how many images they are altogether, but it feels like maybe a dozen.
My question is, which dll contains the proper references to this gifs. I was trying to figure it out by brute force, but I seem to be unable to generate the errors in the first place. I'd rather not deploy all DLL's for reasons of deploying the DLL's 2000 times will be somewhat costly, so the reduction of space will be quite valuable.
Thanks!
Code: Select all
System.Web.HttpException: The controller for path '/portal/[ToolBarSeparator.gif]' was not found or does not implement IController.
Code: Select all
System.Web.HttpException: The controller for path '/portal/[ToolbarBackgroundRight.gif]' was not found or does not implement IController.
My question is, which dll contains the proper references to this gifs. I was trying to figure it out by brute force, but I seem to be unable to generate the errors in the first place. I'd rather not deploy all DLL's for reasons of deploying the DLL's 2000 times will be somewhat costly, so the reduction of space will be quite valuable.
Thanks!