Hi,
I imported ocx control as dll and created a instance of namepace and class in code behind file.
i can see all the functions and proerties by intellisense.
but when i access thru browser i am getting following error.
Culture name \'neutral\' is not supported
is that related to my application or am i doing anything wrong,
first i want to know whether i can use that ocx as dll or assembly in asp.net 2.0
any help plz...
Thanks
Sanju
System.ArgumentException: Culture name \'neutral\' is not supported. Parameter name: name at System.Globalization.CultureTableRecord..ctor(String cultureName, Boolean useUserOverride) at System.Globalization.CultureTableRecord.GetCultureTableRecord(String name, Boolean useUserOverride) at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) at System.Reflection.Assembly.GetName(Boolean copiedName) at System.Reflection.Assembly.GetName() at System.ComponentModel.Design.RuntimeLicenseContext.CaseInsensitiveManifestResourceStreamLookup(Assembly satellite, String name) at System.ComponentModel.Design.RuntimeLicenseContext.GetSavedLicenseKey(Type type, Assembly resourceAssembly) at System.ComponentModel.LicenseManager.LicenseInteropHelper.GetCurrentContextInfo(Int32& fDesignTime, IntPtr& bstrKey, RuntimeTypeHandle rth) at web2fone.Page_Load(Object sender, EventArgs e) in