I have tried to utilize the ASP.Net Commerce Starter kit in a programme of my own called onecorpNumber Picker but have encountered the following error:
Note a) version VBVS
b) my programme is in VWD 2005 beta express
Error File Line Column Project
Warning 3 withEvents variable 'Header' conflicts with property 'Header'
in the base class 'Page' and should be declared 'Shadows'. C:\Inetpub\wwwroot\onecorpNumberPicker\Checkout.aspx 1 1 C:\...\onecorpNumberPicker\
Checkout.aspx details:
<%@ Page Language="vb" CodeFile="CheckOut.aspx.vb" AutoEventWireup="false" Inherits="CheckOut" %>Net
Checkout.aspx.vb details:
Partial Class CheckOut
Inherits System.Web.UI.Page
Is anyone able to assist? Thank you.