473,383 Members | 1,892 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,383 software developers and data experts.

Why doesn't C# have an instant error list, like VB.NET?

mbmccormick
In Visual Studio when developing on VB.NET, we would get an instant error list- before compiling or building the solution. Why doesn't C# have this same functionality? Whenever I want to see my errors, I have to compile first...
Aug 5 '08 #1
9 3218
JosAH
11,448 Expert 8TB
In Visual Studio when developing on VB.NET, we would get an instant error list- before compiling or building the solution. Why doesn't C# have this same functionality? Whenever I want to see my errors, I have to compile first...
It all depends on your IDE; maybe your C# IDE doesn't compile the source code
you're typing in behind your back. Java's Eclipse and NetBeans do so. They only
parse just enough text to be sure that the code that you have typed is syntactically
correct. Sometimes they even manage to find semantic errors. Maybe C# isn't
such a lucky language and you have to compile everything manually yourself
before you can see the mistakes you've made.

kind regards,

Jos
Aug 5 '08 #2
Thanks for your reply...
Aug 5 '08 #3
r035198x
13,262 8TB
I can see the errors before compiling on VS 2008 ...
Aug 6 '08 #4
Atli
5,058 Expert 4TB
VS 2005 does that as well. Both the professional and Express versions.
Aug 6 '08 #5
So you are able to see errors, other than syntax errors, before you compile your application using Visual Studio?

How would I ensure that this is turned on in my settings?

Thanks for the replies...
Aug 11 '08 #6
r035198x
13,262 8TB
So you are able to see errors, other than syntax errors, before you compile your application using Visual Studio?

How would I ensure that this is turned on in my settings?

Thanks for the replies...
I only see syntax errors. Are you saying you can see runtime errors before compiling your VB.NET?
Aug 11 '08 #7
I only see syntax errors. Are you saying you can see runtime errors before compiling your VB.NET?
Yes. In VB.NET, we could see some runtime errors before compiling. Not all of them of course...
Aug 11 '08 #8
JosAH
11,448 Expert 8TB
Yes. In VB.NET, we could see some runtime errors before compiling. Not all of them of course...
Not knowing VB.NET I find that very strange. What causes those runtime errors then?

kind regards,

Jos
Aug 11 '08 #9
Curtis Rutland
3,256 Expert 2GB
You can't see runtime errors in VB.NET's IDE. They are compile-time errors that you are seeing.
Aug 11 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

14
by: Lucas Raab | last post by:
Are there any instant messenging programs out there for use in a Python app?? I've heard of Jabber, but never looke into it.
0
by: Lynda Kilgore | last post by:
jGu ----qtHwhORV90yyhqJMOc Content-Type: text/html; Content-Transfer-Encoding: quoted-printable <html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE= : 10px;...
2
by: lafleur | last post by:
I solved this problem, and thought I should post a solution for it. I converted a VB.NET web app to C# using SharpDevelop. When I went to run the C# version, the IDE was ignoring breakpoints -...
7
by: Robert | last post by:
I have the function below. it returns a "simpleresult" which I've also included the definition of below. In VS2005 (after upgrading the project), I get a warning indicating that Function...
5
by: Brett Romero | last post by:
I have a simple test app with one form, one datagridview, and a contextmenustrip. I've assigned the menustrip to the datagridview and given the grid one column. There isn't any data in the grid. ...
8
by: Lucvdv | last post by:
VS2005: can someone explain why this code doesn't cause endless recursion? It just returns False. However, if you replace "Return TestProp" with "Return Me.TestProp", the compiler warns for...
13
by: Chris Carlen | last post by:
Hi: I have begun learning Python by experimenting with the code snippets here: http://hetland.org/writing/instant-python.html In the section on functions, Magnus Lie Hetland writes: ...
38
by: tshad | last post by:
In VS 2008, why doesn't ToString require "()". If I have Option Strict On on why can I do both: selectedIndex.ToString() selectedIndex.ToString or sQuery =...
7
by: QiongZ | last post by:
Hi, I just recently started studying C++ and basically copied an example in the textbook into VS2008, but it doesn't compile. I tried to modify the code by eliminating all the templates then it...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.