Infragistics Controls [233]
I have an Infragistics UltraWebTab
(Infragistics2.WebUI.UltraWebTab.v5.3, Version=5.3.20053.73) control
in a Web Control (.ascx) class.
R# highlights the following as an error ("Cannot resolve symbol
'SelectedTabIndex'") in the .ascx.cs code-behind file:
tabView.SelectedTabIndex = ...
Additionally, R# is not picking up any intellisense for the tabView
control.
--
Steven Wood
Please sign in to leave a comment.
Steven,
How do You reference the UtlraWebTab assembly?
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Using the
elements in the web.config file. -- Steven Wood On Mon, 10 Apr 2006 12:39:41 +0400, "Sergey V. Coox \(JetBrains\)" wrote: >Steven, > >]]>How do You reference the UtlraWebTab assembly?
Steven,
If You do build website, does it help R# to find the reference?
Could You create a sample solution for us?
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I fixed it, it was a casing issue in the HTML!
my HTML was:
<igtab:ultrawebtab>.....
I fixed the case by changing this to
<igtab:UltraWebTab>.....
and the code-behind file is now resolving the intellisense correctly.
Thanks,
--
Steven Wood
On Mon, 10 Apr 2006 14:47:02 +0400, "Sergey V. Coox \(JetBrains\)"
<qx@intellij.com> wrote:
>Steven,
>
>If You do build website, does it help R# to find the reference?
>Could You create a sample solution for us?
Steven,
I see. Was the website compilable by VS? I mean, should the tag prefix be
case-insensitive?
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Sergey,
yes, the casing on the tag prefix is irrelevant and is ignored by the
compiler.
--
Steven Wood
On Mon, 10 Apr 2006 15:22:36 +0400, "Sergey V. Coox \(JetBrains\)"
<qx@intellij.com> wrote:
>Steven,
>
>I see. Was the website compilable by VS? I mean, should the tag prefix be
>case-insensitive?
Hello Sergey,
I guess it shouldn't, since anything concerning file or assembly names should
be case-insensitive in Windows.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
OK, perhaps I've got it wrong... please ignore the previous post
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Steven,
>>
>> I see. Was the website compilable by VS? I mean, should the tag
>> prefix be case-insensitive?
>>