473,721 Members | 2,133 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 #1
10 2702
(See below)

"kimiraikko nen" 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.mi crosoft.comwrot e:
(See below)

"kimiraikko nen" 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 misunderstandin g 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...@Nn OwSlPiAnMk.comw rote:
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 misunderstandin g 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 'AxShockwaveFla shObjects' 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 'AxShockwaveFla shObjects' 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

"kimiraikko nen" <ki************ *@gmail.comwrot e in message
news:11******** **************@ k79g2000hse.goo glegroups.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.

"kimiraikko nen" wrote:
On Nov 7, 7:48 pm, Family Tree Mike
<FamilyTreeM... @discussions.mi crosoft.comwrot e:
(See below)

"kimiraikko nen" 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.comwrot e:
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.co m>
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

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
2577
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
2556
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
2529
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
3437
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
2990
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
2468
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
1719
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
8840
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
8730
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,...
1
9131
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9064
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
5981
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4484
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
4753
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3189
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
2130
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.