Rank: Member
Joined: 4/23/2008(UTC) Posts: 14
|
Good Morning All.
I downloaded BV5 last Friday and have been trying to run on a standalone PC..
Finally I have mamaged to create something :smhair:
<UL> <LI>I have SQ Server Installed, <LI>removed net 3.5, reinstalled net 2.0 <LI>IIL is set up correct - (I think) <LI>Removed & reinstalled BV5 * Unable to set a password, Had to use "Integrated Security" </UL> When Admin panel opens I get the following text in my browser
<%@ Page Language="VB" MasterPageFile="~/BVAdmin/BVAdmin.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="BVAdmin_Default" title="Dashboard" %>
<%@ Register Src="Controls/MessageBox.ascx" TagName="MessageBox" TagPrefix="uc2" %> <%@ Register Src="../BVModules/Controls/ContentColumnControl.ascx" TagName="ContentColumnControl" TagPrefix="uc1" %> <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" Runat="Server"> <h1>Dashboard</h1> <div id="dashboard" > <uc2:MessageBox ID="MessageBox1" runat="server" EnableViewState="false" /> <table border="0" cellspacing="0" cellpadding="0" width="920"> <tr> <td class="layout4column1"> <uc1:ContentColumnControl ID="ContentColumnControl1" runat="server" ColumnID="101" /><br />&nbsp;<br /> <asp:ImageButton ID="EditImageButton1" runat="server" AlternateText="Edit Column 1" ImageUrl="~/BVAdmin/images/buttons/edit.png" PostBackUrl="~/BVAdmin/Content/Columns_Edit.aspx?id=101" /> </td> <td class="gutter">&nbsp;</td> <td class="layout4column2"> <uc1:ContentColumnControl ID="ContentColumnControl2" runat="server" ColumnID="102" /><br />&nbsp;<br /> <asp:ImageButton ID="EditImageButton2" runat="server" AlternateText="Edit Column 2" ImageUrl="~/BVAdmin/images/buttons/edit.png" PostBackUrl="~/BVAdmin/Content/Columns_Edit.aspx?id=102" /> </td> <td class="gutter">&nbsp;</td> <td class="layout4column3"> <uc1:ContentColumnControl ID="ContentColumnControl3" runat="server" ColumnID="103" /><br />&nbsp;<br /> <asp:ImageButton ID="EditImageButton3" runat="server" AlternateText="Edit Column 3" ImageUrl="~/BVAdmin/images/buttons/edit.png" PostBackUrl="~/BVAdmin/Content/Columns_Edit.aspx?id=103" /> </td> </tr> </table> <div style="margin-top:50px;"></div> <!--<p>Sample Layouts to Remove Before Shipping</p> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td style="background-color:#eee;" class="layout1column1">layout1column1<br />&nbsp;<br />&nbsp;</td> <td class="gutter">&nbsp;</td> <td style="background-color:#eee;" class="layout1column2">layout1column2<br />&nbsp;<br />&nbsp;</td> </tr> </table>&nbsp; <table border="0" cellspacing="0" cellpadding="0" width="920"> <tr> <td style="background-color:#eee;" class="layout2column1">layout2column1<br />&nbsp;<br />&nbsp;</td> <td class="gutter">&nbsp;</td> <td style="background-color:#eee;" class="layout2column2">layout2column2<br />&nbsp;<br />&nbsp;</td> </tr> </table>&nbsp; <table border="0" cellspacing="0" cellpadding="0" width="920"> <tr> <td style="background-color:#eee;" class="layout3column1">layout3column1<br />&nbsp;<br />&nbsp;</td> <td class="gutter">&nbsp;</td> <td style="background-color:#eee;" class="layout3column2">layout3column2<br />&nbsp;<br />&nbsp;</td> <td class="gutter">&nbsp;</td> <td style="background-color:#eee;" class="layout3column3">layout3column3<br />&nbsp;<br />&nbsp;</td> <td class="gutter">&nbsp;</td> <td style="background-color:#eee;" class="layout3column4">layout3column4<br />&nbsp;<br />&nbsp;</td> </tr> </table>&nbsp; <table border="0" cellspacing="0" cellpadding="0" width="920"> <tr> <td style="background-color:#eee;" class="layout4column1">layout4column1<br />&nbsp;<br />&nbsp;</td> <td class="gutter">&nbsp;</td> <td style="background-color:#eee;" class="layout4column2">layout4column2<br />&nbsp;<br />&nbsp;</td> <td class="gutter">&nbsp;</td> <td style="background-color:#eee;" class="layout4column3">layout4column3<br />&nbsp;<br />&nbsp;</td> </tr> </table>--> </div> </asp:Content>
:idea: Help please
|
|
|
|
Rank: Member
Joined: 4/18/2008(UTC) Posts: 4
|
well you not alone i also had to use integrated secuirty because i could not get sql login to work, and i get the following on the admin page
<H1>Server Error in '/bvc5' Application. <HR width="100%" color=silver SIZE=1> </H1> <H2>Object reference not set to an instance of an object. </H2>[color=#ffffcc>
[tr ][td ]<CODE>An]</b>location of the exception can be identified using the exception stack trace below.[/code] [/td][/tr]</TABLE> Stack Trace:[/color]
[table width="100%" bgColor=#ffffcc][tr ][td ]<CODE> [NullReferenceException: Object reference not set to an instance of an object.] BVSoftware.Bvc5.Core.Utilities.UrlRewriter.RewritePath(HttpApplication& app, Uri sourceUrl) +311 BVSoftware.Bvc5.Core.Utilities.UrlRewriter.app_BeginRequest(Object sender, EventArgs e) +69 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 </PRE>[/code][/td][/tr][/table]
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
Integrated security will work to create your store but NOT to run your store in most cases. When you are creating your store you are running SQL scripts as your windows user. When the web site is running it runs under the ASPNET account in most cases.
If you use integrated security to create your database you will need to edit the web.config file and change the connection string to use a SQL username/password before your store will work.
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
Laser - It looks like your IIS isn't configured correctly for ASP.NET. Re-install ASP.NET after you installed IIS.
|
|
|
|
Rank: Member
Joined: 4/23/2008(UTC) Posts: 14
|
Can I Upgrade to asp 3.5?
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.