|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Visual Studio can be problematic sometimes and does not allow the design-time reflection (what we use to gather the methods on the business objects) to evaluate properly. All you need to do is build the project and restart Visual Studio. A pain, I know, and we're in the process of moving the design-time reflection over to the Microsoft.VisualStudio.Design.VSTypeResolutionService namespace.
So, when this happens to you, just restart Visual Studio and the method should be there after the restart.
|