Hi everyone,
I have the following problem, I have a new project and the client give us all the code and is working. Besides, the application was developed about 4 years(2009 with llblgen),
The problem is I dont have the lblgenpro project files, so I decided to generate all the code with lblgenpro but is totally different I used version (2.0), and now the application is showing the following error.
**Error 1 The type or namespace name 'DatabaseSpecific' does not exist in the namespace 'orf.BusinessLayer' (are you missing an assembly reference?)
**
I noticed the old code has other folder with more classes generated called "DatabaseSpecific" in it there are the following files
DataAccessAdapter.cs
ActionProcedures.cs
App.config-> it has a connection configuration in it
PersistenceInfoProvider.cs
RetrievalProcedures.cs
My question is....
**How could I generate this folder? ** !it seems to have a different way to generate.!
The header of these file is:
///////////////////////////////////////////////////////////////
// This is generated code.
//////////////////////////////////////////////////////////////
// Code is generated using LLBLGen Pro version: 2.5
// Code is generated on: Monday, 11 May 2009 12:55:17 PM
// Code is generated using templates: SD.TemplateBindings.SqlServerSpecific.NET20
// Templates vendor: Solutions Design.
// Templates version:
//////////////////////////////////////////////////////////////
using System;
using System.Collections;
using System.Data;
using System.Data.Common;
#if CF || CEDesktop
using System.Data.SqlServerCe;
#else
using System.Data.SqlClient;
#endif
#if !CF
using System.Configuration;
using System.EnterpriseServices;
#endif
using SD.LLBLGen.Pro.ORMSupportClasses;
using SD.LLBLGen.Pro.DQE.SqlServer;
namespace CaromaDorf.BusinessLayer.DatabaseSpecific
{
// __LLBLGENPRO_USER_CODE_REGION_START AdditionalNamespaces
// __LLBLGENPRO_USER_CODE_REGION_END