473,387 Members | 1,489 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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 #1
10 2685
(See below)

"kimiraikkonen" wrote:
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.

You will find that many people, including myself, think this is a positive
thing. There is a feeling that the realtime compiling slows down editing
functions.

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.

I haven't used the control, but I saw your other post where you mentioned
this. You might try the beta 2 of VS 2008. To me though, it sounds like
there is a problem with the control rather than VS.

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)?
No experience here with anything else. Sorry.
>
Thanks for reading.

Nov 7 '07 #2
On Nov 7, 7:48 pm, Family Tree Mike
<FamilyTreeM...@discussions.microsoft.comwrote:
(See below)

"kimiraikkonen" wrote:
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.

You will find that many people, including myself, think this is a positive
thing. There is a feeling that the realtime compiling slows down editing
functions.
Thanks for the response. So you confirm what i meant? (latency about
error-list while coding)

What's the reason of this (Visual C# .net 05) unlike in VB.NET?

Thanks

Nov 7 '07 #3
On 2007-11-07 07:38:05 -0800, kimiraikkonen <ki*************@gmail.comsaid:
[...]
Of course there may be more bugs/problems in VC# 05 but they're
strongly disappointment.
It's very difficult to understand what the "bugs" you're writing about
actually are, but I doubt they are really bugs. For sure, the first
two you appear to be complaining about whether compile-time errors can
be seen before trying to run the program. Since simply building the
project does in fact show you errors, it's ridiculous to claim that you
have to run the project to see the error.

It's true that there are some _minor_ differences in the real-time
compilation between VB and C#, but it's pretty silly to argue that the
C# Express product is "buggy" because of these differences.

As far as the handling of a particular OCX goes, your description is
even harder to follow but it doesn't seem likely that OCX support in C#
is broken. More likely you are simply misunderstanding how to use it.
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)?
I recommend Visual Studio 2005, and am confident that the upcoming 2008
version will be equally good. I have used both the Express version of
2005 and the retail Professional version, and frankly I was surprised
at just how much you get in the free Express version. I certainly
don't agree that "strongly disappointment [sic]" is an appropriate
description of either.

Pete

Nov 7 '07 #4
On Nov 7, 8:11 pm, Peter Duniho <NpOeStPe...@NnOwSlPiAnMk.comwrote:
On 2007-11-07 07:38:05 -0800, kimiraikkonen <kimiraikkone...@gmail.comsaid:
[...]
Of course there may be more bugs/problems in VC# 05 but they're
strongly disappointment.

It's very difficult to understand what the "bugs" you're writing about
actually are, but I doubt they are really bugs. For sure, the first
two you appear to be complaining about whether compile-time errors can
be seen before trying to run the program. Since simply building the
project does in fact show you errors, it's ridiculous to claim that you
have to run the project to see the error.
Yes, building is enough to see if there is a failure due to coding
error.
It's true that there are some _minor_ differences in the real-time
compilation between VB and C#, but it's pretty silly to argue that the
C# Express product is "buggy" because of these differences.
I don't call them as "bug" but if this exist if wonder why this
exist. Please do a techical explanation which makes real-time
compiling much more delayed in VC# when compared to Vb.net.
As far as the handling of a particular OCX goes, your description is
even harder to follow but it doesn't seem likely that OCX support in C#
is broken. More likely you are simply misunderstanding how to use it.
If you search the net, this is common with VS.NET, suggesting to link
flash object via webbrowser control.
I managed to overcome the same problem in Vb.net with rebuilding the
project which wasn't helped in C#.
Error message:
"The type or namespace name 'AxShockwaveFlashObjects' could not be
found (are you missing a using directive or an assembly reference?)"
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)?

I recommend Visual Studio 2005, and am confident that the upcoming 2008
version will be equally good. I have used both the Express version of
2005 and the retail Professional version, and frankly I was surprised
at just how much you get in the free Express version. I certainly
don't agree that "strongly disappointment [sic]" is an appropriate
description of either.

Pete

Nov 7 '07 #5
On 2007-11-07 10:37:44 -0800, kimiraikkonen <ki*************@gmail.comsaid:
[...]
I don't call them as "bug" but if this exist if wonder why this
exist. Please do a techical explanation which makes real-time
compiling much more delayed in VC# when compared to Vb.net.
The compilers are completely different. It's not at all surprising
that there might be subtle differences in the user experience with the
IDE that uses the compiler.
If you search the net, this is common with VS.NET, suggesting to link
flash object via webbrowser control.
I managed to overcome the same problem in Vb.net with rebuilding the
project which wasn't helped in C#.
Error message:
"The type or namespace name 'AxShockwaveFlashObjects' could not be
found (are you missing a using directive or an assembly reference?)"
That suggests to me that you've failed to add the OCX as a reference to
your project. Have you tried doing that?

Pete

Nov 7 '07 #6
I have not used Visual Basic much but I have heard about something called
the background compiler in VB. As I understand it your VB compiler is
constantly running which is why you get your errors right away and adding
components doesn't require an explicit compile. There isn't a bug, its just
a feature in VB.

-Matt Newman

"kimiraikkonen" <ki*************@gmail.comwrote in message
news:11**********************@k79g2000hse.googlegr oups.com...
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 #7
I am not sure of the reason for the realtime compilation in VB but not C#. A
guess would be that VB has it's legacy in previous versions of the BASIC
language, which were interpreters. I think some expect this behaviour.

"kimiraikkonen" wrote:
On Nov 7, 7:48 pm, Family Tree Mike
<FamilyTreeM...@discussions.microsoft.comwrote:
(See below)

"kimiraikkonen" wrote:
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.
You will find that many people, including myself, think this is a positive
thing. There is a feeling that the realtime compiling slows down editing
functions.

Thanks for the response. So you confirm what i meant? (latency about
error-list while coding)

What's the reason of this (Visual C# .net 05) unlike in VB.NET?

Thanks

Nov 7 '07 #8
kimiraikkonen <ki*************@gmail.comwrote:
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.
I clearly need to try Express again - because in Professional the
editor will certainly warn you about *some* errors before building.
(ReSharper adds to that list, from what I remember - it's hard to know
offhand how much of my experience is due to ReSharper.)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Nov 8 '07 #9
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.

Nov 8 '07 #10
On 8 Nov, 14:28, kimiraikkonen <kimiraikkone...@gmail.comwrote:
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
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...
5
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...
6
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:...
4
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
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
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...
45
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
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 ...
6
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.