As mentioned in my first post in this thread, it's all core DNN from a clean install with the minimum number of required modules installed plus one optional module, the DNN XML module. Again, no errors, just warnings with many seemingly harmless such as variables not being used. But again, I prefer coding in a clean environment that is both error free and warning free.
Here's the relevant output from the build:
D:\Inetpub\DNNDev\admin\Users\EditProfileDefinition.ascx.vb(60,0): warning BC42022: Property without an 'As' clause; type of Object assumed.
D:\Inetpub\DNNDev\admin\Users\EditProfileDefinition.ascx.vb(64,0): warning BC42020: Variable declaration without an 'As' clause; type of Object assumed.
D:\Inetpub\DNNDev\admin\Users\EditProfileDefinition.ascx.vb(186,0): warning BC42021: Function without an 'As' clause; return type of Object assumed.
D:\Inetpub\DNNDev\admin\Users\EditProfileDefinition.ascx.vb(204,0): warning BC42021: Function without an 'As' clause; return type of Object assumed.
D:\Inetpub\DNNDev\admin\Users\MemberServices.ascx.vb(200,0): warning BC42021: Function without an 'As' clause; return type of Object assumed.
D:\Inetpub\DNNDev\admin\Users\MemberServices.ascx.vb(229,0): warning BC42021: Function without an 'As' clause; return type of Object assumed.
D:\Inetpub\DNNDev\admin\Security\EditGroups.ascx.vb(145,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
D:\Inetpub\DNNDev\admin\Files\FileManager.ascx.vb(1166,0): warning BC40000: 'Public Function GetFolder(PortalID As Integer, FolderPath As String) As Services.FileSystem.FolderInfo' is obsolete: 'This method is obsolete. It has been replaced by GetFolderInfo(ByVal PortalID As Integer, ByVal FolderID As Integer, ByVal ignoreCache As Boolean) '.
D:\Inetpub\DNNDev\admin\Files\FileManager.ascx.vb(1171,0): warning BC40000: 'Public Function GetFolder(PortalID As Integer, FolderPath As String) As Services.FileSystem.FolderInfo' is obsolete: 'This method is obsolete. It has been replaced by GetFolderInfo(ByVal PortalID As Integer, ByVal FolderID As Integer, ByVal ignoreCache As Boolean) '.
D:\Inetpub\DNNDev\admin\Localization\LanguageEditor.ascx.vb(164,0): warning BC42024: Unused local variable: 'nodeIndex'.
D:\Inetpub\DNNDev\admin\Localization\LanguagePack.ascx.vb(51,0): warning BC42036: Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.
D:\Inetpub\DNNDev\admin\Localization\LanguagePack.ascx.vb(51,0): warning BC42036: Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.
D:\Inetpub\DNNDev\admin\Localization\LanguagePack.ascx.vb(51,0): warning BC42036: Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.
D:\Inetpub\DNNDev\admin\Localization\LanguagePack.ascx.vb(51,0): warning BC42036: Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.
D:\Inetpub\DNNDev\admin\Localization\TimeZoneEditor.ascx.vb(124,0): warning BC42024: Unused local variable: 'parent'.
D:\Inetpub\DNNDev\admin\Localization\TimeZoneEditor.ascx.vb(183,0): warning BC42024: Unused local variable: 'parent'.
D:\Inetpub\DNNDev\admin\Localization\TimeZoneEditor.ascx.vb(246,0): warning BC42024: Unused local variable: 'dv'.
D:\Inetpub\DNNDev\admin\ModuleDefinitions\EditModuleDefinition.ascx.vb(140,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
D:\Inetpub\DNNDev\admin\ModuleDefinitions\EditModuleDefinition.ascx.vb(870,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
D:\Inetpub\DNNDev\admin\ModuleDefinitions\ModuleDefValidator.ascx.vb(84,0): warning BC42024: Unused local variable: 'strMessage'.
D:\Inetpub\DNNDev\admin\Packages\Install.ascx.vb(273,0): warning BC42021: Function without an 'As' clause; return type of Object assumed.
D:\Inetpub\DNNDev\admin\Portal\SiteWizard.ascx.vb(133,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
D:\Inetpub\DNNDev\admin\Portal\SiteWizard.ascx.vb(167,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
D:\Inetpub\DNNDev\admin\Portal\Template.ascx.vb(128,0): warning BC40000: 'Public Function GetFolder(PortalID As Integer, FolderPath As String) As Services.FileSystem.FolderInfo' is obsolete: 'This method is obsolete. It has been replaced by GetFolderInfo(ByVal PortalID As Integer, ByVal FolderID As Integer, ByVal ignoreCache As Boolean) '.
D:\Inetpub\DNNDev\admin\Portal\Template.ascx.vb(180,0): warning BC40000: 'Public Function GetFoldersByPortal(PortalID As Integer) As System.Collections.ArrayList' is obsolete: 'This method is obsolete. It has been replaced by GetFolders(ByVal PortalID As Integer) '.
D:\Inetpub\DNNDev\admin\Portal\Template.ascx.vb(228,0): warning BC40000: 'Public Function GetFolderPermissionsByFolder(PortalID As Integer, Folder As String) As System.Collections.ArrayList' is obsolete: 'This method has been deprecated. Please use GetFolderPermissionsCollectionByFolderPath(PortalId, Folder)'.
D:\Inetpub\DNNDev\admin\Sales\PayPalSubscription.aspx.vb(135,0): warning BC40000: 'Public Function GetListEntryInfo(ListName As String, Value As String, ParentKey As String) As Common.Lists.ListEntryInfo' is obsolete: 'This method has been deprecated. PLease use GetListEntryInfo(ByVal ListName As String, ByVal Value As String)'.
D:\Inetpub\DNNDev\admin\Scheduling\EditSchedule.ascx.vb(163,0): warning BC42024: Unused local variable: 'strMessage'.
D:\Inetpub\DNNDev\admin\Scheduling\ViewSchedule.ascx.vb(90,0): warning BC42104: Variable 'str' is used before it has been assigned a value. A null reference exception could result at runtime.
D:\Inetpub\DNNDev\admin\Scheduling\ViewScheduleStatus.ascx.vb(141,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
D:\Inetpub\DNNDev\admin\Vendors\Affiliates.ascx.vb(108,0): warning BC42105: Function 'DisplayDate' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
D:\Inetpub\DNNDev\admin\Vendors\Vendors.ascx.vb(169,0): warning BC42105: Function 'DisplayAddress' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
D:\Inetpub\DNNDev\admin\Vendors\Vendors.ascx.vb(189,0): warning BC42105: Function 'DisplayEmail' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
D:\Inetpub\DNNDev\admin\Vendors\Vendors.ascx.vb(212,0): warning BC42105: Function 'FormatURL' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
D:\Inetpub\DNNDev\admin\Vendors\Vendors.ascx.vb(244,0): warning BC42105: Function 'FilterURL' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
D:\Inetpub\DNNDev\DesktopModules\Adsense\EditAdsense.ascx.vb(252,0): warning BC40000: 'Public Sub SynchronizeModule()' is obsolete: 'This method is deprecated. Plaese use ModuleController.SynchronizeModule(ModuleId)'.
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dnndev\1c162e88\9408039\App_Web_6jp7fips.2.vb(51,0): warning BC40055: Casing of namespace name 'HTML' does not match casing of namespace name 'Html' in file 'B:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dnndev\1c162e88\9408039\App_Web_6jp7fips.0.vb'.
D:\Inetpub\DNNDev\DesktopModules\HTML\EditHtml.ascx.vb(153,0): warning BC40000: 'Public Sub SynchronizeModule()' is obsolete: 'This method is deprecated. Plaese use ModuleController.SynchronizeModule(ModuleId)'.
D:\Inetpub\DNNDev\DesktopModules\MarketShare\Edit.ascx.vb(57,0): warning BC40000: 'Public Sub SynchronizeModule()' is obsolete: 'This method is deprecated. Plaese use ModuleController.SynchronizeModule(ModuleId)'.
D:\Inetpub\DNNDev\Portals\_default\subhost.aspx(22,0): warning BC42104: Variable 'DomainName' is used before it has been assigned a value. A null reference exception could result at runtime.
D:\Inetpub\DNNDev\Providers\HtmlEditorProviders\Fck\FckHtmlEditorOptions.aspx(26,0): warning BC40004: WithEvents variable 'form' conflicts with property 'form' in the base class 'Page' and should be declared 'Shadows'.
D:\Inetpub\DNNDev\Providers\HtmlEditorProviders\Fck\fckimagegallery.aspx(40,0): warning BC40004: WithEvents variable 'Form' conflicts with property 'Form' in the base class 'Page' and should be declared 'Shadows'.
D:\Inetpub\DNNDev\Default_DNN482_20080312.aspx(23,0): warning BC40004: WithEvents variable 'Form' conflicts with property 'Form' in the base class 'Page' and should be declared 'Shadows'.
D:\Inetpub\DNNDev\ErrorPage.aspx(10,0): warning BC40004: WithEvents variable 'Form' conflicts with property 'Form' in the base class 'Page' and should be declared 'Shadows'.
D:\Inetpub\DNNDev\Default.aspx(23,0): warning BC40004: WithEvents variable 'Form' conflicts with property 'Form' in the base class 'Page' and should be declared 'Shadows'.
Validation Complete
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========