ysod

CS0103: The name 'rGrid' does not exist in the current context

I have an ASPX Page: <%@ Page Language="C#" MasterPageFile="~/site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="myProject.Presentation.Web.Default" src="Default.aspx.cs" %> <%@ MasterType VirtualPath="~/site.Master" %> ... <asp:Repeater ID="rGrid" runat="server"> <ItemTemplate> ... </ItemTemplate> </asp:Re...

How to fix “The ConnectionString property has not been initialized” in nopCommerce

Hi Guys, I'm trying to integrate nopCommerce into a third party system but am hitting a problem when I try to access any nopCommerce pages. Because I'm integrating with a third party system I've had to merge web.configs and copy all files over. I have a standalone install of nopCommerce aswell and that is running fine. Any help would b...