I've tried and tried to update to 3.2.2 from 3.0.1 but I get this error
An error has occurred.
An error has occurred.
while debugging in visual studio
D:\Development\DotNetNuke\admin\Containers\Title.ascx.vb(37): Import of type 'DotNetNuke.UI.Utilities.IClientAPICallbackEventHandler' from assembly or module 'DotNetNuke.WebUtility' failed.
D:\Development\DotNetNuke\admin\Files\FileManager.ascx.vb(103): Import of type 'DotNetNuke.UI.Utilities.IClientAPICallbackEventHandler' from assembly or module 'DotNetNuke.WebUtility' failed.
D:\Development\DotNetNuke\admin\Lists\ListEditor.ascx.vb(50): Import of type 'DotNetNuke.UI.Utilities.IClientAPICallbackEventHandler' from assembly or module 'DotNetNuke.WebUtility' failed.
D:\Development\DotNetNuke\admin\Localization\LanguageEditor.ascx.vb(55): Import of type 'DotNetNuke.UI.Utilities.IClientAPICallbackEventHandler' from assembly or module 'DotNetNuke.WebUtility' failed.
D:\Development\DotNetNuke\components\Shared\Calendar.vb(71): 'IsClientScriptBlockRegistered' is not a member of 'DotNetNuke.UI.Utilities.ClientAPI'.
D:\Development\DotNetNuke\components\Shared\Calendar.vb(72): 'RegisterClientScriptBlock' is not a member of 'DotNetNuke.UI.Utilities.ClientAPI'.
D:\Development\DotNetNuke\components\Shared\Globals.vb(1444): 'RegisterClientScriptBlock' is not a member of 'DotNetNuke.UI.Utilities.ClientAPI'.
D:\Development\DotNetNuke\Default.aspx.vb(530): 'HandleClientAPICallbackEvent' is not a member of 'DotNetNuke.UI.Utilities.ClientAPI'.
D:\Development\DotNetNuke\Providers\NavigationProviders\DNNMenuNavigationProvider\DNNMenuNavigationProvider.vb(32): Import of type 'DotNetNuke.UI.Utilities.IClientAPICallbackEventHandler' from assembly or module 'DotNetNuke.WebUtility' failed.
D:\Development\DotNetNuke\Providers\NavigationProviders\DNNMenuNavigationProvider\DNNMenuNavigationProvider.vb(75): Import of type 'DotNetNuke.UI.Utilities.IClientAPICallbackEventHandler' from assembly or module 'DotNetNuke.WebUtility' failed.
D:\Development\DotNetNuke\Providers\NavigationProviders\DNNMenuNavigationProvider\DNNMenuNavigationProvider.vb(714): Import of type 'DotNetNuke.UI.Utilities.IClientAPICallbackEventHandler' from assembly or module 'DotNetNuke.WebUtility' failed.
D:\Development\DotNetNuke\Providers\NavigationProviders\DNNTreeNavigationProvider\DNNTreeNavigationProvider.vb(34): Import of type 'DotNetNuke.UI.Utilities.IClientAPICallbackEventHandler' from assembly or module 'DotNetNuke.WebUtility' failed.
D:\Development\DotNetNuke\Providers\NavigationProviders\DNNTreeNavigationProvider\DNNTreeNavigationProvider.vb(58): Import of type 'DotNetNuke.UI.Utilities.IClientAPICallbackEventHandler' from assembly or module 'DotNetNuke.WebUtility' failed.
D:\Development\DotNetNuke\Providers\NavigationProviders\DNNTreeNavigationProvider\DNNTreeNavigationProvider.vb(289): Import of type 'DotNetNuke.UI.Utilities.IClientAPICallbackEventHandler' from assembly or module 'DotNetNuke.WebUtility' failed.
Warning: The dependency 'DotNetNuke.WebUtility, Version=1.0.2181.26190, Culture=neutral' in project 'BuildSupport' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke.WebUtility, Version=3.2.0.0, Culture=neutral'.
Warning: The dependency 'DotNetNuke.WebUtility, Version=1.0.2181.26190, Culture=neutral' in project 'Provider.DNNDropDownNavigationProvider' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke.WebUtility, Version=3.2.0.0, Culture=neutral'.
Warning: The dependency 'DotNetNuke.WebUtility, Version=1.0.2181.26190, Culture=neutral' in project 'Provider.DNNMenuNavigationProvider' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke.WebUtility, Version=3.2.0.0, Culture=neutral'.
Warning: The dependency 'DotNetNuke.WebUtility, Version=1.0.2181.26190, Culture=neutral' in project 'Provider.DNNTreeNavigationProvider' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke.WebUtility, Version=3.2.0.0, Culture=neutral'.
Warning: The dependency 'DotNetNuke.WebUtility, Version=1.0.2181.26190, Culture=neutral' in project 'Provider.SolpartMenuNavigationProvider' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke.WebUtility, Version=3.2.0.0, Culture=neutral'.
Warning: The dependency 'DotNetNuke.WebUtility, Version=3.2.0.0, Culture=neutral' in project 'DotNetNuke' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke.WebUtility, Version=1.0.2181.26190, Culture=neutral'.
with a object not set to an instance of an object in the URL pls help as to how I can even begin to debug this!
Kind Regards