Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 String methods are not being recognized
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Christopher Holt
Ketchup Master

USA
70 Posts

Posted - Dec 19 2007 :  10:20:32 PM  Show Profile  Reply with Quote
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.

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Dec 20 2007 :  10:44:58 AM  Show Profile  Reply with Quote
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

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000