Hi
I am working on XP Professional,IIS 5.1,Visual Studion.net 2003,.Net Framework 1.1 and .Net runtime 2.0, Sqlserver 2000, Nant
I tried installing nhibernate1.0.2. I have the all steps as in
http://www.hibernate.org/367.html page.
I have executed
For the debug build type the command:
NAnt -D:project.config=debug clean build >output-debug-build.log
For the release build type the command:
NAnt -D:project.config=release clean build >output-release-build.log
sucessfully
When i tried to test the using following
NAnt
-D:project.config=release
-D:nhibernate.dialect="NHibernate.Dialect.MsSql2000Dialect"
-D:nhibernate.connection.driver_class="NHibernate.Driver.SqlClientDriver"
-D:nhibernate.connection.connection_string="Server=localhost;initial catalog=nhibernate;User ID=blah;Password=blah;Min Pool Size=2"
test
>output-release-test.log
I am getting following errors
merge:
[exec] An exception occurred during merging:
[exec] ILMerge.Merge: ERROR!!: Duplicate type 'NHibernate.IdentityHashCodeP
rovider' found in assembly 'HashCodeProvider'.
BUILD FAILED
E:\Net Framework\nHibernate\NHibernateSolution.build(180,4):
External Program Failed: E:\Net Framework\nHibernate\external-bin\ilmerge.exe (r
eturn code was 1)
Total time: 8.7 seconds.
E:\Net Framework\nHibernate> -D:project.config=release
The filename, directory name, or volume label syntax is incorrect.
E:\Net Framework\nHibernate> -D:nhibernate.dialect="NHibernate.Dialect.MsSql2
000Dialect"
The filename, directory name, or volume label syntax is incorrect.
E:\Net Framework\nHibernate> -D:nhibernate.connection.driver_class="NHibernat
e.Driver.SqlClientDriver"
The filename, directory name, or volume label syntax is incorrect.
E:\Net Framework\nHibernate> -D:nhibernate.connection.connection_string="Serv
er=localhost;initial catalog=nhibernate;User ID=nHibernate;Password=nHibernate;M
in Pool Size=2"
The filename, directory name, or volume label syntax is incorrect.
E:\Net Framework\nHibernate> test
'test' is not recognized as an internal or external command,
operable program or batch file.
E:\Net Framework\nHibernate> >output-release-test.log
Can any help me.
If this question has been raised before kindly redirect me.
thanks & Regards
madhavi