Old DLLs are still there after upgrading to 4.0

Posts   
 
    
JayBee
User
Posts: 275
Joined: 28-Dec-2006
# Posted on: 29-Apr-2013 23:34:19   

Hi,

Maybe not a bug but certainly an issue. I am using LLBLGen v4.0, VS 2012. Uninstalled 3.1 and 3.5.

When I try to run a web portal in debug mode I get the following message:

CS0433: The type 'SD.LLBLGen.Pro.ORMSupportClasses.DataSourceDataContainerType' exists in both 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\a686dad7\44e5ce11\assembly\dl3\ad1b237c\00c5d2fd_cc36ce01\SD.LLBLGen.Pro.ORMSupportClasses.DLL' and 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\a686dad7\44e5ce11\assembly\dl3\0615a3be\003c78bf_3cbccd01\SD.LLBLGen.Pro.ORMSupportClasses.NET20.DLL'

Apparently the old DLLs are still somewhere. I cannot find them within the solution.

What to do?

Regards,

Jan

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 30-Apr-2013 06:55:03   

Hi Jan,

  • Does clean-and-rebuild solves the problem?

  • Does this link helps?

David Elizondo | LLBLGen Support Team
JayBee
User
Posts: 275
Joined: 28-Dec-2006
# Posted on: 30-Apr-2013 12:10:58   

Hi David,

Clean and rebuild via VS 2012 did not solve it.

I emptied the bin folder in the LLBL projects, but I did not empty the bin folder of the portal. After doing that, the problem was solved.