473,399 Members | 2,858 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,399 software developers and data experts.

VS2008 Compiler problem

Hello All,

I have a problem that appeared with the NEW VERSION of the vb.net compiler
(VS 2008).
To resume things, I have a project (call it "DocumentAdministrator") with
several forms, and two resource files for spanish and english strings. The
problem is that when I compile the project in the old VS 2005 the
neutral-culture resource that is inside the project IS embedded into the
final EXE, but with the new VS 2008 THIS FILE IS NOT INCLUDED in the
compilation.

The two string resource files are called Strings.en.txt and Strings.es.txt.
Besides building satellite assemblies with these files, I use RESGEN to
compile Strings.en.txt as "DocumentAdministrator.Strings.resources" to make
it the neutral-culture assembly. This file is then embedded into the project
and the "Embedded resource" build action is selected for it.

I copied the compiler line that appears in the output window of both
versions (VS 2005 and VS 2008) and this is what I saw:

VS 2005: (Lines resumed for better clarity)
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Vbc. exe /noconfig
/baseaddress:11000000 ...
/out:"obj\Debug\Document Administrator.exe"
/resource:obj\Debug\frmImport.resources
/resource:obj\Debug\frmCloneOptions.resources
/resource:"obj\Debug\Document Administrator.Strings.resources" **** The
resource IS compiled into the final EXE

VS 2008: (Lines resumed again)
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Vbc.exe /noconfig
/baseaddress:11000000 ...
/out:"obj\Debug\Document Administrator.exe"
/resource:obj\Debug\frmImport.resources
/resource:obj\Debug\frmCloneOptions.resources
**** The resource IS NOT compiled into the final EXE

Note: The VS2008 setup has no service packs applied.

Any help will be very appreciated, thanks in advance
Alejandro

Oct 2 '08 #1
0 1598

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

Similar topics

1
by: Hans Kesting | last post by:
Hi, I can't get a vs2008 solution to compile. I have copied the source from a (compiling) 2.0 web-application to a new directory (I didn't want to change the old code), and tried to compile...
14
by: =?Utf-8?B?VG9tYXM=?= | last post by:
I am using the Professional version. In VS2005, in a C++/CLI project, to create a new item, there were 9 templates and in VS2008 there are only 3 templates. For example, now the template for...
3
by: GaryDean | last post by:
Is there any possible downside of completely replacing VS2005 with VS2008 willy-nilly? Shouldn't it work with all of my 2.0 projects and websites? (I have MSDN vs2008 DVD (disk 4400)) ...
2
by: Academia | last post by:
I have vs2005 installed on the System disk and vs2008 installed on a different disk. I want to remove VS2005. I read one time about some problem with uninstalling vs2005 after vs2008 is...
8
by: Red | last post by:
If auto-format is turned off in VS2008, there is apparently no way to indent a line. Under Tools->Options->Text Editor->C#->Formatting, there are three checkboxes. Unchecking those seems to cause...
2
by: Siamak Sarmady | last post by:
Hello, I have a simple .c file in VS2008 and I have set the compile type in (project properties-C, C++ -Advanced -Compile as) to C. main.c content: #include <GL/glut.h> #include...
16
by: Harry Simpson | last post by:
I've been away from ASPNET - I open up a new Web app in VS2008 and go into properties and select to use IIS instead of the personal web server. Then I run in debug mode and it says I have to set...
3
by: =?Utf-8?B?SmFtZXMgV29uZw==?= | last post by:
Hi everybody, There is a fatal error while installing VS2008 SP1 on Vista 64bit Business edition. The last line of error log is Installation failed with error code: (0x80070643) I tried to...
4
by: | last post by:
Hi, After installing SP1 for VS2008 and SP1 for .NET 3.5 we get the following warning in a VS2005 build: error CS0618: Warning as Error: 'System.Windows.UIElement.BitmapEffect' is obsolete:...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
0
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...
0
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,...
0
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...

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.