473,756 Members | 4,046 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual C# .NET 2005 express problems

Visual C#.NET 2005 express has some issues, unlike VB.NET 2005 has
none of them:

The most annoying one is:
For example if there's a coding error, it must be reported at the
buttom of the screen in "error list" "REAL-TIME". At least, that was
like that in VB.NET 2005 express. But in Visual C# .NET 2005 you won't
be able to aware of coding errors till you press "play" build & run
button.

Unlike in VB.NET 2005 express again, if there's a coding error it must
be reported simultaneously and real-time when you change active line
by clicking anywere with cursor or when you jump somewhere blank with
keyboard. But it doesn't like that, again, errors are reported after
you press build & run button. Thus you cannot be aware of if there's a
coding error till debugging.

Another thing: Don't know SP1 have fixed or not this, if you try to
place shockwave flash object (flash9b.ocx), you get error, this
problem's solution was to rebuild project although the error message,
then running again which was working exactly in VB.NET 2005 express,
which completely did NOT work in Visual C# .NET 2005.

Of course there may be more bugs/problems in VC# 05 but they're
strongly disappointment.

Which other development platform (GUI, with good IDE of course) do you
recommend for Windows based C# development (must include all of
toolbox contols and .NET components (optional)?

Thanks for reading.

Nov 7 '07
10 2706
On 8 Nov, 14:28, kimiraikkonen <kimiraikkone.. .@gmail.comwrot e:
Except delay about background compiler / or called real-time error
reporting, there's another thing which was included in VB.NET 05
express:

In C# if you type a known object / class wrong accidently, it will not
be corrected automatically. You have to find by yourself:

Example:

Listbox1.items. add("hello") ---"items" case must be upper -->
"Items" (correct)

That was auto-corrected in VB.NET but sometimes / not always, not
corrected in C#.

Thanks.
Look you have to understand that VB.NET was an abomination developed
to appease the VB6 crowd. VB6 was fantastic in that you could debug
your code while it was running and changes were immediately put into
effect. No restarting. This is why VB.NET allows edit and continue
*and* as a side effect compiles as you edit. VB6 convertees would have
been very very annoyed without edit and continue.

Second c# is case sensitive. This means you could (but should not)
have an object with both an items member and an Items member. For this
reason it shouldn't auto correct. You can however auto complete by
pressing CTRL+Space anywhere in the word. type i and press CTRL+Space
and if there is only one i method it will auto complete, otherwise it
will pop up the available options and allow you to pick. So with an
object that has members called:

items
cows
covers

type i and it will auto complete items, press c and it will offer you
cows and covers in a drop down.

Nov 8 '07 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
387
by: Bootstrap Bill | last post by:
A new Google group has been formed for the purpose of discussing the new Visual Studio Express products. http://groups-beta.google.com/group/Visual-Studio-Express The products are currently in beta testing and include Visual Basic 2005 Express, Visual C# 2005 Express, Visual C++ 2005 Express, Visual C++ 2005 Express, Visual J# 2005 Express, Visual Web Dev 2005 Express and SQL Server 2005 Express.
5
2579
by: Patrick Olurotimi Ige | last post by:
Hi, I have VStudio.Net 2003 installed but can i install Visual Web Developer also on the same PC. My current .Net Frameork version is 1.1. Will the Visual Web Developer install ASP.NET 2.0? And if i do will it affect my other applications? I want ot build ASP.NET 2.0 apps!!!
6
2558
by: Brian Henry | last post by:
Visual Basic 2005 Express: http://download.microsoft.com/download/f/c/7/fc7debaf-4513-4300-9e6a-8fe27be88cd1/vbsetup.exe Visual C# 2005 Express: http://download.microsoft.com/download/2/d/2/2d221839-eaf9-4d91-899e-95a9af12202e/vcssetup.exe Visual C++ 2005 Express: http://download.microsoft.com/download/3/f/3/3f3e65c3-9f57-40ee-a95b-57d49e560883/vcsetup.exe Visual J# 2005 Express:
4
2534
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order? 2. Does VWD Express Edition support the idea of Solutions? I coun't figure out how to create a blank solution which I usually do with VS2005 (and then add my web site to the solution.)
2
3441
by: Progman | last post by:
I have Visual Studio 2005 Standard edition. Is ti the same thing as the Express edition or Standard is more?
8
1473
by: JJ | last post by:
My potential shared hosting platform uses SQL server 2005. I am developing on the Express version. In order to make sure I am not going to cause myself any problems when I move my ASP .net 2.0 sites (developed in Vis Studio 2005) to the host, should I be using my developers version of SQL 2005? If so, can I install it and keep my current instance of the SQL Server Express edition? Or will installing the dev version upgrade that...
45
2998
by: mistral | last post by:
Does Visual C++ 2005 Express Edition produce small, compact C executables? Or there is another C compilers that do this better? m.
25
2477
by: Marco | last post by:
Hi everyone. I've been trying to move some small applications written in vb.net 2003 to vb.net 2005 express just for testing purposes. I have noticed so far that the applications seem to run much slower in the 2005 version. Especially when it comes to nested loops. I haven't done much testing so it might just be this one computer but I was curious to know if anyone else has experienced these kind of problems when moving to the 2005...
6
1720
by: Alaashamas | last post by:
Helo all i have a problem with visual studio 2003 and sql 2005 Express, is there any hotfix to manage the compatiblity i am haveing problems in data adapter when i want to create an sql dataabapter depending on sql Express table i have problems also the performance is much slower than when i use a 2000 sql server database than a 2005 express database. any suggestion please
0
9431
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9255
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9844
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9689
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8688
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5119
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5289
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3780
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2647
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.