CurrentUICulture causing syntax error and object expected error

  •  04-01-2010, 4:29 AM

    CurrentUICulture causing syntax error and object expected error

    I think the version I'm using is 6.3 (where do I check?) and asp.net 3.5 with VB.
     
    When I add System.Threading.Thread.CurrentThread.CurrentUICulture = ci to theApplication_AcquireRequestState(ByVal sender As Object, ByVal e As EventArgs) in Global.vb I get syntax errors and object expected errors pointing to the CuteEditor code. Also button images are not loaded, nor the edit area itself. I've tried setting the CustomCulture property of the CE:EDITOR, but it still gives me the same error. Is there some way to resolve this since I had planned to start using the UICulture feature of asp.net?
View Complete Thread