TypedList not showing up?

Posts   
 
    
MikeG
User
Posts: 23
Joined: 17-Dec-2006
# Posted on: 09-Feb-2008 09:22:29   

Hi,

I have a project in which I am trying to use a typedList.

When the project generates, I can't seem to get the typedList instantiated in the code.

And, I can't seem to find it in the LLBLGen code.

The only reference I can find for it is the enum definition:

public enum ManifestationsBoardTypedListFieldIndex:int

Can you please tell me what I can do to access it?

Thank you, Mike

yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 09-Feb-2008 19:26:49   

hiya,

maybe the client project hasn't updated the new project.

Try building the generated project inside visual studio. If it still doesn't work, remove then re-add the references to the llblGenPro project.

yogi

MikeG
User
Posts: 23
Joined: 17-Dec-2006
# Posted on: 10-Feb-2008 19:01:32   

yogiberr wrote:

hiya,

maybe the client project hasn't updated the new project.

Try building the generated project inside visual studio. If it still doesn't work, remove then re-add the references to the llblGenPro project.

yogi

Thank you Yogi!

That worked great. I removed the project, regenerated it, reloaded it into the solution, and created new references. Now it shows up wonderfully.

I really appreciate your help!

Cheers, Mike smile smile smile