NET CF 3.5 visual inheritance?

  • Thread starter Thread starter Arthur Dent
  • Start date Start date
A

Arthur Dent

Hello all...

I am trying to use visual inheritance in some forms in a VB.NET 2008
project, compiling against the .NET 3.5 runtimes.
In my inherited forms, I am getting the old "visual inheritance is currently
disabled because the base class references a device-specific component or
contains P/Invoke code." error that was common in .NET 2.

I was hoping this issue would've been resolved in .NET 3.5. I tried adding a
design-time attributes file, like would fix it in .NET 2, but it did
nothing.
Is there any way to get visual inheritance for NET CF 3.5 apps at
design-time?

Thanks in advance,
Arthur Dent.
 
Hi Arthur
Visual inheritance always works well for me in 3.5, if it is not then
design-time attributes will have to solve the issue.
Can you please eloborate the levels of forms and the design-time
attribute xmta file contents, so that we can try correcting if any
issues.

Cheers,
Arun
 
Back
Top