I started learning how to customize webscreen using sage 300 customization wizard.
I managed to generate on visual studio 2022 successfully but I got the error below while running the code generation wizard.
ERRORS:
Severity Code Description Project File Line Suppression State
Error (active) CS0246 The type or namespace name 'Unity' could not be found (are you missing a using directive or an assembly reference?) ValuedPartner.TU.Services C:\Users\Fidelis.Odhiambo\source\repos\HandsOn\HandsOn\ValuedPartner.TU.Services\TUBootstrapper.cs 9
Error (active) CS0246 The type or namespace name 'Unity' could not be found (are you missing a using directive or an assembly reference?) ValuedPartner.TU.Services C:\Users\Fidelis.Odhiambo\source\repos\HandsOn\HandsOn\ValuedPartner.TU.Services\TUBootstrapper.cs 10
Error (active) CS0012 The type 'IUnityContainer' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Practices.Unity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. ValuedPartner.TU.Services C:\Users\Fidelis.Odhiambo\source\repos\HandsOn\HandsOn\ValuedPartner.TU.Services\TUBootstrapper.cs 19
Error (active) CS0246 The type or namespace name 'IUnityContainer' could not be found (are you missing a using directive or an assembly reference?) ValuedPartner.TU.Services C:\Users\Fidelis.Odhiambo\source\repos\HandsOn\HandsOn\ValuedPartner.TU.Services\TUBootstrapper.cs 25
Error (active) CS0246 The type or namespace name 'IUnityContainer' could not be found (are you missing a using directive or an assembly reference?) ValuedPartner.TU.Services C:\Users\Fidelis.Odhiambo\source\repos\HandsOn\HandsOn\ValuedPartner.TU.Services\TUBootstrapper.cs 35
Error (active) CS0246 The type or namespace name 'IUnityContainer' could not be found (are you missing a using directive or an assembly reference?) ValuedPartner.TU.Services C:\Users\Fidelis.Odhiambo\source\repos\HandsOn\HandsOn\ValuedPartner.TU.Services\TUBootstrapper.cs 43
Error (active) CS0006 Metadata file 'C:\Users\Fidelis.Odhiambo\source\repos\HandsOn\HandsOn\ValuedPartner.TU.Services\bin\ValuedPartner.TU.Services.dll' could not be found ValuedPartner.TU.Web C:\Users\Fidelis.Odhiambo\source\repos\HandsOn\HandsOn\ValuedPartner.TU.Web\CSC 1
