Scenario:
I have One web site project called /MasterPages/ for example, with a master in it, say... Master1.master and Master1.master.cs. There are no other files project, i build and publish it fine, leaving me with an assembly i them place in the GAC. A.O.K so far.
In another website project, i reference that GAC assembly, which allowed me to inherit from that master page.... i did this in a difffernt project and it worked fine.
Now, in the MasterPages project, i reference 2 custom dll's which allow for some custom controls which are used in the master page. However, there are no actual string resources used or needed to my knowledge.
The main web project referenes this GAC assembly, so that a master page in that project can inherit from the base master in the gac... this builds fine and all seems well, till i go to run the page, i get the following error.... any help or guidance would be very very greatly appreciated.
My main issue with this , is i am not using any resoruce files, i dont have a single resx in any of the projects. So i dont know what it is even rying to look for.
Error Message:
An error occurred while try to load the string resources (FindResource failed with error -2147023083).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: An error occurred while try to load the string resources (FindResource failed with error -2147023083).
Source Error:
[No relevant source lines]
|
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbm2o\9232f8e6\59c33552\App_Web_5dy_5nxq.0.cs Line: 0
Stack Trace:
[HttpException (0x80004005): An error occurred while try to load the string resources (FindResource failed with error -2147023083).]
System.Web.StringResourceManager.ReadSafeStringResource(Type t) +3116601
System.Web.UI.TemplateControl.ReadStringResource() +11
ASP.rbsgc_master..ctor() +67
ASP._rbsgc_master..ctor() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbm2o\9232f8e6\59c33552\App_Web_5dy_5nxq.0.cs:0
__ASP.FastObjectFactory_app_web_5dy_5nxq.Create_ASP__rbsgc_master() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbm2o\9232f8e6\59c33552\App_Web_5dy_5nxq.1.cs:0
System.Web.Compilation.BuildResultCompiledType.CreateInstance() +49
System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) +250
System.Web.UI.Page.get_Master() +48
System.Web.UI.Page.ApplyMasterPage() +18
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +543
|
Jonathan Minond
http://www.Jonavi.com
http://www.jonavi.com/Default.aspx?pageID=21
http://RainbowBeta.com
http://community.rainbowportal.net/blogs/jonathans_rainbow_blog/default.aspx
http://dotnetslackers.com/community/blogs/jminond/default.aspx