Hi,
I've just installed the new WebEdition 4.5 framework, and my solution that worked on 4.0 now refused to build, yielding all sorts of errors. A typical error is as follows:
...\Default.aspx.vb(579) : error BC30009: Reference required to assembly 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' containing the implemented interface 'System.Collections.Specialized.INotifyCollectionChanged'. Add one to your project.
The source statement in question is just:
Map1.StaticOverlay.Layers.Add(wms) '- wms is WmsRasterLayer
I'm not a VS superuser, so this error has me in the dark. From the new docs I can see, that the "Layers" object is a readonly member. But this situation must be new 4.5, since the code worked in 4.0.
Please advise