Otis wrote:
I think you still use the old code.
What do you mean by 'old code'?
Otis wrote:
In your form initialization code, does the code there deserialize the factory class or does it simply create a new factory instance?
In my webform .cs, under IntializeComponent I have
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Documents));
this.documentCollection1 = new MyApp1.LLBLGen.CollectionClasses.DocumentCollection();
//
// mediaDocumentCollection1
//
// etc... fills my properties for the collection..
Otis wrote:
Also, do you have a reference to the generated code in your project?
I have a PROJECT reference for my LLBLGen project.