My understanding is that adding FemDesign.Core in solution node and Dependencies in project node and calling correct “using” namespace is a correct way to reference.
I have instances when I get stuck with v 23.6.0 (unable to update) and namespaces with errors seen in the picture above can’t be accessed.
When using Nuget and installing v 23.6.1 I seem to be able to run “Example 2 - Simple slab”
but I was interested if anyone else have experience this problem and maybe have some fix for it?
There has been an issue with 23.6.0 release as it does not installed automatically all the packages required by our API. 23.6.1 API. 23.7.5 has solved that issue.
FYI, You should always be able to update to a newer version. If it is not possible, fell free to let me know the issue that you are facing.
However, you can still install the missing packages from nuget on your own
Hi @KPN
23.7.5 version of nuget has been released and it finally download all the references automatically!
I had some hard time in finding what was the error. Please, feel free to try again
However, if you do not have access to Nuget, you can add reference manually following the instruction below.
Download FEM-Design API dll
The best place to download the .dll is from GitHub
The contents of femdesign_csharp is what you will need to reference.
Later, you will need to reference the .dll in your project. A quick google research should help you. I have selected few posts for you.