Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deploying Web App on Server
Message
From
06/09/2007 10:45:36
 
 
To
06/09/2007 10:00:02
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01252599
Message ID:
01252745
Views:
24
>>>Ok...so I developed this killer web app for our intranet...
>>>
>>>Now how do I get it running on the server?
>>>
>>>I have everything there, but when I try to launch the default.aspx in my browser, it says "The page cannot be found."
>>
>>I can render HTML files (index.htm) on the site, but no ASPX files. What am I missing?
>
>OK...fixed that problem. I did not have ASP.NET enabled on the web server.
>
>Now I've ran into another problem. I'm getting a Configuration Error that says:
>
>
>Parser Error Message: Could not load file or assembly 'Mere Mortals
>Framework 2005, Version=2.4.0.0, Culture=neutral,
>PublicKeyToken=511bd18e16c7f771' or one of its dependencies. The system
>cannot find the file specified.
>
>
>The MM.Net assemblies were not in the BIN folder of my web site. So I copied them there and am still getting this message. What now?

OK...got this one fixed. I had the assemblies in the bin folder of my web app, not the web site.

Now I'm having another problem. When I access a page that requires data I am getting another error. Here is a partial listing of the stack trace.
[NullReferenceException: Object reference not set to an instance of an object.]
   OakLeaf.MM.Main.Business.mmBusinessObject.CreateDataSet() +33
   OakLeaf.MM.Main.Business.mmBusinessObject.GetDataSet(String command, String tableName, String databaseKey, CommandType cmdType, IDbDataParameter[] dataParams) +40
   OakLeaf.MM.Main.Business.mmBusinessObject.GetDataSet(String command, String tableName, String databaseKey, CommandType cmdType) +50
   OakLeaf.MM.Main.Business.mmBusinessObject.GetDataSet(String command, String tableName, CommandType cmdType) +78
   OakLeaf.MM.Main.Business.mmBusinessObject.GetDataSet(String command, CommandType cmdType) +66
   PIComponents.Intranet.Business.NewsItems.GetCurrentBulletinBoardItems() in P:\My Documents\Visual Studio 2005\Projects\PICIntranet Business\NewsItems.cs:106
   PIComponents.Intranet.WebControls.PICBulletinBoardTable.Render(HtmlTextWriter writer)
I verified that the database settings in the Web.Config file are correct.
Thanks,
Dan Jurden
djurden@outlook.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform