- Home
- LLBLGen Pro
- LLBLGen Pro Runtime Framework
Keyword is not valid as an identifier.
Joined: 16-Jun-2009
Hello,
I am using the following. Microsoft Visual Studio 2008 coding in VB.net
Post the LLBLGen Pro version + buildnr: Version 2.6
Post the template group + .NET version you're using: Using selfservicing. Visual Studio 2008 .net 3.5
Post the database type and version you're using: Microsoft SQL Server 2000
' ////////////////////////////////////////////////////////////////////////////////////////////////////////
' // This is generated code.
' ////////////////////////////////////////////////////////////////////////////////////////////////////////
' // Code is generated using LLBLGen Pro version: 2.6
' // Code is generated on: Tuesday, June 16, 2009 11:41:52 AM
' // Code is generated using templates: SD.TemplateBindings.SharedTemplates.NET20
' // Templates vendor: Solutions Design.
' // Templates version:
' ////////////////////////////////////////////////////////////////////////////////////////////////////////
Imports System
Imports System.ComponentModel
Imports System.Collections.Generic
Imports System.Collections
#If Not CF Then
Imports System.Runtime.Serialization
#End If
Imports System.Data
Imports System.Xml.Serialization
Imports CIMS
Imports CIMS.FactoryClasses
Imports CIMS.DaoClasses
Imports CIMS.RelationClasses
Imports CIMS.HelperClasses
Imports CIMS.CollectionClasses
Imports SD.LLBLGen.Pro.ORMSupportClasses
' __LLBLGENPRO_USER_CODE_REGION_START AdditionalNamespaces
' __LLBLGENPRO_USER_CODE_REGION_END
Namespace CIMS.EntityClasses
''' <summary>Entity class which represents the entity 'TblActivityLog'<br/><br/>
''' </summary>
<Serializable()> _
Public Class TblActivityLogEntity
Inherits CommonEntityBase
' __LLBLGENPRO_USER_CODE_REGION_START AdditionalInterfaces
' __LLBLGENPRO_USER_CODE_REGION_END
#Region "Class Member Declarations"
' __LLBLGENPRO_USER_CODE_REGION_START PrivateMembers
' __LLBLGENPRO_USER_CODE_REGION_END
#End Region
#Region "Shared Members"
Private Shared _customProperties As Dictionary(Of String, String)
Private Shared _fieldsCustomProperties As Dictionary(Of String, Dictionary(Of String, String))
''' <summary>All names of fields mapped onto a relation. Usable For In-memory filtering</summary>
Public NotInheritable Class MemberNames
Private Sub New()
End Sub
End Class
#End Region
''' <summary>Static CTor for setting up custom property hashtables. Is executed before the first instance of this entity class or derived classes is constructed. </summary>
Shared Sub New()
SetupCustomPropertyHashtables()
End Sub
''' <summary>CTor</summary>
Public Sub New()
MyBase.New()
InitClassEmpty(Nothing)
End Sub
''' <summary>CTor</summary>
''' <param name="userId">PK value for TblActivityLog which data should be fetched into this TblActivityLog Object</param>
''' <param name="timeStamp">PK value for TblActivityLog which data should be fetched into this TblActivityLog Object</param>
''' <param name="module">PK value for TblActivityLog which data should be fetched into this TblActivityLog Object</param>
''' <param name="screen">PK value for TblActivityLog which data should be fetched into this TblActivityLog Object</param>
Public Sub New(userId As System.String, timeStamp As System.DateTime, module As System.String, screen As System.String)
On the last line I receive an error. The word module is underlined and I have the following error from visual studio: keyword is not valid as an identifier.
Thanks for your help!!
Please post
-
The runtime library version (http://llblgen.com/TinyForum/Messages.aspx?ThreadID=7725).
-
If you receive a runtime exception, please post the exact exception message and stack trace.
-
Is this the first time you get this?
-
Are you migrating (from v2.0 to v2.6, for instance)?
Joined: 16-Jun-2009
daelmo wrote:
Please post
The runtime library version (http://llblgen.com/TinyForum/Messages.aspx?ThreadID=7725).
If you receive a runtime exception, please post the exact exception message and stack trace.
Is this the first time you get this?
Are you migrating (from v2.0 to v2.6, for instance)?
This is the time first time I am using this tool, period.
The run time library version for file: SD.LLBLGEN.PRO.ORMSUPPORTCLASSES.NET20.DLL located in C:\Program Files\Solutions Design\LLBLGen Pro v2.6 Demo\RuntimeLibraries\DotNET20\ORMSupportClassesDebugBuild.
File version: 2.6.9.420
I also found this file at another location : SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll located in: C:\Program Files\Solutions Design\LLBLGen Pro v2.6 Demo\RuntimeLibraries\DotNET20
File version: 2.6.9.511
There are also .NET11.dll and .NET10.dll files with the same prefixes
This is the stack error thrown from VS 2008:
------ Build started: Project: CIMS, Configuration: Debug Any CPU ------
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Vbc.exe /noconfig /baseaddress:11000000 /imports:Microsoft.VisualBasic,System,System.Collections,System.Data,System.Diagnostics /optioncompare:Binary /optionexplicit+ /optionstrict+ /nowarn:42016,42017,42018,42019,42032 /removeintchecks- /define:"CONFIG=\"Debug\",DEBUG=-1,TRACE=-1,PLATFORM=\"AnyCPU\"" /reference:"C:\Program Files\Solutions Design\LLBLGen Pro v2.6 Demo\RuntimeLibraries\DotNet20\SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll","C:\Program Files\Solutions Design\LLBLGen Pro v2.6 Demo\RuntimeLibraries\DotNet35\SD.LLBLGen.Pro.LinqSupportClasses.NET35.dll","C:\Program Files\Solutions Design\LLBLGen Pro v2.6 Demo\RuntimeLibraries\DotNet20\SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll","c:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll",c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll,c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll,c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll,c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /optimize- /out:obj\Debug\CIMS.dll /target:library /warnaserror- CollectionClasses\SecurityCollection.vb CollectionClasses\TblCheckListMasterCollection.vb CollectionClasses\TblExceptionCollection.vb CollectionClasses\BtmPortfolioIBorrConcentOgOrgGradeCollection.vb CollectionClasses\TblActivityCodeListCollection.vb CollectionClasses\SicNdyMapCollection.vb CollectionClasses\TblWebpageCollection.vb CollectionClasses\TblMasterUpdateCollection.vb CollectionClasses\TblActivityLogCollection.vb CollectionClasses\LoanDataWithElossCurrCollection.vb CollectionClasses\TblExaminerInfoCollection.vb CollectionClasses\TblItemsRequestMasterCollection.vb CollectionClasses\TblRegionCollection.vb CollectionClasses\TblExamAssessCollection.vb CollectionClasses\TblAqrgradeParameterCollection.vb CollectionClasses\BtmPortfolioJ1OrgGradeCollection.vb CollectionClasses\TblReportGradeChangeCollection.vb CollectionClasses\BtmPortfolioKIndConcentGpOrgGradeCollection.vb CollectionClasses\TblCostItemsCollection.vb CollectionClasses\BtmPortfolioEOrgGradeCollection.vb CollectionClasses\TblRamaqrtCollection.vb CollectionClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesCollection.vb CollectionClasses\TblPortfolioCollection.vb CollectionClasses\TblBorrWarrWeightingCollection.vb CollectionClasses\TblTransactionRatingsCollection.vb CollectionClasses\KmvdataCollection.vb CollectionClasses\TblVacationCollection.vb CollectionClasses\BtmPortfolioKIndConcentOrgGradeCollection.vb CollectionClasses\TblWarrWeightingCollection.vb CollectionClasses\BtmPortfolioGOrgGradeCollection.vb CollectionClasses\BtmPortfolioIBorrConcentGpOrgGrade1Collection.vb CollectionClasses\BtmPortfolioBOrgGradeCollection.vb CollectionClasses\TblHolidaysCollection.vb CollectionClasses\BtmPortfolioKIndConcentOgOrgGradeCollection.vb CollectionClasses\TblMisramCollection.vb CollectionClasses\TblAppendCreditWatchCollection.vb CollectionClasses\BtmPortfolioAOrgGradeCollection.vb CollectionClasses\TblExamTrackingCollection.vb CollectionClasses\BtmPortfolioHOrgGradeCollection.vb CollectionClasses\BtmportCustOrgGradeCollection.vb CollectionClasses\TblAppendUtilitiesCollection.vb CollectionClasses\GroupListCollection.vb CollectionClasses\TblRelatedPartiesCollection.vb CollectionClasses\TblAqrexpectedLossCollection.vb CollectionClasses\TblUserGroupCollection.vb CollectionClasses\TblExamUniverseOrderCollection.vb CollectionClasses\_14PortfolioAsgCollection.vb CollectionClasses\TblCrmAssessmentCollection.vb CollectionClasses\TblExaminationsCollection.vb CollectionClasses\TblBackupCountryRatingCollection.vb CollectionClasses\TblBorrowerRatingsCollection.vb CollectionClasses\TblBorrowerInformationCollection.vb CollectionClasses\WeeklyHoursCollection.vb CollectionClasses\TblRamocrCollection.vb CollectionClasses\BtmPortfolioJOrgGradeCollection.vb CollectionClasses\TblRamcrmcCollection.vb CollectionClasses\TblEicCommentsCollection.vb CollectionClasses\BtmPortfolioCOrgGradeCollection.vb CollectionClasses\TblAqrintRatingOldCollection.vb CollectionClasses\TblMonthsCollection.vb CollectionClasses\DailyWeeklyHours1Collection.vb CollectionClasses\TblAqrorderofOrgUnitCollection.vb CollectionClasses\Sic2dCollection.vb CollectionClasses\TblAbsencesCollection.vb CollectionClasses\TblScheduleCollection.vb CollectionClasses\BtmPortfolioFAsgsOrgGradeCollection.vb CollectionClasses\TblRamaqcrCollection.vb CollectionClasses\BtmPortfolioIBorrConcentGpOrgGradeCollection.vb CollectionClasses\TblMisexamTrackingCollection.vb CollectionClasses\TblOrgStructureCollection.vb CollectionClasses\TblItemsRequestExamCollection.vb CollectionClasses\TblChkReadListCollection.vb CollectionClasses\TblMasterCollection.vb CollectionClasses\BtmPortfolioDOrgGradeCollection.vb CollectionClasses\IndustrialCollection.vb CollectionClasses\OrmdCeaFindingsDatesCollection.vb CollectionClasses\ExternalLinksCollection.vb CollectionClasses\TblCriticalCollection.vb CollectionClasses\TblMiscostTrackingCollection.vb CollectionClasses\CostCtrCollection.vb CollectionClasses\TblFacilityRecoveryCollection.vb CollectionClasses\TblCountryRatingCollection.vb CollectionClasses\DailyWeeklyHoursCollection.vb CollectionClasses\NdyCollection.vb CollectionClasses\BtmPortfolioIBorrConcentOrgGradeCollection.vb CollectionClasses\TblAqrintRatingNewCollection.vb CollectionClasses\BtmPortfolioH1OrgGradeCollection.vb CollectionClasses\TblBorrowerFinancialCollection.vb CollectionClasses\TblContactCollection.vb CollectionClasses\TblAqrexpAfterUtilCollection.vb CollectionClasses\TblAqrrecoveryMstCollection.vb CollectionClasses\TblCcExamCollection.vb DaoClasses\SecurityDAO.vb DaoClasses\TblCheckListMasterDAO.vb DaoClasses\TblExceptionDAO.vb DaoClasses\BtmPortfolioIBorrConcentOgOrgGradeDAO.vb DaoClasses\TblActivityCodeListDAO.vb DaoClasses\SicNdyMapDAO.vb DaoClasses\TblWebpageDAO.vb DaoClasses\TblMasterUpdateDAO.vb DaoClasses\TblActivityLogDAO.vb DaoClasses\LoanDataWithElossCurrDAO.vb DaoClasses\TblExaminerInfoDAO.vb DaoClasses\TblItemsRequestMasterDAO.vb DaoClasses\TblRegionDAO.vb DaoClasses\TblExamAssessDAO.vb DaoClasses\TblAqrgradeParameterDAO.vb DaoClasses\BtmPortfolioJ1OrgGradeDAO.vb DaoClasses\TblReportGradeChangeDAO.vb DaoClasses\BtmPortfolioKIndConcentGpOrgGradeDAO.vb DaoClasses\TblCostItemsDAO.vb DaoClasses\BtmPortfolioEOrgGradeDAO.vb DaoClasses\TblRamaqrtDAO.vb DaoClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesDAO.vb DaoClasses\TblPortfolioDAO.vb DaoClasses\TblBorrWarrWeightingDAO.vb DaoClasses\TblTransactionRatingsDAO.vb DaoClasses\KmvdataDAO.vb DaoClasses\TblVacationDAO.vb DaoClasses\BtmPortfolioKIndConcentOrgGradeDAO.vb DaoClasses\TblWarrWeightingDAO.vb DaoClasses\BtmPortfolioGOrgGradeDAO.vb DaoClasses\BtmPortfolioIBorrConcentGpOrgGrade1DAO.vb DaoClasses\BtmPortfolioBOrgGradeDAO.vb DaoClasses\TblHolidaysDAO.vb DaoClasses\BtmPortfolioKIndConcentOgOrgGradeDAO.vb DaoClasses\TblMisramDAO.vb DaoClasses\TblAppendCreditWatchDAO.vb DaoClasses\BtmPortfolioAOrgGradeDAO.vb DaoClasses\TblExamTrackingDAO.vb DaoClasses\BtmPortfolioHOrgGradeDAO.vb DaoClasses\BtmportCustOrgGradeDAO.vb DaoClasses\TblAppendUtilitiesDAO.vb DaoClasses\GroupListDAO.vb DaoClasses\TblRelatedPartiesDAO.vb DaoClasses\TblAqrexpectedLossDAO.vb DaoClasses\TblUserGroupDAO.vb DaoClasses\TblExamUniverseOrderDAO.vb DaoClasses\_14PortfolioAsgDAO.vb DaoClasses\TblCrmAssessmentDAO.vb DaoClasses\TblExaminationsDAO.vb DaoClasses\TblBackupCountryRatingDAO.vb DaoClasses\TblBorrowerRatingsDAO.vb DaoClasses\TblBorrowerInformationDAO.vb DaoClasses\WeeklyHoursDAO.vb DaoClasses\TblRamocrDAO.vb DaoClasses\BtmPortfolioJOrgGradeDAO.vb DaoClasses\TblRamcrmcDAO.vb DaoClasses\TblEicCommentsDAO.vb DaoClasses\BtmPortfolioCOrgGradeDAO.vb DaoClasses\TblAqrintRatingOldDAO.vb DaoClasses\TblMonthsDAO.vb DaoClasses\DailyWeeklyHours1DAO.vb DaoClasses\TblAqrorderofOrgUnitDAO.vb DaoClasses\Sic2dDAO.vb DaoClasses\TblAbsencesDAO.vb DaoClasses\TblScheduleDAO.vb DaoClasses\BtmPortfolioFAsgsOrgGradeDAO.vb DaoClasses\TblRamaqcrDAO.vb DaoClasses\BtmPortfolioIBorrConcentGpOrgGradeDAO.vb DaoClasses\TblMisexamTrackingDAO.vb DaoClasses\TblOrgStructureDAO.vb DaoClasses\TblItemsRequestExamDAO.vb DaoClasses\TblChkReadListDAO.vb DaoClasses\TblMasterDAO.vb DaoClasses\BtmPortfolioDOrgGradeDAO.vb DaoClasses\IndustrialDAO.vb DaoClasses\OrmdCeaFindingsDatesDAO.vb DaoClasses\ExternalLinksDAO.vb DaoClasses\TblCriticalDAO.vb DaoClasses\TblMiscostTrackingDAO.vb DaoClasses\CostCtrDAO.vb DaoClasses\TblFacilityRecoveryDAO.vb DaoClasses\TblCountryRatingDAO.vb DaoClasses\DailyWeeklyHoursDAO.vb DaoClasses\NdyDAO.vb DaoClasses\BtmPortfolioIBorrConcentOrgGradeDAO.vb DaoClasses\TblAqrintRatingNewDAO.vb DaoClasses\BtmPortfolioH1OrgGradeDAO.vb DaoClasses\TblBorrowerFinancialDAO.vb DaoClasses\TblContactDAO.vb DaoClasses\TblAqrexpAfterUtilDAO.vb DaoClasses\TblAqrrecoveryMstDAO.vb DaoClasses\TblCcExamDAO.vb DaoClasses\TypedListDAO.vb FactoryClasses\DaoFactory.vb HelperClasses\DbUtils.vb HelperClasses\DbUtilsComPlus.vb HelperClasses\Transaction.vb HelperClasses\TransactionComPlus.vb AssemblyInfo.vb ConstantsEnums.vb HelperClasses\FieldInfoProvider.vb HelperClasses\TypeDefaultValue.vb HelperClasses\InheritanceInfoProvider.vb RelationClasses\SecurityRelations.vb RelationClasses\TblCheckListMasterRelations.vb RelationClasses\TblExceptionRelations.vb RelationClasses\BtmPortfolioIBorrConcentOgOrgGradeRelations.vb RelationClasses\TblActivityCodeListRelations.vb RelationClasses\SicNdyMapRelations.vb RelationClasses\TblWebpageRelations.vb RelationClasses\TblMasterUpdateRelations.vb RelationClasses\TblActivityLogRelations.vb RelationClasses\LoanDataWithElossCurrRelations.vb RelationClasses\TblExaminerInfoRelations.vb RelationClasses\TblItemsRequestMasterRelations.vb RelationClasses\TblRegionRelations.vb RelationClasses\TblExamAssessRelations.vb RelationClasses\TblAqrgradeParameterRelations.vb RelationClasses\BtmPortfolioJ1OrgGradeRelations.vb RelationClasses\TblReportGradeChangeRelations.vb RelationClasses\BtmPortfolioKIndConcentGpOrgGradeRelations.vb RelationClasses\TblCostItemsRelations.vb RelationClasses\BtmPortfolioEOrgGradeRelations.vb RelationClasses\TblRamaqrtRelations.vb RelationClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesRelations.vb RelationClasses\TblPortfolioRelations.vb RelationClasses\TblBorrWarrWeightingRelations.vb RelationClasses\TblTransactionRatingsRelations.vb RelationClasses\KmvdataRelations.vb RelationClasses\TblVacationRelations.vb RelationClasses\BtmPortfolioKIndConcentOrgGradeRelations.vb RelationClasses\TblWarrWeightingRelations.vb RelationClasses\BtmPortfolioGOrgGradeRelations.vb RelationClasses\BtmPortfolioIBorrConcentGpOrgGrade1Relations.vb RelationClasses\BtmPortfolioBOrgGradeRelations.vb RelationClasses\TblHolidaysRelations.vb RelationClasses\BtmPortfolioKIndConcentOgOrgGradeRelations.vb RelationClasses\TblMisramRelations.vb RelationClasses\TblAppendCreditWatchRelations.vb RelationClasses\BtmPortfolioAOrgGradeRelations.vb RelationClasses\TblExamTrackingRelations.vb RelationClasses\BtmPortfolioHOrgGradeRelations.vb RelationClasses\BtmportCustOrgGradeRelations.vb RelationClasses\TblAppendUtilitiesRelations.vb RelationClasses\GroupListRelations.vb RelationClasses\TblRelatedPartiesRelations.vb RelationClasses\TblAqrexpectedLossRelations.vb RelationClasses\TblUserGroupRelations.vb RelationClasses\TblExamUniverseOrderRelations.vb RelationClasses\_14PortfolioAsgRelations.vb RelationClasses\TblCrmAssessmentRelations.vb RelationClasses\TblExaminationsRelations.vb RelationClasses\TblBackupCountryRatingRelations.vb RelationClasses\TblBorrowerRatingsRelations.vb RelationClasses\TblBorrowerInformationRelations.vb RelationClasses\WeeklyHoursRelations.vb RelationClasses\TblRamocrRelations.vb RelationClasses\BtmPortfolioJOrgGradeRelations.vb RelationClasses\TblRamcrmcRelations.vb RelationClasses\TblEicCommentsRelations.vb RelationClasses\BtmPortfolioCOrgGradeRelations.vb RelationClasses\TblAqrintRatingOldRelations.vb RelationClasses\TblMonthsRelations.vb RelationClasses\DailyWeeklyHours1Relations.vb RelationClasses\TblAqrorderofOrgUnitRelations.vb RelationClasses\Sic2dRelations.vb RelationClasses\TblAbsencesRelations.vb RelationClasses\TblScheduleRelations.vb RelationClasses\BtmPortfolioFAsgsOrgGradeRelations.vb RelationClasses\TblRamaqcrRelations.vb RelationClasses\BtmPortfolioIBorrConcentGpOrgGradeRelations.vb RelationClasses\TblMisexamTrackingRelations.vb RelationClasses\TblOrgStructureRelations.vb RelationClasses\TblItemsRequestExamRelations.vb RelationClasses\TblChkReadListRelations.vb RelationClasses\TblMasterRelations.vb RelationClasses\BtmPortfolioDOrgGradeRelations.vb RelationClasses\IndustrialRelations.vb RelationClasses\OrmdCeaFindingsDatesRelations.vb RelationClasses\ExternalLinksRelations.vb RelationClasses\TblCriticalRelations.vb RelationClasses\TblMiscostTrackingRelations.vb RelationClasses\CostCtrRelations.vb RelationClasses\TblFacilityRecoveryRelations.vb RelationClasses\TblCountryRatingRelations.vb RelationClasses\DailyWeeklyHoursRelations.vb RelationClasses\NdyRelations.vb RelationClasses\BtmPortfolioIBorrConcentOrgGradeRelations.vb RelationClasses\TblAqrintRatingNewRelations.vb RelationClasses\BtmPortfolioH1OrgGradeRelations.vb RelationClasses\TblBorrowerFinancialRelations.vb RelationClasses\TblContactRelations.vb RelationClasses\TblAqrexpAfterUtilRelations.vb RelationClasses\TblAqrrecoveryMstRelations.vb RelationClasses\TblCcExamRelations.vb RelationClasses\DynamicRelation.vb EntityClasses\CommonEntityBase.vb Linq\LinqMetaData.vb EntityClasses\SecurityEntity.vb EntityClasses\TblCheckListMasterEntity.vb EntityClasses\TblExceptionEntity.vb EntityClasses\BtmPortfolioIBorrConcentOgOrgGradeEntity.vb EntityClasses\TblActivityCodeListEntity.vb EntityClasses\SicNdyMapEntity.vb EntityClasses\TblWebpageEntity.vb EntityClasses\TblMasterUpdateEntity.vb EntityClasses\TblActivityLogEntity.vb EntityClasses\LoanDataWithElossCurrEntity.vb EntityClasses\TblExaminerInfoEntity.vb EntityClasses\TblItemsRequestMasterEntity.vb EntityClasses\TblRegionEntity.vb EntityClasses\TblExamAssessEntity.vb EntityClasses\TblAqrgradeParameterEntity.vb EntityClasses\BtmPortfolioJ1OrgGradeEntity.vb EntityClasses\TblReportGradeChangeEntity.vb EntityClasses\BtmPortfolioKIndConcentGpOrgGradeEntity.vb EntityClasses\TblCostItemsEntity.vb EntityClasses\BtmPortfolioEOrgGradeEntity.vb EntityClasses\TblRamaqrtEntity.vb EntityClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesEntity.vb EntityClasses\TblPortfolioEntity.vb EntityClasses\TblBorrWarrWeightingEntity.vb EntityClasses\TblTransactionRatingsEntity.vb EntityClasses\KmvdataEntity.vb EntityClasses\TblVacationEntity.vb EntityClasses\BtmPortfolioKIndConcentOrgGradeEntity.vb EntityClasses\TblWarrWeightingEntity.vb EntityClasses\BtmPortfolioGOrgGradeEntity.vb EntityClasses\BtmPortfolioIBorrConcentGpOrgGrade1Entity.vb EntityClasses\BtmPortfolioBOrgGradeEntity.vb EntityClasses\TblHolidaysEntity.vb EntityClasses\BtmPortfolioKIndConcentOgOrgGradeEntity.vb EntityClasses\TblMisramEntity.vb EntityClasses\TblAppendCreditWatchEntity.vb EntityClasses\BtmPortfolioAOrgGradeEntity.vb EntityClasses\TblExamTrackingEntity.vb EntityClasses\BtmPortfolioHOrgGradeEntity.vb EntityClasses\BtmportCustOrgGradeEntity.vb EntityClasses\TblAppendUtilitiesEntity.vb EntityClasses\GroupListEntity.vb EntityClasses\TblRelatedPartiesEntity.vb EntityClasses\TblAqrexpectedLossEntity.vb EntityClasses\TblUserGroupEntity.vb EntityClasses\TblExamUniverseOrderEntity.vb EntityClasses\_14PortfolioAsgEntity.vb EntityClasses\TblCrmAssessmentEntity.vb EntityClasses\TblExaminationsEntity.vb EntityClasses\TblBackupCountryRatingEntity.vb EntityClasses\TblBorrowerRatingsEntity.vb EntityClasses\TblBorrowerInformationEntity.vb EntityClasses\WeeklyHoursEntity.vb EntityClasses\TblRamocrEntity.vb EntityClasses\BtmPortfolioJOrgGradeEntity.vb EntityClasses\TblRamcrmcEntity.vb EntityClasses\TblEicCommentsEntity.vb EntityClasses\BtmPortfolioCOrgGradeEntity.vb EntityClasses\TblAqrintRatingOldEntity.vb EntityClasses\TblMonthsEntity.vb EntityClasses\DailyWeeklyHours1Entity.vb EntityClasses\TblAqrorderofOrgUnitEntity.vb EntityClasses\Sic2dEntity.vb EntityClasses\TblAbsencesEntity.vb EntityClasses\TblScheduleEntity.vb EntityClasses\BtmPortfolioFAsgsOrgGradeEntity.vb EntityClasses\TblRamaqcrEntity.vb EntityClasses\BtmPortfolioIBorrConcentGpOrgGradeEntity.vb EntityClasses\TblMisexamTrackingEntity.vb EntityClasses\TblOrgStructureEntity.vb EntityClasses\TblItemsRequestExamEntity.vb EntityClasses\TblChkReadListEntity.vb EntityClasses\TblMasterEntity.vb EntityClasses\BtmPortfolioDOrgGradeEntity.vb EntityClasses\IndustrialEntity.vb EntityClasses\OrmdCeaFindingsDatesEntity.vb EntityClasses\ExternalLinksEntity.vb EntityClasses\TblCriticalEntity.vb EntityClasses\TblMiscostTrackingEntity.vb EntityClasses\CostCtrEntity.vb EntityClasses\TblFacilityRecoveryEntity.vb EntityClasses\TblCountryRatingEntity.vb EntityClasses\DailyWeeklyHoursEntity.vb EntityClasses\NdyEntity.vb EntityClasses\BtmPortfolioIBorrConcentOrgGradeEntity.vb EntityClasses\TblAqrintRatingNewEntity.vb EntityClasses\BtmPortfolioH1OrgGradeEntity.vb EntityClasses\TblBorrowerFinancialEntity.vb EntityClasses\TblContactEntity.vb EntityClasses\TblAqrexpAfterUtilEntity.vb EntityClasses\TblAqrrecoveryMstEntity.vb EntityClasses\TblCcExamEntity.vb FactoryClasses\EntityFactories.vb FactoryClasses\EntityFieldFactory.vb FactoryClasses\EntityFieldsFactory.vb HelperClasses\PersistenceInfoProvider.vb HelperClasses\ResultsetFields.vb HelperClasses\FieldCreationClasses.vb StoredProcedureCallerClasses\ActionProcedures.vb StoredProcedureCallerClasses\RetrievalProcedures.vb
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\CollectionClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesCollection.vb(34) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesCollection' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\CollectionClasses\_14PortfolioAsgCollection.vb(34) : warning BC40031: Name '_14PortfolioAsgCollection' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(17) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesFieldIndex' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(28) : warning BC40031: Name '_14PortfolioAsgFieldIndex' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(1583) : warning BC40031: Name '_7Wdate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(1584) : warning BC40031: Name '_7WremovedDate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(2032) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesEntity' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(2033) : warning BC40031: Name '_14PortfolioAsgEntity' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\DaoClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesDAO.vb(40) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesDAO' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\DaoClasses\_14PortfolioAsgDAO.vb(40) : warning BC40031: Name '_14PortfolioAsgDAO' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(85) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(87) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(96) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(98) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(107) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(109) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(287) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(288) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(298) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(299) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(310) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(311) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(325) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(326) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(334) : error BC30512: Option Strict On disallows implicit conversions from 'String' to 'SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPath'.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(334) : warning BC42322: Runtime errors might occur when converting 'String' to 'SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPath'.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(334) : error BC30057: Too many arguments to 'Private Function Fetch(userId As String, timeStamp As Date, screen As String, prefetchPathToUse As SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPath, contextToUse As SD.LLBLGen.Pro.ORMSupportClasses.Context, excludedIncludedFields As SD.LLBLGen.Pro.ORMSupportClasses.ExcludeIncludeFieldsList) As Boolean'.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(454) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(459) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(460) : error BC30451: Name 'wasSuccesful' is not declared.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(520) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(526) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblMasterEntity.vb(1992) : warning BC40031: Name '_7Wdate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblMasterEntity.vb(2008) : warning BC40031: Name '_7WremovedDate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesEntity.vb(35) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesEntity' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\_14PortfolioAsgEntity.vb(35) : warning BC40031: Name '_14PortfolioAsgEntity' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\FactoryClasses\EntityFactories.vb(92) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesEntityFactory' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\FactoryClasses\EntityFactories.vb(134) : warning BC40031: Name '_14PortfolioAsgEntityFactory' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\HelperClasses\FieldCreationClasses.vb(23) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesFields' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\HelperClasses\FieldCreationClasses.vb(45) : warning BC40031: Name '_14PortfolioAsgFields' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\HelperClasses\FieldCreationClasses.vb(6336) : warning BC40031: Name '_7Wdate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\HelperClasses\FieldCreationClasses.vb(6342) : warning BC40031: Name '_7WremovedDate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\Linq\LinqMetaData.vb(253) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNames' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\Linq\LinqMetaData.vb(260) : warning BC40031: Name '_14PortfolioAsg' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\RelationClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesRelations.vb(20) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesRelations' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\RelationClasses\_14PortfolioAsgRelations.vb(20) : warning BC40031: Name '_14PortfolioAsgRelations' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(37) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(41) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(60) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(64) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(87) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(91) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(111) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(115) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(135) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(139) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(153) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(157) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(176) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(180) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(203) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(207) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(227) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(231) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(251) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(255) : error BC30201: Expression expected.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
THANKS!
Hi dbansal.
Seems like you have a re-generation problem. Please check that...
- You generated to a folder with the same project.
- You generated with the correct version of LLBLGen (if you have more than one).
- You are referencing the correct LLBLGen assemblies on your generated code and own projects.
- If all above, fails, please try generating the code from LLBLGen designer to an empty folder, use the generated projects to build a test solution to see if you still get compilation errors.
Regards,
Joined: 16-Jun-2009
Hello,
Thank you for replying.
My references are definitely incorrect I feel....
here is the output I get after fiddling around with references:
------ Rebuild All started: Project: CIMS, Configuration: Debug Any CPU ------
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Vbc.exe /noconfig /baseaddress:11000000 /imports:Microsoft.VisualBasic,System,System.Collections,System.Data,System.Diagnostics /optioncompare:Binary /optionexplicit+ /optionstrict+ /nowarn:42016,42017,42018,42019,42032 /removeintchecks- /define:"CONFIG=\"Debug\",DEBUG=-1,TRACE=-1,PLATFORM=\"AnyCPU\"" /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Accessibility.dll,"C:\Program Files\Solutions Design\LLBLGen Pro v2.6 Demo\RuntimeLibraries\DotNet20\SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll","C:\Program Files\Solutions Design\LLBLGen Pro v2.6 Demo\RuntimeLibraries\DotNet35\SD.LLBLGen.Pro.LinqSupportClasses.NET35.dll","..\..\..\..\Program Files\Solutions Design\LLBLGen Pro v2.6 Demo\RuntimeLibraries\DotNET20\ORMSupportClassesDebugBuild\SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll","c:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll",c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll,c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll,c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll,c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /optimize- /out:obj\Debug\CIMS.dll /target:library /warnaserror- CollectionClasses\SecurityCollection.vb CollectionClasses\TblCheckListMasterCollection.vb CollectionClasses\TblExceptionCollection.vb CollectionClasses\BtmPortfolioIBorrConcentOgOrgGradeCollection.vb CollectionClasses\TblActivityCodeListCollection.vb CollectionClasses\SicNdyMapCollection.vb CollectionClasses\TblWebpageCollection.vb CollectionClasses\TblMasterUpdateCollection.vb CollectionClasses\TblActivityLogCollection.vb CollectionClasses\LoanDataWithElossCurrCollection.vb CollectionClasses\TblExaminerInfoCollection.vb CollectionClasses\TblItemsRequestMasterCollection.vb CollectionClasses\TblRegionCollection.vb CollectionClasses\TblExamAssessCollection.vb CollectionClasses\TblAqrgradeParameterCollection.vb CollectionClasses\BtmPortfolioJ1OrgGradeCollection.vb CollectionClasses\TblReportGradeChangeCollection.vb CollectionClasses\BtmPortfolioKIndConcentGpOrgGradeCollection.vb CollectionClasses\TblCostItemsCollection.vb CollectionClasses\BtmPortfolioEOrgGradeCollection.vb CollectionClasses\TblRamaqrtCollection.vb CollectionClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesCollection.vb CollectionClasses\TblPortfolioCollection.vb CollectionClasses\TblBorrWarrWeightingCollection.vb CollectionClasses\TblTransactionRatingsCollection.vb CollectionClasses\KmvdataCollection.vb CollectionClasses\TblVacationCollection.vb CollectionClasses\BtmPortfolioKIndConcentOrgGradeCollection.vb CollectionClasses\TblWarrWeightingCollection.vb CollectionClasses\BtmPortfolioGOrgGradeCollection.vb CollectionClasses\BtmPortfolioIBorrConcentGpOrgGrade1Collection.vb CollectionClasses\BtmPortfolioBOrgGradeCollection.vb CollectionClasses\TblHolidaysCollection.vb CollectionClasses\BtmPortfolioKIndConcentOgOrgGradeCollection.vb CollectionClasses\TblMisramCollection.vb CollectionClasses\TblAppendCreditWatchCollection.vb CollectionClasses\BtmPortfolioAOrgGradeCollection.vb CollectionClasses\TblExamTrackingCollection.vb CollectionClasses\BtmPortfolioHOrgGradeCollection.vb CollectionClasses\BtmportCustOrgGradeCollection.vb CollectionClasses\TblAppendUtilitiesCollection.vb CollectionClasses\GroupListCollection.vb CollectionClasses\TblRelatedPartiesCollection.vb CollectionClasses\TblAqrexpectedLossCollection.vb CollectionClasses\TblUserGroupCollection.vb CollectionClasses\TblExamUniverseOrderCollection.vb CollectionClasses\_14PortfolioAsgCollection.vb CollectionClasses\TblCrmAssessmentCollection.vb CollectionClasses\TblExaminationsCollection.vb CollectionClasses\TblBackupCountryRatingCollection.vb CollectionClasses\TblBorrowerRatingsCollection.vb CollectionClasses\TblBorrowerInformationCollection.vb CollectionClasses\WeeklyHoursCollection.vb CollectionClasses\TblRamocrCollection.vb CollectionClasses\BtmPortfolioJOrgGradeCollection.vb CollectionClasses\TblRamcrmcCollection.vb CollectionClasses\TblEicCommentsCollection.vb CollectionClasses\BtmPortfolioCOrgGradeCollection.vb CollectionClasses\TblAqrintRatingOldCollection.vb CollectionClasses\TblMonthsCollection.vb CollectionClasses\DailyWeeklyHours1Collection.vb CollectionClasses\TblAqrorderofOrgUnitCollection.vb CollectionClasses\Sic2dCollection.vb CollectionClasses\TblAbsencesCollection.vb CollectionClasses\TblScheduleCollection.vb CollectionClasses\BtmPortfolioFAsgsOrgGradeCollection.vb CollectionClasses\TblRamaqcrCollection.vb CollectionClasses\BtmPortfolioIBorrConcentGpOrgGradeCollection.vb CollectionClasses\TblMisexamTrackingCollection.vb CollectionClasses\TblOrgStructureCollection.vb CollectionClasses\TblItemsRequestExamCollection.vb CollectionClasses\TblChkReadListCollection.vb CollectionClasses\TblMasterCollection.vb CollectionClasses\BtmPortfolioDOrgGradeCollection.vb CollectionClasses\IndustrialCollection.vb CollectionClasses\OrmdCeaFindingsDatesCollection.vb CollectionClasses\ExternalLinksCollection.vb CollectionClasses\TblCriticalCollection.vb CollectionClasses\TblMiscostTrackingCollection.vb CollectionClasses\CostCtrCollection.vb CollectionClasses\TblFacilityRecoveryCollection.vb CollectionClasses\TblCountryRatingCollection.vb CollectionClasses\DailyWeeklyHoursCollection.vb CollectionClasses\NdyCollection.vb CollectionClasses\BtmPortfolioIBorrConcentOrgGradeCollection.vb CollectionClasses\TblAqrintRatingNewCollection.vb CollectionClasses\BtmPortfolioH1OrgGradeCollection.vb CollectionClasses\TblBorrowerFinancialCollection.vb CollectionClasses\TblContactCollection.vb CollectionClasses\TblAqrexpAfterUtilCollection.vb CollectionClasses\TblAqrrecoveryMstCollection.vb CollectionClasses\TblCcExamCollection.vb DaoClasses\SecurityDAO.vb DaoClasses\TblCheckListMasterDAO.vb DaoClasses\TblExceptionDAO.vb DaoClasses\BtmPortfolioIBorrConcentOgOrgGradeDAO.vb DaoClasses\TblActivityCodeListDAO.vb DaoClasses\SicNdyMapDAO.vb DaoClasses\TblWebpageDAO.vb DaoClasses\TblMasterUpdateDAO.vb DaoClasses\TblActivityLogDAO.vb DaoClasses\LoanDataWithElossCurrDAO.vb DaoClasses\TblExaminerInfoDAO.vb DaoClasses\TblItemsRequestMasterDAO.vb DaoClasses\TblRegionDAO.vb DaoClasses\TblExamAssessDAO.vb DaoClasses\TblAqrgradeParameterDAO.vb DaoClasses\BtmPortfolioJ1OrgGradeDAO.vb DaoClasses\TblReportGradeChangeDAO.vb DaoClasses\BtmPortfolioKIndConcentGpOrgGradeDAO.vb DaoClasses\TblCostItemsDAO.vb DaoClasses\BtmPortfolioEOrgGradeDAO.vb DaoClasses\TblRamaqrtDAO.vb DaoClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesDAO.vb DaoClasses\TblPortfolioDAO.vb DaoClasses\TblBorrWarrWeightingDAO.vb DaoClasses\TblTransactionRatingsDAO.vb DaoClasses\KmvdataDAO.vb DaoClasses\TblVacationDAO.vb DaoClasses\BtmPortfolioKIndConcentOrgGradeDAO.vb DaoClasses\TblWarrWeightingDAO.vb DaoClasses\BtmPortfolioGOrgGradeDAO.vb DaoClasses\BtmPortfolioIBorrConcentGpOrgGrade1DAO.vb DaoClasses\BtmPortfolioBOrgGradeDAO.vb DaoClasses\TblHolidaysDAO.vb DaoClasses\BtmPortfolioKIndConcentOgOrgGradeDAO.vb DaoClasses\TblMisramDAO.vb DaoClasses\TblAppendCreditWatchDAO.vb DaoClasses\BtmPortfolioAOrgGradeDAO.vb DaoClasses\TblExamTrackingDAO.vb DaoClasses\BtmPortfolioHOrgGradeDAO.vb DaoClasses\BtmportCustOrgGradeDAO.vb DaoClasses\TblAppendUtilitiesDAO.vb DaoClasses\GroupListDAO.vb DaoClasses\TblRelatedPartiesDAO.vb DaoClasses\TblAqrexpectedLossDAO.vb DaoClasses\TblUserGroupDAO.vb DaoClasses\TblExamUniverseOrderDAO.vb DaoClasses\_14PortfolioAsgDAO.vb DaoClasses\TblCrmAssessmentDAO.vb DaoClasses\TblExaminationsDAO.vb DaoClasses\TblBackupCountryRatingDAO.vb DaoClasses\TblBorrowerRatingsDAO.vb DaoClasses\TblBorrowerInformationDAO.vb DaoClasses\WeeklyHoursDAO.vb DaoClasses\TblRamocrDAO.vb DaoClasses\BtmPortfolioJOrgGradeDAO.vb DaoClasses\TblRamcrmcDAO.vb DaoClasses\TblEicCommentsDAO.vb DaoClasses\BtmPortfolioCOrgGradeDAO.vb DaoClasses\TblAqrintRatingOldDAO.vb DaoClasses\TblMonthsDAO.vb DaoClasses\DailyWeeklyHours1DAO.vb DaoClasses\TblAqrorderofOrgUnitDAO.vb DaoClasses\Sic2dDAO.vb DaoClasses\TblAbsencesDAO.vb DaoClasses\TblScheduleDAO.vb DaoClasses\BtmPortfolioFAsgsOrgGradeDAO.vb DaoClasses\TblRamaqcrDAO.vb DaoClasses\BtmPortfolioIBorrConcentGpOrgGradeDAO.vb DaoClasses\TblMisexamTrackingDAO.vb DaoClasses\TblOrgStructureDAO.vb DaoClasses\TblItemsRequestExamDAO.vb DaoClasses\TblChkReadListDAO.vb DaoClasses\TblMasterDAO.vb DaoClasses\BtmPortfolioDOrgGradeDAO.vb DaoClasses\IndustrialDAO.vb DaoClasses\OrmdCeaFindingsDatesDAO.vb DaoClasses\ExternalLinksDAO.vb DaoClasses\TblCriticalDAO.vb DaoClasses\TblMiscostTrackingDAO.vb DaoClasses\CostCtrDAO.vb DaoClasses\TblFacilityRecoveryDAO.vb DaoClasses\TblCountryRatingDAO.vb DaoClasses\DailyWeeklyHoursDAO.vb DaoClasses\NdyDAO.vb DaoClasses\BtmPortfolioIBorrConcentOrgGradeDAO.vb DaoClasses\TblAqrintRatingNewDAO.vb DaoClasses\BtmPortfolioH1OrgGradeDAO.vb DaoClasses\TblBorrowerFinancialDAO.vb DaoClasses\TblContactDAO.vb DaoClasses\TblAqrexpAfterUtilDAO.vb DaoClasses\TblAqrrecoveryMstDAO.vb DaoClasses\TblCcExamDAO.vb DaoClasses\TypedListDAO.vb FactoryClasses\DaoFactory.vb HelperClasses\DbUtils.vb HelperClasses\DbUtilsComPlus.vb HelperClasses\Transaction.vb HelperClasses\TransactionComPlus.vb AssemblyInfo.vb ConstantsEnums.vb HelperClasses\FieldInfoProvider.vb HelperClasses\TypeDefaultValue.vb HelperClasses\InheritanceInfoProvider.vb RelationClasses\SecurityRelations.vb RelationClasses\TblCheckListMasterRelations.vb RelationClasses\TblExceptionRelations.vb RelationClasses\BtmPortfolioIBorrConcentOgOrgGradeRelations.vb RelationClasses\TblActivityCodeListRelations.vb RelationClasses\SicNdyMapRelations.vb RelationClasses\TblWebpageRelations.vb RelationClasses\TblMasterUpdateRelations.vb RelationClasses\TblActivityLogRelations.vb RelationClasses\LoanDataWithElossCurrRelations.vb RelationClasses\TblExaminerInfoRelations.vb RelationClasses\TblItemsRequestMasterRelations.vb RelationClasses\TblRegionRelations.vb RelationClasses\TblExamAssessRelations.vb RelationClasses\TblAqrgradeParameterRelations.vb RelationClasses\BtmPortfolioJ1OrgGradeRelations.vb RelationClasses\TblReportGradeChangeRelations.vb RelationClasses\BtmPortfolioKIndConcentGpOrgGradeRelations.vb RelationClasses\TblCostItemsRelations.vb RelationClasses\BtmPortfolioEOrgGradeRelations.vb RelationClasses\TblRamaqrtRelations.vb RelationClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesRelations.vb RelationClasses\TblPortfolioRelations.vb RelationClasses\TblBorrWarrWeightingRelations.vb RelationClasses\TblTransactionRatingsRelations.vb RelationClasses\KmvdataRelations.vb RelationClasses\TblVacationRelations.vb RelationClasses\BtmPortfolioKIndConcentOrgGradeRelations.vb RelationClasses\TblWarrWeightingRelations.vb RelationClasses\BtmPortfolioGOrgGradeRelations.vb RelationClasses\BtmPortfolioIBorrConcentGpOrgGrade1Relations.vb RelationClasses\BtmPortfolioBOrgGradeRelations.vb RelationClasses\TblHolidaysRelations.vb RelationClasses\BtmPortfolioKIndConcentOgOrgGradeRelations.vb RelationClasses\TblMisramRelations.vb RelationClasses\TblAppendCreditWatchRelations.vb RelationClasses\BtmPortfolioAOrgGradeRelations.vb RelationClasses\TblExamTrackingRelations.vb RelationClasses\BtmPortfolioHOrgGradeRelations.vb RelationClasses\BtmportCustOrgGradeRelations.vb RelationClasses\TblAppendUtilitiesRelations.vb RelationClasses\GroupListRelations.vb RelationClasses\TblRelatedPartiesRelations.vb RelationClasses\TblAqrexpectedLossRelations.vb RelationClasses\TblUserGroupRelations.vb RelationClasses\TblExamUniverseOrderRelations.vb RelationClasses\_14PortfolioAsgRelations.vb RelationClasses\TblCrmAssessmentRelations.vb RelationClasses\TblExaminationsRelations.vb RelationClasses\TblBackupCountryRatingRelations.vb RelationClasses\TblBorrowerRatingsRelations.vb RelationClasses\TblBorrowerInformationRelations.vb RelationClasses\WeeklyHoursRelations.vb RelationClasses\TblRamocrRelations.vb RelationClasses\BtmPortfolioJOrgGradeRelations.vb RelationClasses\TblRamcrmcRelations.vb RelationClasses\TblEicCommentsRelations.vb RelationClasses\BtmPortfolioCOrgGradeRelations.vb RelationClasses\TblAqrintRatingOldRelations.vb RelationClasses\TblMonthsRelations.vb RelationClasses\DailyWeeklyHours1Relations.vb RelationClasses\TblAqrorderofOrgUnitRelations.vb RelationClasses\Sic2dRelations.vb RelationClasses\TblAbsencesRelations.vb RelationClasses\TblScheduleRelations.vb RelationClasses\BtmPortfolioFAsgsOrgGradeRelations.vb RelationClasses\TblRamaqcrRelations.vb RelationClasses\BtmPortfolioIBorrConcentGpOrgGradeRelations.vb RelationClasses\TblMisexamTrackingRelations.vb RelationClasses\TblOrgStructureRelations.vb RelationClasses\TblItemsRequestExamRelations.vb RelationClasses\TblChkReadListRelations.vb RelationClasses\TblMasterRelations.vb RelationClasses\BtmPortfolioDOrgGradeRelations.vb RelationClasses\IndustrialRelations.vb RelationClasses\OrmdCeaFindingsDatesRelations.vb RelationClasses\ExternalLinksRelations.vb RelationClasses\TblCriticalRelations.vb RelationClasses\TblMiscostTrackingRelations.vb RelationClasses\CostCtrRelations.vb RelationClasses\TblFacilityRecoveryRelations.vb RelationClasses\TblCountryRatingRelations.vb RelationClasses\DailyWeeklyHoursRelations.vb RelationClasses\NdyRelations.vb RelationClasses\BtmPortfolioIBorrConcentOrgGradeRelations.vb RelationClasses\TblAqrintRatingNewRelations.vb RelationClasses\BtmPortfolioH1OrgGradeRelations.vb RelationClasses\TblBorrowerFinancialRelations.vb RelationClasses\TblContactRelations.vb RelationClasses\TblAqrexpAfterUtilRelations.vb RelationClasses\TblAqrrecoveryMstRelations.vb RelationClasses\TblCcExamRelations.vb RelationClasses\DynamicRelation.vb EntityClasses\CommonEntityBase.vb Linq\LinqMetaData.vb EntityClasses\SecurityEntity.vb EntityClasses\TblCheckListMasterEntity.vb EntityClasses\TblExceptionEntity.vb EntityClasses\BtmPortfolioIBorrConcentOgOrgGradeEntity.vb EntityClasses\TblActivityCodeListEntity.vb EntityClasses\SicNdyMapEntity.vb EntityClasses\TblWebpageEntity.vb EntityClasses\TblMasterUpdateEntity.vb EntityClasses\TblActivityLogEntity.vb EntityClasses\LoanDataWithElossCurrEntity.vb EntityClasses\TblExaminerInfoEntity.vb EntityClasses\TblItemsRequestMasterEntity.vb EntityClasses\TblRegionEntity.vb EntityClasses\TblExamAssessEntity.vb EntityClasses\TblAqrgradeParameterEntity.vb EntityClasses\BtmPortfolioJ1OrgGradeEntity.vb EntityClasses\TblReportGradeChangeEntity.vb EntityClasses\BtmPortfolioKIndConcentGpOrgGradeEntity.vb EntityClasses\TblCostItemsEntity.vb EntityClasses\BtmPortfolioEOrgGradeEntity.vb EntityClasses\TblRamaqrtEntity.vb EntityClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesEntity.vb EntityClasses\TblPortfolioEntity.vb EntityClasses\TblBorrWarrWeightingEntity.vb EntityClasses\TblTransactionRatingsEntity.vb EntityClasses\KmvdataEntity.vb EntityClasses\TblVacationEntity.vb EntityClasses\BtmPortfolioKIndConcentOrgGradeEntity.vb EntityClasses\TblWarrWeightingEntity.vb EntityClasses\BtmPortfolioGOrgGradeEntity.vb EntityClasses\BtmPortfolioIBorrConcentGpOrgGrade1Entity.vb EntityClasses\BtmPortfolioBOrgGradeEntity.vb EntityClasses\TblHolidaysEntity.vb EntityClasses\BtmPortfolioKIndConcentOgOrgGradeEntity.vb EntityClasses\TblMisramEntity.vb EntityClasses\TblAppendCreditWatchEntity.vb EntityClasses\BtmPortfolioAOrgGradeEntity.vb EntityClasses\TblExamTrackingEntity.vb EntityClasses\BtmPortfolioHOrgGradeEntity.vb EntityClasses\BtmportCustOrgGradeEntity.vb EntityClasses\TblAppendUtilitiesEntity.vb EntityClasses\GroupListEntity.vb EntityClasses\TblRelatedPartiesEntity.vb EntityClasses\TblAqrexpectedLossEntity.vb EntityClasses\TblUserGroupEntity.vb EntityClasses\TblExamUniverseOrderEntity.vb EntityClasses\_14PortfolioAsgEntity.vb EntityClasses\TblCrmAssessmentEntity.vb EntityClasses\TblExaminationsEntity.vb EntityClasses\TblBackupCountryRatingEntity.vb EntityClasses\TblBorrowerRatingsEntity.vb EntityClasses\TblBorrowerInformationEntity.vb EntityClasses\WeeklyHoursEntity.vb EntityClasses\TblRamocrEntity.vb EntityClasses\BtmPortfolioJOrgGradeEntity.vb EntityClasses\TblRamcrmcEntity.vb EntityClasses\TblEicCommentsEntity.vb EntityClasses\BtmPortfolioCOrgGradeEntity.vb EntityClasses\TblAqrintRatingOldEntity.vb EntityClasses\TblMonthsEntity.vb EntityClasses\DailyWeeklyHours1Entity.vb EntityClasses\TblAqrorderofOrgUnitEntity.vb EntityClasses\Sic2dEntity.vb EntityClasses\TblAbsencesEntity.vb EntityClasses\TblScheduleEntity.vb EntityClasses\BtmPortfolioFAsgsOrgGradeEntity.vb EntityClasses\TblRamaqcrEntity.vb EntityClasses\BtmPortfolioIBorrConcentGpOrgGradeEntity.vb EntityClasses\TblMisexamTrackingEntity.vb EntityClasses\TblOrgStructureEntity.vb EntityClasses\TblItemsRequestExamEntity.vb EntityClasses\TblChkReadListEntity.vb EntityClasses\TblMasterEntity.vb EntityClasses\BtmPortfolioDOrgGradeEntity.vb EntityClasses\IndustrialEntity.vb EntityClasses\OrmdCeaFindingsDatesEntity.vb EntityClasses\ExternalLinksEntity.vb EntityClasses\TblCriticalEntity.vb EntityClasses\TblMiscostTrackingEntity.vb EntityClasses\CostCtrEntity.vb EntityClasses\TblFacilityRecoveryEntity.vb EntityClasses\TblCountryRatingEntity.vb EntityClasses\DailyWeeklyHoursEntity.vb EntityClasses\NdyEntity.vb EntityClasses\BtmPortfolioIBorrConcentOrgGradeEntity.vb EntityClasses\TblAqrintRatingNewEntity.vb EntityClasses\BtmPortfolioH1OrgGradeEntity.vb EntityClasses\TblBorrowerFinancialEntity.vb EntityClasses\TblContactEntity.vb EntityClasses\TblAqrexpAfterUtilEntity.vb EntityClasses\TblAqrrecoveryMstEntity.vb EntityClasses\TblCcExamEntity.vb FactoryClasses\EntityFactories.vb FactoryClasses\EntityFieldFactory.vb FactoryClasses\EntityFieldsFactory.vb HelperClasses\PersistenceInfoProvider.vb HelperClasses\ResultsetFields.vb HelperClasses\FieldCreationClasses.vb StoredProcedureCallerClasses\ActionProcedures.vb StoredProcedureCallerClasses\RetrievalProcedures.vb
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\CollectionClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesCollection.vb(33) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesCollection' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\CollectionClasses\_14PortfolioAsgCollection.vb(33) : warning BC40031: Name '_14PortfolioAsgCollection' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(17) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesFieldIndex' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(28) : warning BC40031: Name '_14PortfolioAsgFieldIndex' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(1583) : warning BC40031: Name '_7Wdate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(1584) : warning BC40031: Name '_7WremovedDate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(2032) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesEntity' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\ConstantsEnums.vb(2033) : warning BC40031: Name '_14PortfolioAsgEntity' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\DaoClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesDAO.vb(39) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesDAO' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\DaoClasses\_14PortfolioAsgDAO.vb(39) : warning BC40031: Name '_14PortfolioAsgDAO' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(82) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(84) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(93) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(95) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(104) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(106) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(282) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(283) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(293) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(294) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(305) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(306) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(320) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(321) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(329) : error BC30512: Option Strict On disallows implicit conversions from 'String' to 'SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPath'.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(329) : warning BC42322: Runtime errors might occur when converting 'String' to 'SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPath'.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(329) : error BC30057: Too many arguments to 'Private Function Fetch(userId As String, timeStamp As Date, screen As String, prefetchPathToUse As SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPath, contextToUse As SD.LLBLGen.Pro.ORMSupportClasses.Context, excludedIncludedFields As SD.LLBLGen.Pro.ORMSupportClasses.ExcludeIncludeFieldsList) As Boolean'.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(448) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(453) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(454) : error BC30451: Name 'wasSuccesful' is not declared.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(512) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblActivityLogEntity.vb(518) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblMasterEntity.vb(1984) : warning BC40031: Name '_7Wdate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\TblMasterEntity.vb(2000) : warning BC40031: Name '_7WremovedDate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesEntity.vb(34) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesEntity' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\EntityClasses\_14PortfolioAsgEntity.vb(34) : warning BC40031: Name '_14PortfolioAsgEntity' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\FactoryClasses\EntityFactories.vb(91) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesEntityFactory' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\FactoryClasses\EntityFactories.vb(131) : warning BC40031: Name '_14PortfolioAsgEntityFactory' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\HelperClasses\FieldCreationClasses.vb(23) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesFields' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\HelperClasses\FieldCreationClasses.vb(45) : warning BC40031: Name '_14PortfolioAsgFields' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\HelperClasses\FieldCreationClasses.vb(6336) : warning BC40031: Name '_7Wdate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\HelperClasses\FieldCreationClasses.vb(6342) : warning BC40031: Name '_7WremovedDate' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\Linq\LinqMetaData.vb(253) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNames' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\Linq\LinqMetaData.vb(260) : warning BC40031: Name '_14PortfolioAsg' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\RelationClasses\_10AggregateWgtavgAsgByNdyWithNdyNamesRelations.vb(20) : warning BC40031: Name '_10AggregateWgtavgAsgByNdyWithNdyNamesRelations' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\RelationClasses\_14PortfolioAsgRelations.vb(20) : warning BC40031: Name '_14PortfolioAsgRelations' is not CLS-compliant.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(37) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(41) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(60) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(64) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(87) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(91) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(111) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(115) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(135) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(139) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(153) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(157) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(176) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(180) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(203) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(207) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(227) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(231) : error BC30201: Expression expected.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(251) : error BC30183: Keyword is not valid as an identifier.
C:\Documents and Settings\u002698\My Documents\LLBLGen Pro Projects\StoredProcedureCallerClasses\RetrievalProcedures.vb(255) : error BC30201: Expression expected.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
I am referencing the following in the generated code: Accessibility SD.LLBLGEN.PRO.DQE.SQLSERVER.NET20 SD.LLBLGEN.PRO.LINQSUPPORTCLASSES.NET35 SD.LLBLGEN.PRO.ORMSUPPORTCLASSES.NET20 SYSTEM SYSTEM.CORE SYSTEM.DATA SYSTEM.ENTERPRISESERVICES SYSTEM.XML
THANKS!
When you add the the references, add them from the .Net tab (at the Add References window).
I see you are using a Demo version. If you installed previous LLBLGenPro versions, make sure you reference the correct ones.
Also, make sure you are generating for the correct platform (.Net 2.0 or 3.5, not CF, nor .Net 1.x).
Start a newly project and try again.
Also, make sure you aren't using reserved words for entity classes.