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
 VAX1525 : many wrong misspelling indicators in C#
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

SvenC
Tomato Guru

Germany
339 Posts

Posted - Jun 26 2006 :  09:02:25 AM  Show Profile  Reply with Quote
Hi,

in a C# web service project of VS2005 I see several .Net classes underlined as if misspelled.

E.g.:

StringBuilder sb = new StringBuilder();
sb.Append(HttpContext.Current.Request.Url.Host);

HttpContext, Request, Url and Host and underlined

I have a "using System.Web;" clause at the beginning of the class and the C# compiler happily compiles that code.

It makes no difference to VAX if I fully qualify System.Web.HttpContext... System and Web are not underlined, but every word afterwards.

Regards,
SvenC

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Jun 26 2006 :  4:05:31 PM  Show Profile  Reply with Quote
i think i know why this is underlined. even with VA disabled i cannot get VS2005 to suggest "Web" in:

using System.Web;

Web is simply not listed in the completion listbox after System. for me. can you look on your system and see if it is listed? i am wondering if there is some problem with the configuration of my test system.

*experiments*

i can get System.Web suggested in a normal C# program, but not in an ASP.NET web service C# project.

case=1482

zen is the art of being at one with the two'ness
Go to Top of Page

SvenC
Tomato Guru

Germany
339 Posts

Posted - Jun 27 2006 :  05:12:08 AM  Show Profile  Reply with Quote
I do see Web as namespace below System. Both with and without VAX enabled. But with VAX enabled the listbox closes upon typing the first letter after the dot. So I have to use the mouse to scroll to the end of the listbox to see that Web is present.

Do you happen to miss a reference for System.Web? Of course this should have been set by the project wiard.

Regards,
SvenC
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jun 27 2006 :  3:58:11 PM  Show Profile  Reply with Quote
It appears the problem was related to the format of web service projects in 2005. Will be fixed in 1526.
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