aatg I am trying to build and run the "Lightstreamer ASP.NET AJAX Demo" with Visual Web Developer 2005 Express. I am getting a lot of errors... Are there any migration steps that need to be followed in order for this to work? Thanks Matt
ratsey What kind of errors are you getting? The sample code doesn't work out of the box, as explained by another poster, there's references to non-existant code you need to remove.
aatg I am getting this error for every control: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. and Unknown server tag 'ajaxToolkit:CollapsiblePanelExtender'. Unknown server tag 'asp:UpdatePanel'
Mone I'm not an ASP.NET expert so correct me if I'm wrong. It seems that you haven't downloaded and/or installed the ASP.NET AJAX toolkit. You can find it here: http://ajax.asp.net/ajaxtoolkit/ I look forward to hearing from you.