I've compiled and run the MakeCultures stuff but I'm still getting the error. Here's the extract from my log, how do you knwo which resourse to remove?
Application Started: code version 1881
Code version: 1881
http://localhost:2341/Default.aspx
***Level: ERROR
2009-03-19 18:25:35,224
Appl.Uptime: 2293778 ms
Logger: Rainbow
Failed to create 'CountriesFilter' in PortalSettings.
Code version: 1881
http://localhost:2341/Default.aspx
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Xml.XmlReader.CalcBufferSize(Stream input)
at System.Xml.XmlTextReaderImpl.InitStreamInput(Uri baseUri, String baseUriStr, Stream stream, Byte[] bytes, Int32 byteCount, Encoding encoding)
at System.Xml.XmlTextReaderImpl.InitStreamInput(Stream stream, Encoding encoding)
at System.Xml.XmlTextReaderImpl..ctor(String url, Stream input, XmlNameTable nt)
at System.Xml.XmlTextReaderImpl..ctor(Stream input)
at System.Xml.XmlTextReader..ctor(Stream input)
at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
at Esperantus.Data.CountryInfoSerializer.Deserialize(Stream countriesStream)
at Esperantus.Data.Persistence.StoreResources.GetCountries(CountryTypes types)
at Esperantus.CountryTable.InitializeStore()
at Esperantus.CountryTable.GetCountries(CountryTypes types, CountryFields sortBY)
at Esperantus.CountryInfo.GetCountries(CountryTypes types, CountryFields sortBY)
at Rainbow.Configuration.PortalSettings.GetPortalBaseSettings(String PortalPath) in D:\WebSites\rainbow\Rainbow\Configuration\Settings\PortalSettings.cs:line 774
***Level: ERROR
2009-03-19 18:26:15,833
Appl.Uptime: 2334387 ms
Logger: Rainbow
Error creating new user
Code version: 1881
http://localhost:2341/DesktopModules/Users/UsersManage.aspx?tabID=281&mID=281
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse)
at System.Web.HttpResponse.Redirect(String url)
at Rainbow.DesktopModules.UsersManage.Page_Load(Object sender, EventArgs e) in F:\ASP.NET 2.0\Ramseur.Applications\Test.Applications\rainbow.hosting.1.1\rainbow1.1to2.0\rainbow1.1\DesktopModules\Users\UsersManage.aspx.cs:line 133
***Level: FATAL
2009-03-19 18:26:25,087
Appl.Uptime: 2343641 ms
Logger: Rainbow
errorGUID: 44acb69aad6d4909ba3983d30e34ca15
Code version: 1881
http://localhost:2341/DesktopModules/Users/UsersManage.aspx?tabID=281&mID=281&userID=46&username=NewUserEmail8@yoursite.com
System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at System.Xml.XmlReader.CalcBufferSize(Stream input)
at System.Xml.XmlTextReaderImpl.InitStreamInput(Uri baseUri, String baseUriStr, Stream stream, Byte[] bytes, Int32 byteCount, Encoding encoding)
at System.Xml.XmlTextReaderImpl.InitStreamInput(Stream stream, Encoding encoding)
at System.Xml.XmlTextReaderImpl..ctor(String url, Stream input, XmlNameTable nt)
at System.Xml.XmlTextReaderImpl..ctor(Stream input)
at System.Xml.XmlTextReader..ctor(Stream input)
at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
at Esperantus.Data.CountryInfoSerializer.Deserialize(Stream countriesStream)
at Esperantus.Data.Persistence.StoreResources.GetCountries(CountryTypes types)
at Esperantus.CountryTable.InitializeStore()
at Esperantus.CountryTable.GetCountries(CountryTypes types, CountryFields sortBY)
at Esperantus.CountryInfo.GetCountries(CountryTypes types, CountryFields sortBY)
at Rainbow.DesktopModules.RegisterFull.BindCountry() in D:\WebSites\rainbow\DesktopModules\Register\RegisterFull.ascx.cs:line 218
at Rainbow.DesktopModules.RegisterFull.Page_Load(Object sender, EventArgs e) in D:\WebSites\rainbow\DesktopModules\Register\RegisterFull.ascx.cs:line 429
at System.Web.UI.Control.OnLoad(EventArgs e)
at Rainbow.UI.WebControls.PortalModuleControl.OnLoad(EventArgs e) in D:\WebSites\rainbow\Rainbow\UI\WebControls\PortalModuleControl.cs:line 700
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.desktopmodules_users_usersmanage_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\090a8ea2\51f4f334\App_Web_-w7pv8qn.1.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Thanks