Reverse Engineer

Posts   
 
    
netclectic avatar
netclectic
User
Posts: 255
Joined: 28-Jan-2004
# Posted on: 14-Feb-2005 16:46:51   

I don't suppose a tool would exist that will reverse engineer a LLBLGen project file from the generated ouput?

My windows profile was deleted by our rather ingenious systems administrator while i was on holiday. I've managed to recover everything except the llblgen project file which for some unexplained reason doesn't appear to have been added to source control confused

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 14-Feb-2005 17:06:28   

No, sorry. The only way to get it back is to re-create the project. Which can be a bit of a problem if you had a lot of typed lists.

You can help yourself a bit by loading the generated code into vs.net, and show it in class viewer, so you can see all properties etc., and then re-create the typed lists.

Frans Bouma | Lead developer LLBLGen Pro
netclectic avatar
netclectic
User
Posts: 255
Joined: 28-Jan-2004
# Posted on: 14-Feb-2005 17:17:23   

That's what i figured.

Thankfully for the moment i only needed to add 1 entity which didn't prove too troublesome a task just to generate a new project with the entity and then do a bit of a cut & paste job to add it to my existing vs project.

I'll save the re-generation of the project file for a rainy day wink