473,657 Members | 2,486 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Invalid language Characters in property

Hi,
when building a new project i get the following errors

Invalid language characters in property 'Depenendencies '
Invalid language characters in property 'Files'

It all points to ICSharCode.Shar pZipLib.dll

Checking in the property window I cannot see what the error could be.
The projects builds successfully so it does not seem to be a problem but
was wondering how to get rid of this messages.

Thanks

Nov 20 '05 #1
1 2770
* alex <ai******@hotma il.com> scripsit:
when building a new project i get the following errors

Invalid language characters in property 'Depenendencies '
Invalid language characters in property 'Files'

It all points to ICSharCode.Shar pZipLib.dll

Checking in the property window I cannot see what the error could be.
The projects builds successfully so it does not seem to be a problem
but was wondering how to get rid of this messages.


<http://www.icsharpcode .net/OpenSource/SD/forum/forum.asp?FORUM _ID=16&CAT_ID=8 &Forum_Title=Sh arpZipLib>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #2

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

Similar topics

4
4453
by: jc | last post by:
Hi, I want to build a xml translation map as the following <A english sentence, with punctuations such as "?">translation of this sentence in some language in utf8 </A english sentence, with punctuations such as "?"> My question 1) is there a standard way doing what I want to do? 2) if not, then how do I escape the possible "," and "?" in the sentence in the tag name? because "&" is not allowed in tag name
9
8146
by: Safalra | last post by:
The idea here is relatively simple: a java program (I'm using JDK1.4 if that makes a difference) that loads an HTML file, removes invalid characters (or replaces them in the case of common ones like Microsoft's 'smartquotes'), and outputs the file. The problem is these files will be on disk, so the program won't have the character encoding information from the server. Questions:
18
5454
by: OrenFlekser | last post by:
Hi I've posted this message couple of days ago, but I can't find it now, so sorry if you see it twice... Anyways - I have a text box, and I want my users to be able to write only in english inside it. I want to prevent the Alt+Shift option of switching to other languages. Thanks alot - Oren
4
27358
by: GregMa | last post by:
Does anyone have a good regex expression to replace any invalid filename characters in a string? Those characters are: /, \, :, *, ?, ", <, >, | I have it right now with string.replace for each individual character, but would like to do it all in one step if possible. Here's what I have now: title = title.Replace("?", ""); title = title.Replace(":", "");
1
5772
by: Gabe Moothart | last post by:
Hi, In my asp.net app, I create several controls dynamically, and set their 'ID' property to a value stored in a database, so I can reference them later. So far so good. This database field, however, might contain characters which are illegal in the 'ID' property. It took me quite a while to figure out that the reason one of my controls was not working (but the others were) was because there was a ':' in the ID property. Apparently,...
3
2716
by: Twanger | last post by:
I'm getting a compiler error on my ASP.NET page and I can't see the cause. I have a simple C# class compiled into a DLL and placed in my bin directory which has a public property QuestionText. When I try and set the property the compiler throws up Compiler Error Message: CS1519: Invalid token '=' in class, struct, or interface member declaration If I don't try and set the property it prints out the default value of the property fine.
4
3612
by: Tim Osborne | last post by:
Hi At first blush this seemed like it should be so simple. Guess again. I want to only allow numeric characters and hexadecimal values in a TextBox, anything else should be ignored, and maybe a beep be issued. So I figure I need a KeyDown event and I just have to mark it as Handled, right?
1
4178
mahet
by: mahet | last post by:
Anders Jansson was a guest here, and he was having problem: When I try to build the web, this error is displayed: ---> Error 5 Unable to convert input xml file content to a DataSet. Invalid 'name' attribute value 'Företag': 'The '¶' character, hexadecimal value 0xB6, at position 2 within the name, cannot be included in a name.'. <start path>My Webs\ProAra\wwwroot\App_Code\kappsegling\ProAra.Ka ppSegling.rorsmandataset.xsd -->
1
2799
by: eBob.com | last post by:
I have some code which is trying to determine where text will wrap in a custom text box (which Inherits from Control). It determines the number of characters which will fit in the first line, but then encounters an exception when it calls MeasureCharacterRanges to see if the next character, i.e. the one destined to become the first character of the second line, will fit. The message says only "Invalid parameter" - it does not say which...
0
8823
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
8503
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
7320
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
5632
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
4151
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...
0
4301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1944
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1604
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.