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
 1549: Incorrect ac with C# embedded classes
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

amp44x
New Member

USA
7 Posts

Posted - Apr 03 2007 :  12:18:37 AM  Show Profile  Reply with Quote
Another C# new bug in VS2005 SP1, similar to to this one.

When using the keyword new while trying to instantiate an embedded class, the type does not appear in the auto-complete list.

Steps to repeat:
1. Enter in the following code:

using System;

  namespace Test
  {
      public class Class1
      {
          public class EmbeddedClass { }
      }

      public class Class2
      {
          Class1.EmbeddedClass obj = new 
      }
  }

2. once new is entered, an auto-complete list will appear.

Expected Behavior:
"Class1.EmbeddedClass" should appear in the list.



Actual Behavior:
"Class1.EmbeddedClass" does not appear in the list.



Version Info:
VS2005 SP1
VA_X.dll file version 10.3.1549.0 built 2007.03.16
VAOpsWin.dll version 1.3.4.8
VATE.dll version 1.0.6.2
DevEnv.exe version 8.0.50727.762
msenv.dll version 8.0.50727.762
Font: Fixedsys 13(Pixels)
Comctl32.dll version 6.0.2900.2982
Windows XP 5.1 Build 2600 Service Pack 2
2 processors

sean
Whole Tomato Software

USA
2817 Posts

Posted - Apr 03 2007 :  12:34:23 AM  Show Profile  Reply with Quote
Thanks for the report; it is an example of the same bug (case=5769). It will be fixed in the next build.
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Apr 14 2007 :  12:11:25 AM  Show Profile  Reply with Quote
Fixed in build 1553.
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