generated code is updated, but not visisble in VS 2005 project

Posts   
 
    
yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 28-Jul-2005 15:08:51   

hiya,

the actual title should be: "changes made in the LlbGenPro project are not reflected in the generated code"..I tried to delete and re-post this mesage, but I couldn't

I open my current LlbGenPro project and add a few entities. I generate the code. (which should update the previously generated code)

The VS 2005 IDE detects the changes (in the LlbGenPro generated C# code) and asks me if I'l like to load them. I click yes.

However, the changes aren't reflected in the VS 2005 project. This project is definitely read + write. When I view the project in winExplorer, the "date modified" attribute confirms that is has indeed ben modified.

In VS 2005 IDE, I have also clicked "show all files", just to be sure that nothing was hidden.

Any ideas?

many thanks.

yogi

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 28-Jul-2005 20:06:53   

I have that sometimes with vs.net 2003 as well... For some weird reason the csproj/vbproj files aren't reloaded at some occasions. I've never found a reason why it happens. The files ARE updated, vs.net just doesn't load them back in...

Frans Bouma | Lead developer LLBLGen Pro
yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 29-Jul-2005 10:37:36   

cheers Frans,

All I now do is: 1) remove the project from the solution 2) re-add the project as an existing project

thanks, yogi

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 29-Jul-2005 11:04:59   

yogiberr wrote:

cheers Frans,

All I now do is: 1) remove the project from the solution 2) re-add the project as an existing project

thanks, yogi

Or generate code while not in vs.net. simple_smile

Frans Bouma | Lead developer LLBLGen Pro