Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 String methods are not being recognized

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Christopher Holt Posted - Dec 19 2007 : 10:20:32 PM
I am running VS2005, C#, VAX Build 1619. I am seeing that the VA intellisense doesn't know what any of the string methods are. See the following picture.



I have rebuilt the symbol databases and cleared all history and cache and nothing helps.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Dec 20 2007 : 10:44:58 AM
using VS2005 and VA 1619 I added the following function to a C# file:

        void testStringFunctions()
        {
            string condStr;

            condStr = "hello world";
            condStr = condStr.Trim();
            condStr.PadLeft(4, '.');
            condStr.StartsWith("hello");

            banana = 2;
        }

the only thing that VA underlined was "banana". I am wondering if something further up the file is confusing VA.

Due to some other problems with underlining of mistyped symbols in C# this has been disabled in C# and VB in VA 1624 while we try to get it working correctly:

case=509

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000