Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1549: Incorrect ac with C# embedded classes

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
amp44x Posted - Apr 03 2007 : 12:18:37 AM
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
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Apr 14 2007 : 12:11:25 AM
Fixed in build 1553.
sean Posted - Apr 03 2007 : 12:34:23 AM
Thanks for the report; it is an example of the same bug (case=5769). It will be fixed in the next build.

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