473,769 Members | 4,584 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Desperate: Problem with AL.exe and questions

Ian
Hi there,

I need some help if anyone can jump in, i know its something easy but i am
just going round in circles.

I was following a tutorial here
(http://www.codeproject.com/dotnet/Localization.asp) to use localization, I
have created a resource file (.resource) but everytime i try and compile I
get the error below.

I have the following files in the current directory

MyResources.en. resx
MyResources.en. resources (this was converted from resgen)

Ok the CompleteInvento ry(below in the error text) which is supposed to be
MyApplication name in Visual Studio at the top is written Complete Inventory
(with a space) but I don't think this is the problem, although do I have to
change in Visual Studio for my project to read CompleteInvento ry rather than
Complete Inventory??

I would be very grateful for any instruction...

Heres the error.

C:\Visual Studio Projects\Comple teInventory\Com pleteInventory\ bin\en>AL
/t:lib /
embed:MyResourc es.en.resources , CompleteInvento ry.MyResources. en.resources
/culture:en /out:CompleteInv entory.resource s.dll
Microsoft (R) Assembly Linker version 7.10.3077
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

ALINK: error AL1047: Error importing file 'c:\Visual Studio
Projects\Comple teInventory\Com pleteInventory\ bin\en\Complete Inventory.MyRes o
urces.en.resour ces' --
The system cannot find the file specified.
Nov 16 '05 #1
1 4878
Ian
Fixed it... just incase anybody else gets the problem..

I can't believe it... Its a small space between the , (coma)...

C:\Visual Studio Projects\Comple teInventory\Com pleteInventory\ bin\en>AL
/t:lib / embed:MyResourc es.en.resources ,[THE SPACE
PROBLEM]CompleteInvento ry.MyResources. en.resources /culture:en
/out:CompleteInv entory.resource s.dll

Correct version

C:\Visual Studio Projects\Comple teInventory\Com pleteInventory\ bin\en>AL
/t:lib /
embed:MyResourc es.en.resources ,CompleteInvent ory.MyResources .en.resources
/culture:en /out:CompleteInv entory.resource s.dll

it was a stupid space.. i can't believe it,.
Ian

"Ian" <ia*********@ho tmail.com> wrote in message
news:ex******** ******@TK2MSFTN GP09.phx.gbl...
Hi there,

I need some help if anyone can jump in, i know its something easy but i am
just going round in circles.

I was following a tutorial here
(http://www.codeproject.com/dotnet/Localization.asp) to use localization, I have created a resource file (.resource) but everytime i try and compile I
get the error below.

I have the following files in the current directory

MyResources.en. resx
MyResources.en. resources (this was converted from resgen)

Ok the CompleteInvento ry(below in the error text) which is supposed to be
MyApplication name in Visual Studio at the top is written Complete Inventory (with a space) but I don't think this is the problem, although do I have to change in Visual Studio for my project to read CompleteInvento ry rather than Complete Inventory??

I would be very grateful for any instruction...

Heres the error.

C:\Visual Studio Projects\Comple teInventory\Com pleteInventory\ bin\en>AL
/t:lib /
embed:MyResourc es.en.resources , CompleteInvento ry.MyResources. en.resources
/culture:en /out:CompleteInv entory.resource s.dll
Microsoft (R) Assembly Linker version 7.10.3077
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

ALINK: error AL1047: Error importing file 'c:\Visual Studio
Projects\Comple teInventory\Com pleteInventory\ bin\en\Complete Inventory.MyRes o urces.en.resour ces' --
The system cannot find the file specified.

Nov 16 '05 #2

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

Similar topics

3
2586
by: James | last post by:
Please help - getting very desperate! Sun, 12 October 2003 05:39 I have PHPDEV 4.2.3 from Firepages.com.au as the upgrade to 4.3.0 did not work. I also had an abortive download from PHP.NET as I could not configure Apache myself. The REAL problem is that PHPmyAdmin works and sees my test database Wines.... But my PHP program does not!
9
3544
by: DD | last post by:
Hello, Could anyone please help me?? Is there somebody who could explain me how to make a connection to a access database with a python cgi script. I would like to use common sql commands in my python scripts as I can with MySQLdb. But I cannot even connect to the access database (see below). Could anyone explain it to me as simple as possible please. I'm using Windows XP, ActivePython 2.3.2 build 230 and Microsoft access(XP?)
5
1793
by: Tank | last post by:
I have had this post up here when i was trying to figure out how to make leading zeros and have been able to fudge that to work. I am now have trouble getting the loop that makes the folders to start fresh after the .jpg section of the move images code. this will be essential to make the whole thing work. Please help. Even if you just write out the solution. I am beggin. I am desperate. Please help. <!DOCTYPE HTML PUBLIC...
24
2150
by: Ministry Of Jute | last post by:
I returned home from work today to find an Airborne Express Letter Express mailer leaning up against my apartment door. The return addressee was Microsoft Suite 300 1165 Eastlake Avenue E Seattle, WA 98109
5
2195
by: John Flynn | last post by:
hi all i'm going to be quick i have an assignment due which i have no idea how to do. i work full time so i dont have the time to learn it and its due date has crept up on me .. As follows: Objectives The purpose of this assignment is to have you practice the design of object-oriented classes, including one or more of the following concepts
2
1876
by: lawrence | last post by:
We've developed a content management system that we donate to the public domain (via a Creative Commons declaration) at www.publicdomainsoftware.org. Our cms has an emphasis on weblogs, though we hope to add additional features eventualy. In the early days of the project, we had a graphic/web designer volunteering some time with us, but she has since gotten busy with other projects. We are desperate for someone to help us with the visual...
1
1215
by: Loane Sharp | last post by:
Hi there I'm not sure that this is strictly relevant to the ASP.NET newsgroup, but perhaps you've encountered a similar problem. Please help!!! I'm using the "System.Data.SqlClient" namespace in an ASP.NET application to connect to a SQL Server 2005 Express database. Moreover, I'm using XCopy and "Database=temp;AttachDBFilename='c:\temp\temp_Data.mdf'" in the connection string when I attach to the database for the first time. (The...
5
5624
by: Janning Vygen | last post by:
Hi, tonight my database got corruppted. before it worked fine. since two days i do the following tasks every night psql -c 'CLUSTER;' $DBNAME psql -c 'VACUUM FULL ANALYZE;' $DBNAME before these opertaions i stop all web access. The last months i only did a
16
2539
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client uses IE to talk with a server. The user on the client (IE) sees an ASP net page containing a TextBox. He can write some text in this text box and push a submit button.
0
9423
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
10045
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...
1
9993
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
9863
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
8870
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
7406
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
6672
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
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2815
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.