MobileESP: ASP.NET Updates
Hi, folks –
The 2 flavors of the ASP.NET code library were updated with two issues specific to that code base. The updates are now live on Google Code.
- The starting quote was missing for the vndRIM variable’s value.
- Removed the class statement, “using System.Linq.” The Linq API wasn’t actually used. Removing the Linq statement gives us an added bonus: compatibility for the ASP.NET code now drops from .NET 4.0 to .NET 2.0.
Many thanks to Brian W. for pointing out these issues and their solutions!
- Anthony