So I successfully converted everythign into
VB.net as I am a
VB developer. However, I am getting an error with respect to this line of code:
Public Class ENTUserAccountData
Inherits ENTBaseData(Of ENTUserAccount)
'This line of code , the inherits line, generates the error
The error is:
Type argument 'EliteToolboxDAL.ENTUserAccount' does not inherit from or implement the constraint of type 'EliteToolboxDAL.EliteToolboxDAL.Framework.IENTBas eEntity'.
Any ideas???
I posted in the wrong group, wrong book. Sorry all!