NET CF 3.5 visual inheritance?

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.
 
A

Arun

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top