I've got extremely strange behavior on one of my pages. I was able to get a work-around in place, but I'd like to get input on why this error is happening (and why my work-around actually works).
(Let me also say that this is in no way, shape, or form my code...so please don't bash me too hard)
When loading the page, we're getting
BC30456 'InitializeCulture' is not a member of...
I worked through the tips here and nothing worked:
I was able to get the page back up and working by changing
<%@ Page Language="VB" AutoEventWireup="false"
CodeFile="newsproduct_rss.aspx.vb" Inherits="product_nrss" %>
to
<%@ Page Language="VB" AutoEventWireup="false"
CodeFile="newsproduct_rss.aspx.vb" Inherits="product_nrss" Debug="true" %>
I'm hoping there's something obvious I'm missing so please, enlighten me!
Also, if anybody needs more details...just let me know and I'll supply everything I can (if you can't tell, this one is really eating at me).