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!