Here are the errors I am getting when initially loading Castle Project 2.0 binaries:
.NET Version : 2.0.50727.42
OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2
Current culture : English (United States) (en-US)
Working Set Memory : 56560kb
SharpDevelop Version : 2.0.0.1710
Error loading code-completion information for Castle.Facilities.ActiveRecordIntegration from C:\LocatorDataEntry_v2\KioskManagement\public\bin\Castle.Facilities.ActiveRecordIntegration.dll
Exception thrown:
System.TypeLoadException: Method 'get_Connection' in type 'Castle.Facilities.ActiveRecordIntegration.SafeSessionProxy' from assembly 'Castle.Facilities.ActiveRecordIntegration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' does not have an implementation.
at System.Reflection.Assembly.GetExportedTypes()
at ICSharpCode.SharpDevelop.Dom.ReflectionProjectContent..ctor(Assembly assembly, String assemblyLocation)
at ICSharpCode.SharpDevelop.Dom.ReflectionLoader.LoadProjectContent(String fileName, String include)
at ICSharpCode.SharpDevelop.Dom.ReflectionLoader.LoadAndCreateDatabase(String fileName, String include)
at ICSharpCode.SharpDevelop.Dom.ReflectionLoader.LoadAndCreateDatabase(String fileName, String include)
at ICSharpCode.Core.ProjectContentRegistry.LoadProjectContent(String filename, String include)
.NET Version : 2.0.50727.42
OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2
Current culture : English (United States) (en-US)
Working Set Memory : 58572kb
SharpDevelop Version : 2.0.0.1710
Error loading code-completion information for Castle.Facilities.NHibernateIntegration from C:\LocatorDataEntry_v2\KioskManagement\public\bin\Castle.Facilities.NHibernateIntegration.dll
Exception thrown:
System.TypeLoadException: Method 'get_Connection' in type 'Castle.Facilities.NHibernateIntegration.SessionDelegate' from assembly 'Castle.Facilities.NHibernateIntegration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' does not have an implementation.
at System.Reflection.Assembly.GetExportedTypes()
at ICSharpCode.SharpDevelop.Dom.ReflectionProjectContent..ctor(Assembly assembly, String assemblyLocation)
at ICSharpCode.SharpDevelop.Dom.ReflectionLoader.LoadProjectContent(String fileName, String include)
at ICSharpCode.SharpDevelop.Dom.ReflectionLoader.LoadAndCreateDatabase(String fileName, String include)
at ICSharpCode.SharpDevelop.Dom.ReflectionLoader.LoadAndCreateDatabase(String fileName, String include)
at ICSharpCode.Core.ProjectContentRegistry.LoadProjectContent(String filename, String include)