the browser works fine under normal usage, however, when I try to debug on
the catalog browse page, i get the following error...
Server Error in '/arc' Application.
--------------------------------------------------------------------------------
The language that you specfied is not associated with this catalog
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: The
language
that you specfied is not associated with this catalog
Source Error:
Line 355: if (CatalogManager.GetCatalogSet.IndexOf (this.BreadCrumbs
[0])!= -1)
Line 356: {
Line 357: catMan = new CatalogManager (this.BreadCrumbs [0]);
Line 358:
Line 359: if (catMan != null)
any ideas?