|
-
Feb 2nd, 2006, 11:14 AM
#1
-
Feb 2nd, 2006, 12:00 PM
#2
Frenzied Member
Re: Strange IDE behavior of c# compared to IDE of VB.NET...
I guess the IDE likes "Woof" as much as you do 
Seems like there are a few "hangover" type things like this that building the project (Shift-Ctrl-B) clears up.
Mike
-
Feb 2nd, 2006, 12:03 PM
#3
Re: Strange IDE behavior of c# compared to IDE of VB.NET...
if I build the project it fixes it. but I should have to.
things like this are making me hate c# even more 
However, I am using the bugged and crappy 2004 VS and not 2005, maybe all these idiotic bugs have been fixed.
Woka
-
Feb 2nd, 2006, 12:13 PM
#4
Frenzied Member
Re: Strange IDE behavior of c# compared to IDE of VB.NET...
things like this are making me hate c# even more
It has nothing to do with C#, it's the IDE. You can use Notepad instead, if you'd like 
Little things like that don't bother me. I didn't know there was a VS2004. I'm using VS2005 and there's still some wierd things like that.
Mike
-
Feb 2nd, 2006, 12:31 PM
#5
Re: Strange IDE behavior of c# compared to IDE of VB.NET...
hahaha. I know it's the IDE, but it's irritating.
Sry I meant 2003 
woka
-
Feb 2nd, 2006, 07:15 PM
#6
Re: Strange IDE behavior of c# compared to IDE of VB.NET...
VB.NET uses incremental compilation, which means the IDE compiles your code as you type it. The C# IDE doesn't do that, for whatever reason. The IDE will detect syntax errors as you type but compilation errors must wait until you compile. That's actually more of a great feature of the VB.NET IDE than a deficiency in the C# IDE. Particularly in the 2005 version, the C# IDE gets a few cool features that the VB version lacks. They are created by different teams after all, so they're bound to be a bit different.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|