Hi,
I am using ActveRecords(which uses nhibernate technology).
When I compile this project in .NET-2.0 using nant scrips eveything is running smoothly but when I am compiling my project in Mono-2.0 profile using nant script (database used pstgresql). I am getting the following error message.
[csc] ** (C:\Program Files\Mono-1.2.6\lib\mono/2.0/gmcs.exe:1544): WARNING **: The class NHibernate.EmptyInterceptor could not be loaded, used in NHibernate, Version=1.2.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4
[csc] Unhandled Exception: System.TypeLoadException: Could not load type 'NHibernate.EmptyInterceptor' from assembly 'NHibernate, Version=1.2.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4'.
[csc] at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
[csc] at System.Reflection.Assembly.GetExportedTypes () [0x00000]
[csc] at Mono.CSharp.TypeManager.LoadAllImportedTypes () [0x00000]
[csc] at Mono.CSharp.Driver.MainDriver (System.String[] args) [0x00000]
[csc] at Mono.CSharp.Driver.Main (System.String[] args) [0x00000]
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
can anyone help me with this thing?
Jash