Hi Marcus and welcome to the forums!
Thanks for the reporting the situation with VS Express for Desktop 2015. I have added it as an issue.
There is built-in support for Community Edition 2015, but I wasn’t aware until recently that they actually made an Express Edition 2015.
Regarding why the node does not work, it shouldn’t be related to the obsolete code. Rather, I suspect that this may be a problem with missing DLL dependencies. If Bonsai can’t load the type because of missing dependencies, it will be missing.
Can you try looking at all thrown exceptions? By default Visual Studio only notifies you of unhandled exceptions, but you can actually also look at exceptions that were thrown but later ignored.
You can see how to do this here:
https://msdn.microsoft.com/en-us/library/x85tt0dd.aspx
If there is a problem with dependency loading, you will see at some point a FileLoadException when loading the plugin. If this happens we need to understand what is missing. It can be a number of things: Missing DLLs from fire package, incompatible 32-bit or 64-bit DLLs, missing system libraries, etc.
My best bet is you may be missing some DLLs from FirePackage. The FireWrap.Net itself is just a wrapper on top of another C++ DLL and you need to have that as well in the final debug folder.
Let me know how it goes. We are also trying to update AVT support to the new driver package. Will let you know if we make progress.
--
You received this message because you are subscribed to the Google Groups "Bonsai Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/c878e600-8d96-4059-8c3e-740c81ead6f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/760883f3-87e0-407d-8745-2806da9872e6%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/32c4ca2a-409f-480a-96ed-c257a266ad6c%40googlegroups.com.