Hi, I am working with version 4.6.8 and VS 2013. I am having problems creating dataobjects projects. I can't find the templates or the NuGET Package for this version. Could you please indicate were I can get the NuGET Package or how to create dataobjects projects manually. Thank you, Richard |
Hello rasxte You can find all our packages on this page. Using Nuget packages is simplest way to add DataObjects.Net to you project. Also you can download our libraries from dataobjects.net, but then you must add references and add import of DataObjects.Net.targets to project file manually. (see Getting started for 4.6.x version (installer is no longer supported) or Getting started for 5.0.x version) Hi Alexey, I was able to solve the problem but I had to make manual adjustments to the project file. Luckily I have other dataobjects projects and I took a look at them and made the changes in the project file and copied dataobjects and postsharp files to my project and it worked. You should have the NuGet Package file for DO 4.6. available on the NUGet website. I could only find DO version 5 packages files there. It's really frustrating to have to manually figure these things out to be able to use dataobjects in my projects. Thank you, Richard |