Code Without LBL Project

Posts   
 
    
mjeduar
User
Posts: 35
Joined: 14-Sep-2012
# Posted on: 14-Sep-2012 01:34:34   

Hello Everyone,

This is the issue:

I have a new Asp Project and the client give us all the code but the business layer is a dll(here are all LLBLGEN Pro classes and code) -> I decompiled the dll with (reflector) with this code create a new project with (Visual Studio) and I have all the code (now all the site is working). So the problem is...

I dont have a LBL Project. How could I create a LBL Project with this code? I need to modify some relation an create new entities.

What is the best alternative?

Thank you in advance for your attention.

Mj.

mjeduar
User
Posts: 35
Joined: 14-Sep-2012
# Posted on: 14-Sep-2012 01:43:35   

I have add an image of the project

Attachments
Filename File size Added on Approval
issueLLBL.JPG 30,534 14-Sep-2012 01:43.57 Approved
daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 14-Sep-2012 07:28:26   

Going from code to LLBLGen project would be very difficult. I think the best choice would be to create a new LLBLGen project from you DB. Then regenerate code and fix things in the generated code. Things like: field names that are different, etc.

Do you know what LLBLGen was used to generate that code? It should be in the file header comments on the generated files. If so, you should create a project in that LLBLGen version, then you could upgrade gradually to v3.5 which is the latest version.

David Elizondo | LLBLGen Support Team
mjeduar
User
Posts: 35
Joined: 14-Sep-2012
# Posted on: 24-Sep-2012 09:10:56   

Thank you I would try that

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39910
Joined: 17-Aug-2003
# Posted on: 24-Sep-2012 10:08:02   

You also should have received a reply on your email by now simple_smile

Frans Bouma | Lead developer LLBLGen Pro