asembly issue with ORM support classes

Posts   
 
    
yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 11-Oct-2007 21:43:06   

version 1.0.2005.1 final (self-servicing) VS2005 asp.net 2.0


Hiya,

I've been having no issues. I successfully re-genarate llblGenPro project. It overwrites my generated code successfully.

Now, whan I try to run, I get the following error:

Quote: Could not load file or assembly 'SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=1.0.2005.1, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

I've tried: 1) cleaning and rebuilding the solution 2) re-genrating g the llblGenPro project, (which seems to re-generate without issue)

Still the same error when I try to run the project. What should I do?

I notice that the bin folder of the generated c# project is obviously empty, because it didn't build.

Any ideas?

yogi

yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 11-Oct-2007 21:56:45   

hiya,

I was advised to (from the generated c# project) to use a reference to the orm support dll.

I did this, but now I'm getting a build error within the project:

Error 2 Using the generic type 'SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase<TEntity>' requires '1' type arguments

I'm sure it must be a wrong assembly that I'm referencing.

can you help?

many thanks,

yogi

yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 11-Oct-2007 23:25:04   

hiya,

It somehow must have been referencing the wrong assembly. I found it on this thread:

http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=6931

thanks,

yogi