Hi,
I'm using version 12.1.20121.2142 of infragistics (dot net 3.5, so I cannot use later...)
I'm further using VS2012 on a Windows 8.1 system
In mu exsisting project I want to add a new button to the all tabs. But when I click in the designer on 'Show Shared Controls' this exception occures: (see attachment)
Please help me!
Frans
Hello ,
Could you please let me know if this happens on existing form that contains UltraTabControl or you are able to reproduce this in a new test project.
I am waiting for your feedback.
In a perfect world (a new project, a new form) it all works fine.
Sadly we do not live in a perfect world ;-)
The problem occurs on an existing form that maybe even was upgraded from older Infragistics versions.
I do not have the possibility to start this form from scratch again...
In the mean time the time pressure has gone, because I manager to add my buttons to the shared controls by manually changing de Designer Code.
In the attachment you'll find the whole designer code..
Hello,
Thank you for provided files. Based on them I was able to reproduce this on my side and I found that this happens only when Style property of the UltraTabControl is set to VisualStudio or VisualStudio2005 and TabLayoutStyle is one of the enum’s values which starts with MutliRow. So as workaround you could change the Style property of the UltraTabControl while designing your tab control and after you leave Shared Controls Page you could restore Style property .
I have created support ticket for you in our internal issue tracing system, its id is CAS-130686-M6N4B4, so I will continue investigating this, and will update you for my findings as soon as I have more information for you.
Thank you for using Infragistics Components.
Changing the style does solve it for me
Thankx