Hello Team, could you please help us to solve below issue: we bought DataObject Professional I entered the key and then receive error message: UNABLE TO FIND FACTORY METHOD FOR TYPE 'TNH.MODEL.USER'. MAKE SURE ASSEMBLY 'TNH.MODEL.USER' IS PROCESSED BY WEAVER. SEE SECTION 2 OF MANUAL FOR DETAILS. thank you for help Oksana |
Hello SAM The problem is that types were not be processed by our Weaver. We recommend installation from Nuget, because Nuget package installer does everything by itself. If you add references to DataObjects.Net libraries manually you should add <Import> section to the project you've add references. You can read it here. Section "Under the hood" explains what Nuget installer does and you need do the same but manually. Our *.targets file should be located in the root of whether package directory or zip-file with binaries. |