Is the "SitefinityWebApp" a pre-requisite namespace or assembly name for a SF application?
Currently using v6.1 and am supporting an application that has been built by a 3rd party. The application currently has an assembly name of SiteFinityWebApp, and namespaces to match. We would like to change this to match company standards and I've made approriate changes to our managed code, and the controls within the database (sf_object_data) but have a runtime error:
Could not load the assembly 'SitefinityWebApp'.
When I ransack the codebase, I can see 5 references to SitefinityWebApp within Telerik.SiteFinity.dll, including the namespace for DisplayItems.ascx.cs:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="DisplayItems.ascx.cs" Inherits="SitefinityWebApp.DisplayItems" %>
Using JustDecompile this is contained within an "IntegrationExample" class.