473,785 Members | 3,349 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB in VS 2005: Solution fails to Build but no Error Reported

In the build output appears

========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========

However, the compiler does not generate any errors, and the Errors list is
empty.

This is an almost trivial program, but the compiler will not compile it and
will not tell me where the error is.

Has anyone else seen this?

Charles
May 26 '07 #1
15 2083
"Charles Law" <bl***@nowhere. comwrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..

There is no "VB" in VS 2005, only "VB.Net" and that's not the same language
--
You need to ask in a newsgroup with "dotnet" in the name. This group id for
VB 6.0 and earlier and does not include VB.Net or VB 200x.

May 26 '07 #2
Crap answer.
"Bob Butler" <no***@nospam.e verwrote in message
news:uV******** ******@TK2MSFTN GP03.phx.gbl...
"Charles Law" <bl***@nowhere. comwrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..

There is no "VB" in VS 2005, only "VB.Net" and that's not the same
language
--
You need to ask in a newsgroup with "dotnet" in the name. This group id
for VB 6.0 and earlier and does not include VB.Net or VB 200x.



May 26 '07 #3
Charles,

Create a new project of the type you want and then copy/paste your code to
the new project. If that doesn't work, please provide more details, such as
the code and project settings.

Mike Ober.

"Charles Law" <bl***@nowhere. comwrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
In the build output appears

========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========

However, the compiler does not generate any errors, and the Errors list is
empty.

This is an almost trivial program, but the compiler will not compile it
and will not tell me where the error is.

Has anyone else seen this?

Charles


May 26 '07 #4
"Michael D. Ober" <obermd.@.alum. mit.edu.nospamw rote in message
news:et******** *********@newsr ead3.news.pas.e arthlink.net...
Charles,

Create a new project of the type you want and then copy/paste your code to
the new project. If that doesn't work, please provide more details, such
as the code and project settings.
But not here; this group is for VB 6.0 and earlier. VB.Net belongs in a
VB.Net newsgroup.
May 26 '07 #5
"Michael D. Ober" <obermd.@.alum. mit.edu.nospamw rote in message
news:Or******** **********@news read3.news.pas. earthlink.net.. .
Crap answer.
LOL

Pot, Kettle.
May 26 '07 #6
For those who hadn't noticed, it's being cross-posted to both a VB and a
VB.NET group. The regular m.p.vb.bugs should be removed in further
responses, as that group is reserved for "classic" VB (VB6 and earlier).
Rob

"Bob Butler" <no***@nospam.e verwrote in message
news:Oy******** ******@TK2MSFTN GP05.phx.gbl...
"Michael D. Ober" <obermd.@.alum. mit.edu.nospamw rote in message
news:et******** *********@newsr ead3.news.pas.e arthlink.net...
>Charles,

Create a new project of the type you want and then copy/paste your code
to the new project. If that doesn't work, please provide more details,
such as the code and project settings.

But not here; this group is for VB 6.0 and earlier. VB.Net belongs in a
VB.Net newsgroup.


May 26 '07 #7
In that case, you should have put that in your original answer - not the
generic "VB doesn't exist in VS 2005" that the VB 6 fanatics spew. The
reality is that VC++ doesn't exist in VS 2005 in the same manner as it
existed in VS 6. I know because I have programs in both VB 6 and VC++ 6.
The VB 6 code has ported to VB 2005 a lot easier than the VC++ code did to
VC 2005. At some point, VB 6, with its mixed 16/32-bit COM model, will not
even be able to run on Windows. The end to VB 6 is definitely on the
horizon given that Longhorn (Windows 2008) will be the last version of
windows running 32-bit processors.

Mike.

"Bob Butler" <no***@nospam.e verwrote in message
news:Oy******** ******@TK2MSFTN GP05.phx.gbl...
"Michael D. Ober" <obermd.@.alum. mit.edu.nospamw rote in message
news:et******** *********@newsr ead3.news.pas.e arthlink.net...
>Charles,

Create a new project of the type you want and then copy/paste your code
to the new project. If that doesn't work, please provide more details,
such as the code and project settings.

But not here; this group is for VB 6.0 and earlier. VB.Net belongs in a
VB.Net newsgroup.


May 26 '07 #8
"Robert Morley" <rm*****@magma. ca.N0.Freak1n.s parnwrote in message
news:un******** ******@TK2MSFTN GP02.phx.gbl...
For those who hadn't noticed, it's being cross-posted to both a VB and a
VB.NET group. The regular m.p.vb.bugs should be removed in further
responses, as that group is reserved for "classic" VB (VB6 and earlier).
Ahh, I had not seen that. Apologies for any confusion.

May 27 '07 #9

"Michael D. Ober" <obermd.@.alum. mit.edu.nospamw rote in message
news:Xy******** ***********@new sread1.news.pas .earthlink.net. ..
In that case, you should have put that in your original answer - not the
generic "VB doesn't exist in VS 2005" that the VB 6 fanatics spew. The
reality is that VC++ doesn't exist in VS 2005 in the same manner as it
existed in VS 6. I know because I have programs in both VB 6 and VC++ 6.
The VB 6 code has ported to VB 2005 a lot easier than the VC++ code did to
VC 2005. At some point, VB 6, with its mixed 16/32-bit COM model, will
not
even be able to run on Windows. The end to VB 6 is definitely on the
horizon given that Longhorn (Windows 2008) will be the last version of
windows running 32-bit processors.

Mike.
Your enthusiasm for the future can be appreciated but your observations and
prophesies are a bit exaggerated.

The VC++ compiler included with VS2005 is quite capable of generating C++
sans any managed environment. The "reality" is while the IDE has changed
(features have different names, colors, placements, &etc.) there is no
substantial differences between VS6 and VS2005 when it comes to VC++. While
with VB the language itself has changed, VC++/CLI is an option.

The statement that VB6 code ports to VS2005 easier than VC++ code can not
possibly be based on any concrete personal experience. Pure fantasy.

That VB6 uses a 'mixed 16/32 bit COM model' is an extraordinary observation
and definitely would come as a surprise to any VB6 programmer.

As for the demise of VB6 - I think everyone is well aware that the VB
development platform is already over the horizon as far as MS is concerned.
However, the VB IDE and applications are supported on Vista, and according
to MS, apps will be supported on Windows Server 2008. Considering a support
life-time of 5 to 7 years, that means it will be at least 2013 before
current VB6 programmers need to be concerned.

[Which by the way, makes VB6 support almost 5x longer than "VB.Net - VS2003"
was supported. <g>]

It is true that MS has announced that "Windows Server 2008" is the last OS
to support 32-bit *processors*, BUT that doesn't mean 16-bit or 32-bit
*processes* won't be supported, or that 16/32-bit processors/processes won't
be supported with newer workstation OSs.

-ralph


May 27 '07 #10

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

Similar topics

0
1429
by: theintrepidfox | last post by:
Dear Group I came accross a very annoying behaviour of Visual Studio, giving me six hours of headache till I found the solution. This post is mainly for fellow developers for reference as it took me ages reading through tons of posts till I found an answer. However, I'm also interested why Visual Studio behaves that way. If anyone has a theorie on it please let me know.
5
1520
by: Pieter | last post by:
Hi, I'm getting a really terrible and anoying bug/problem in VS.NET 2005: 1. Create a new Windows Application. 2. Add a new class Class1. 3. Add a usercontrol UserControl1. 4. Add a public instance of Class1 to UserControl1 (with WithEvents): "Public WithEvents ThisClass As New Class1". 5. Build the Solution, and put an instance of UserControl1 on Form1.
3
3261
by: Lee T. Hawkins | last post by:
I am having a number of problems over the last two full days trying to get an ASP.NET 2.0 application to connect to a SQL Server 2005 database... First off, I built this application w/ Visual Studio 2005 SP1 and had it working perfectly on my Windows XP machine on SQL Server 2005 Express. I decided to publish this application to a test development server (with both the SQL and IIS servers on the same box) running on: Windows Server...
10
2709
by: kimiraikkonen | last post by:
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.
0
9480
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
10319
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10147
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
9947
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
8971
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...
1
7496
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5380
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...
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2877
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.