My web project similar model web project of Microsoft attaches at Microsoft .NET Frame work SDK on folder:
"C:\Program Files\Microsoft Visual Studio .NET\Enterprise Samples\Duwamish 7.0 VB"
When i buided BusinessFacade .It out put errors as below:
"Value of type 'ViKo.Common.Data.TuyenDungData' cannot be converted to 'ViKo.Common.Data.TuyenDungData'."
For exmple:
there are 4 projects in one solution ViKo:
1.Common has a TuyenDungData class
2.DataAccess
3.BusinessRules
4.BusinessFacade
DataAccess reference to Common
BusinessRules reference to Common and DataAccess
When i buided Common,DataAccess is OK.But when i buided
BusinessRules it output error as above.
My web project was wrote by ASP.NET(VB.NET)
please how to fix that error.
Thak you very much...
"C:\Program Files\Microsoft Visual Studio .NET\Enterprise Samples\Duwamish 7.0 VB"
When i buided BusinessFacade .It out put errors as below:
"Value of type 'ViKo.Common.Data.TuyenDungData' cannot be converted to 'ViKo.Common.Data.TuyenDungData'."
For exmple:
there are 4 projects in one solution ViKo:
1.Common has a TuyenDungData class
2.DataAccess
3.BusinessRules
4.BusinessFacade
DataAccess reference to Common
BusinessRules reference to Common and DataAccess
When i buided Common,DataAccess is OK.But when i buided
BusinessRules it output error as above.
My web project was wrote by ASP.NET(VB.NET)
please how to fix that error.
Thak you very much...