Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to download the xbim.geometry.Engine64.dll #244

Closed
castronelson opened this issue Sep 10, 2019 · 4 comments
Closed

how to download the xbim.geometry.Engine64.dll #244

castronelson opened this issue Sep 10, 2019 · 4 comments

Comments

@castronelson
Copy link

No description provided.

@andyward
Copy link
Member

You don't need to download it. It's included in the XBIM.Geometry Nuget package

It should be automatically copied to the build bin folder when you include the Nuget package. However web projects are a bit different - so you may need to copy it manually (or with something like a Post-build step)

@castronelson
Copy link
Author

castronelson commented Sep 11, 2019 via email

@andyward
Copy link
Member

You must have mis-matched set of assemblies somehow. Hard to sort this for you without seeing your project/package files but:

  1. Clear your bin folders out
  2. Make sure you're on the latest nuget packages for XBIM
  3. Make sure you're project file is referencing those latest versions (and not some assembly reference
  4. Rebuild everything
  5. Check the versions of everything XBIM.*dll in the bin folder (notably the File Version)

I'm assuming here that it's failing on a dev machine not a server...

@castronelson
Copy link
Author

castronelson commented Sep 11, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants