Running Vista Ultimate and VS2005 (full version) and have just installed 4.4.1 (no prev. version) using full source code version
When I try to make a Rebuild All, the following problem occurs: (see bottom for errors)
------ Rebuild All started: Project: CountryListBox, Configuration: Debug Any CPU ------
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Vbc.exe /noconfig /baseaddress:4D690000 /imports:Microsoft.VisualBasic,System,System.Collections,System.Diagnostics /nowarn:42016,42017,42018,42019,42032 /optioncompare:Binary /optionexplicit+ /optionstrict+ /removeintchecks- /doc:obj\Debug\CountryListBox.xml /define:"CONFIG=\"Debug\",DEBUG=-1,TRACE=-1,_MyType=\"Windows\",PLATFORM=\"AnyCPU\"" /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll,C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Web.dll /debug+ /debug:full /optimize- /out:obj\Debug\CountryListBox.dll /target:library /warnaserror- AssemblyInfo.vb CountryListBox.vb CountryLookup.vb
CountryListBox -> F:\DotNetNuke_RubiconData\Library\Controls\CountryListBox\bin\CountryListBox.dll
........
......
.....
------ Skipped Rebuild All: Project: HttpModule.Compression, Configuration: Debug Any CPU ------
Project not selected to build for this solution configuration
------ Rebuild All started: Project: http://localhost/dotnetnuke/, Configuration: Debug .NET ------
Validating Web Site
Building directory '/dotnetnuke/App_GlobalResources/'.
Building directory '/dotnetnuke/App_Code/'.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(68,0): error BC30451: Name 'Config' is not declared.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(71,0): error BC30451: Name 'Config' is not declared.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(120,0): error BC30451: Name 'LogException' is not declared.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(144,0): error BC30002: Type 'PortalController' is not defined.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(148,0): error BC30002: Type 'PortalInfo' is not defined.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(166,0): error BC30451: Name 'Scheduling' is not declared.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(204,0): error BC30451: Name 'Scheduling' is not declared.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(205,0): error BC30002: Type 'Scheduling.SchedulingProvider' is not defined.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(206,0): error BC30451: Name 'Scheduling' is not declared.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(207,0): error BC30451: Name 'Scheduling' is not declared.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(264,0): error BC30002: Type 'EventQueue.EventQueueController' is not defined.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(314,0): error BC30451: Name 'Scheduling' is not declared.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(317,0): error BC30002: Type 'Scheduling.SchedulingProvider' is not defined.
F:\DotNetNuke_RubiconData\Website\App_Code\Global.asax.vb(328,0): error BC30451: Name 'LogException' is not declared.
Validation Complete
========== Rebuild All: 32 succeeded, 1 failed, 1 skipped ==========