I
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 CompleteInventory(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 CompleteInventory rather than
Complete Inventory??
I would be very grateful for any instruction...
Heres the error.
C:\Visual Studio Projects\CompleteInventory\CompleteInventory\bin\en>AL
/t:lib /
embed:MyResources.en.resources, CompleteInventory.MyResources.en.resources
/culture:en /out:CompleteInventory.resources.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\CompleteInventory\CompleteInventory\bin\en\CompleteInventory.MyReso
urces.en.resources' --
The system cannot find the file specified.
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 CompleteInventory(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 CompleteInventory rather than
Complete Inventory??
I would be very grateful for any instruction...
Heres the error.
C:\Visual Studio Projects\CompleteInventory\CompleteInventory\bin\en>AL
/t:lib /
embed:MyResources.en.resources, CompleteInventory.MyResources.en.resources
/culture:en /out:CompleteInventory.resources.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\CompleteInventory\CompleteInventory\bin\en\CompleteInventory.MyReso
urces.en.resources' --
The system cannot find the file specified.