WebResourceAttribute And VB.NET, Not Like in C#!
Three months ago I blogged about System.Web.UI.WebResourceAttribute Issue. Recently in ASP.NET forums I noticed a question about this issue! and in the question it is mentioned that the way I descriped didn't work. I noticed also that the guy was using VB.NET not C# on which I tested my post on
The deference, or the issue came up because C# & VB.Net treat or compile resources in deferent ways -this is my own observation-. Return to the issue post on ASP.NET Forums to know what was exactly the problem and how it was resolved.