I can't build the 4.3 source code in VS2005, i've seen that other people can build it, and i searched 10 pages back on the forums, but i cant find out any VS setup topics that would solve this problem
I have 50 or so "Type not defined" errors due to missing "Imports" statements
for example...
Global.asax.vb
Config.GetSetting is undefined
LogException is undefined
Scheduling is not declared
Scheduling.SchedulingProvider is not defined
but if i add Imports code as shown below, i can fix some of these problems, but not all of them becausee i dont know all the libraries that need to be imported.
Imports DotNetNuke.Services.Scheduling (is not currently in the global.asax.vb source code)
Imports DotNetNuke.Services (is not currently in the global.asax.vb source code)
josh