473,804 Members | 3,305 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

error: Invalid ResX input.

Hello,
I'm trying to debug and compile a application that was developed by a
collegue of mine, How ever when i try to build the application I
always receive the following error:

Compiling managed resources...
error: Invalid ResX input.
error: Specific exception: FileNotFoundExc eption Message: Invalid
ResX input. ---FileNotFoundExc eption: File or assembly name
FarPoint.Win.Sp read, or one of its dependencies, was not found.

Some other collegues of mine have tried to open and build the
application and haven't had any problems. I've checked the presence of
the FarPoint.Win.Sp read in my machine and it is the and correctly
added to the solution.

Can someone point me out what might be the problem with my machine for
the application not to compile there.

Carlos Pedro

Apr 20 '07 #1
1 2774
Sister Ray wrote:
I'm trying to debug and compile a application that was developed by a
collegue of mine, How ever when i try to build the application I
always receive the following error:

Compiling managed resources...
error: Invalid ResX input.
error: Specific exception: FileNotFoundExc eption Message: Invalid
ResX input. ---FileNotFoundExc eption: File or assembly name
FarPoint.Win.Sp read, or one of its dependencies, was not found.

Some other collegues of mine have tried to open and build the
application and haven't had any problems. I've checked the presence of
the FarPoint.Win.Sp read in my machine and it is the and correctly
added to the solution.

Can someone point me out what might be the problem with my machine for
the application not to compile there.
I believe you're asking in a wrong newsgroup.

Isn't 'ResX' the name of the .NET resource compiler? If so, you should
consider asking in the newsgroup with "dotnet" in its name.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Apr 20 '07 #2

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

Similar topics

1
3900
by: Frank Jones | last post by:
When manually running resgen.exe from the command prompt (Visual Studio .NET 2003 command prompt) I get the following error: error: Invalid ResX input. error: Specific exception: SerializationException Message: Invalid ResX input. ---> SerializationException: Cannot find the assembly Common, Version=1.0.1905.1173, Culture=neutral, PublicKeyToken=null. 2 error(s). The file within the project it is erroring on is a custom control.
10
3366
by: jeff regoord | last post by:
A user inputs a float value. The scanf() function gets the value. However, I need to create an error handler with an if else statement saying invalid input if the input is not a number. Does anybody know how I could do this?
0
1486
by: Tony Johansson | last post by:
Hello! Some background information so you have a chance to answer the question. I use Windows form (C++) and the IDE is VS2003. This application deals with Globalization.CultureInfo which mean it can display two different languages in the GUI. Because of this Globalization.CultureInfo I must add two different AssemblyResourceFile(resx) which is added by selecting File->AddNewItem->AssemblyResourceFile(resx)
15
3656
by: kurt sune | last post by:
Anybody has a tip of where to find info/example how to retrieve an icon from a .RESX-file? /k
3
2158
by: BBC1009 | last post by:
Don't know why when rebuild VB.Net project (vb.net 2002 framework 1.0), this error comes out suddenly. Anyone can help. Thanks!!!!
0
1245
by: Sister Ray | last post by:
Hello, I'm trying to debug and compile a application that was developed by a collegue of mine, How ever when i try to build the application I always receive the following error: Compiling managed resources... error: Invalid ResX input. error: Specific exception: FileNotFoundException Message: Invalid ResX input. ---FileNotFoundException: File or assembly name FarPoint.Win.Spread, or one of its dependencies, was not found.
5
15901
by: CyberSoftHari | last post by:
Assembly assembly = Assembly.GetExecutingAssembly(); ResourceManager rm = new ResourceManager("NameSpace.Demo", assembly, null); try { logo.Image = (Image)rm.GetObject("WroxLogo"); textTitle.Text = rm.GetString("Title"); } catch (Exception ex) { MessageBox.Show(ex.Message.ToString());
2
2325
by: jthep | last post by:
I'm trying to get this piece of code I converted from C to work in C++ but I'm getting an access violation error. Problem occurs at line 61. Someone can help me with this? The function display(llist mylist) displays a list of choices for a record book: void display(llist mylist) { char name, address, telno, input; int yearofbirth, choice, records; yearofbirth = 0;
7
4448
vikas251074
by: vikas251074 | last post by:
I am getting error above in following code since few days giving tension day and night. How can I solve this? I am facing since Oct.25. in line no. 362 After doing a lot of homework, I am surrendered to you. <%@ Language=VBScript%> <%Option Explicit%>
0
9708
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9587
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
10588
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...
1
10324
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
10085
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
9161
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...
0
6857
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
5662
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3827
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.