Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
I think that Greg nailed it. One thing to keep in mind is that the namespaces and classes are the same whether you are using VB.NET or C#. So usually this is the issue. One thing that you can do also is to copy out the "using" statements from the top of the designer file of the BO and paste them in the BO.cs file. This will ensure that you have all of the same imports.
|