llblgen v5.2.1 and a project move to another computer

Posts   
 
    
alonsoChen
User
Posts: 30
Joined: 27-Nov-2017
# Posted on: 01-Mar-2018 04:28:23   

I want to move the project from one computer to another one. Which files do I need to copy to? Thank you.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 01-Mar-2018 07:25:07   

If you are designing the model in LLBLGen Designer, you just need to move the .llblgenproj file to the new pc. Note that you need to install LLBLGen Designer in the new computer and have a valid license there.

If you are just using the generated code produced by LLBLGen Designer, then you just need to copy such code, and make sure to have the correct assembly references to the LLBLGen ORM support classes in the new computer. Now yo can do this with nuget (ref...).

David Elizondo | LLBLGen Support Team