|
Subject:
|
EROROS NEW MODULE
|
|
Posted By:
|
kid1981
|
Post Date:
|
11/15/2003 1:57:58 AM
|
Errors in Project NewsManager.Business Not Define Categories
Exemple:
System.IO.FileNotFoundException: File or assembly name Wrox.WebModules.NewsManager.Business, or one of its dependencies, was not found. File name: "Wrox.WebModules.NewsManager.Business" at Wrox.WebModules.NewsManager.Web.Categories.BindGrid() at Wrox.WebModules.NewsManager.Web.Categories.Page_Load(Object sender, EventArgs e) in E:\ASP.NET Work\ThePhileVB\WebModules\NewsManager\Admin\Categories.aspx.vb:line 76 at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain()
=== Pre-bind state information === LOG: DisplayName = Wrox.WebModules.NewsManager.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=53f5ca5bbe1645cb (Fully-specified) LOG: Appbase = file:///E:/ASP.NET Work/ThePhileVB LOG: Initial PrivatePath = bin Calling assembly : (Unknown). ===
LOG: Publisher policy file is not found. LOG: No redirect found in host configuration file (E:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config). LOG: Using machine configuration file from E:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config. LOG: Post-policy reference: Wrox.WebModules.NewsManager.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=53f5ca5bbe1645cb LOG: Attempting download of new URL file:///E:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/thephilevb/36e06468/4efdd9ef/Wrox.WebModules.NewsManager.Business.DLL. LOG: Attempting download of new URL file:///E:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/thephilevb/36e06468/4efdd9ef/Wrox.WebModules.NewsManager.Business/Wrox.WebModules.NewsManager.Business.DLL. LOG: Attempting download of new URL file:///E:/ASP.NET Work/ThePhileVB/bin/Wrox.WebModules.NewsManager.Business.DLL. LOG: Attempting download of new URL file:///E:/ASP.NET Work/ThePhileVB/bin/Wrox.WebModules.NewsManager.Business/Wrox.WebModules.NewsManager.Business.DLL. LOG: Attempting download of new URL file:///E:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/thephilevb/36e06468/4efdd9ef/Wrox.WebModules.NewsManager.Business.EXE. LOG: Attempting download of new URL file:///E:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/thephilevb/36e06468/4efdd9ef/Wrox.WebModules.NewsManager.Business/Wrox.WebModules.NewsManager.Business.EXE. LOG: Attempting download of new URL file:///E:/ASP.NET Work/ThePhileVB/bin/Wrox.WebModules.NewsManager.Business.EXE. LOG: Attempting download of new URL file:///E:/ASP.NET Work/ThePhileVB/bin/Wrox.WebModules.NewsManager.Business/Wrox.WebModules.NewsManager.Business.EXE.
|
|
Reply By:
|
reilluocram
|
Reply Date:
|
11/11/2005 8:51:37 AM
|
Did you ever resolve this problem?
I so, I sure could use the solution.
Thanks, Larry M.
|
|
Reply By:
|
englere
|
Reply Date:
|
11/12/2005 2:14:42 PM
|
The first line of the error tells you the exact problem. How much more clear do you want it to be?
It can't find the file it's looking for.
The most likely cause is because your projects and solution were not properly upgraded to use VS 2003. Most newbies have trouble upgrading the source code distribution to the 2003 level.
You can download my code if you want. Look for the link here: http://p2p.wrox.com/topic.asp?TOPIC_ID=34263
|