With the most recent download, the project will not build in either VS 2008 or VS 2010. A yellow explamation point appears on the references/NHapi.Base.
Which project file?
The current version has two directories (nHapi11 and nHapi20) and inside of each directory there are various project/solution files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The 1.1 is really old, and you probably don't want that.
Open the nHapi.sln file and build that first. That will build the core nHapi.Base library. The other models should be referencing that base DLL once built.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is not a bug. The issue is that the latest file posted on the SourceForge's project site is not the entire trunk, just the v2.5.1 project.
It should be closed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-01-18
Use SVN folder nhapi20 to build base project, use the dll from bin folder as a reference in your NHapi.Model.V251 project from the branches folder. your project will built without any error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Which project file?
The current version has two directories (nHapi11 and nHapi20) and inside of each directory there are various project/solution files.
There's only one csproj file in the current download, and it doesn't build because there's no NHapi.base. Really annoying.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Hey guys, i'm having trouble locating the file. Can you give any additional helpful info? Any of you solved the problem?
The 1.1 is really old, and you probably don't want that.
Open the nHapi.sln file and build that first. That will build the core nHapi.Base library. The other models should be referencing that base DLL once built.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I'd suggest you connect to SVN and get the latest from trunk.
- I will post a zip file with the trunk (version 2.0) when I get a chance.
It also looks like the Hl7Models.sln includes the base library as part of the solution. So doing a build of that solution should build them all.
This is not a bug. The issue is that the latest file posted on the SourceForge's project site is not the entire trunk, just the v2.5.1 project.
It should be closed.
Use SVN folder nhapi20 to build base project, use the dll from bin folder as a reference in your NHapi.Model.V251 project from the branches folder. your project will built without any error.