While on the topic of company names, if I do a search/replace and change the company name from 'YourCompany' to 'MyCompany' I get some errors when I attempt to build:
Error 12 'System.Web.UI.UserControl' does not contain a definition for 'Text' and no extension method 'Text' accepting a first argument of type 'System.Web.UI.UserControl' could be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\dotnetnuke\DesktopModules\MyCompany\DataConnection\EditDataConnection.ascx.cs 79 40 DataConnection
Error 13 'System.Web.UI.UserControl' does not contain a definition for 'CreatedByUser' and no extension method 'CreatedByUser' accepting a first argument of type 'System.Web.UI.UserControl' could be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\dotnetnuke\DesktopModules\MyCompany\DataConnection\EditDataConnection.ascx.cs 80 38 DataConnection
Error 15 'System.Web.UI.UserControl' does not contain a definition for 'CreatedDate' and no extension method 'CreatedDate' accepting a first argument of type 'System.Web.UI.UserControl' could be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\dotnetnuke\DesktopModules\MyCompany\DataConnection\EditDataConnection.ascx.cs 81 38 DataConnection
Error 21 'System.Web.UI.UserControl' does not contain a definition for 'Text' and no extension method 'Text' accepting a first argument of type 'System.Web.UI.UserControl' could be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\dotnetnuke\DesktopModules\MyCompany\DataConnection\EditDataConnection.ascx.cs 137 56 DataConnection
It seems the controls 'txtContent' and 'ctlAudit' are attempting to use methods that aren't inherited. Here are the definitions:
protected global::System.Web.UI.UserControl ctlAudit;
protected global::System.Web.UI.UserControl ctlAudit;