Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

61
votes
10answers
22k views

Detecting an “invalid date” Date instance in JavaScript

I'd like to tell the difference between valid and invalid date objects in JS, but couldn't figure out how: var d = new Date("foo"); console.log(d.toString()); // shows 'Invalid Date' ...
45
votes
10answers
14k views

Erratic Invalid Viewstate issue in a .NET application

I seem to be getting a "invalid viewstate" every now and then in the event viewer for my ASP.NET application. Most of them (95%) seem to be referencing ScriptResource.axd (the application uses the ...
15
votes
5answers
8k views

iPhone Codesign object file format invalid or unsuitable

I accidentally deleted my target in xcode. so i created a new one with the exact same name. in the target settings i again selected the proper codesigning identity but now i can't compile for the ...
11
votes
3answers
4k views

App Submission Error - Invalid binary - Invalid Code Signing Error

Invalid Code Signing Entitlements - Your application bundle's signature contains ubiquity code signing entitlements that are not supported. Specifically, value "( X49XXXS5Q.* )" for key ...
10
votes
1answer
646 views

Non-public API usage in iOS App? [closed]

i'm tryng to upload my App to iTunes store but 1 minute after submission i receive this kind of email togheter with an "invalid binary" message in itunes connect. The app contains or inherits from ...
10
votes
1answer
347 views

This is illegal right?

For a personal project I have been implementing my own libstdc++. Bit by bit, I've been making some nice progress. Usually, I will use examples from http://www.cplusplus.com/reference/ for some basic ...
10
votes
11answers
1k views

C++: Why don't I need to check if references are invalid/null?

Reading http://www.cprogramming.com/tutorial/references.html, it says: In general, references should always be valid because you must always initialize a reference. This means that barring ...
8
votes
3answers
2k views

C++: How can I avoid “invalid covariant return type” in inherited classes without casting?

I have a quite complex class hierarchy in which the classes are cross-like depending on each other: There are two abstract classes A and C containing a method that returns an instance of C and A, ...
5
votes
3answers
3k views

How to tell Java SAX Parser to ignore invalid character references?

When trying to parse incorrect XML with a character reference such as &#x1, Java's SAX Parser dies a horrible death with a fatal error such as org.xml.sax.SAXParseException: Character ...
5
votes
9answers
8k views

Try/Catch a segmentation fault on Linux

I have a Linux C++ application and I'd like to test an object pointer for validity before dereferencing it. However try/catch doesn't work for this on Linux because of the segmentation fault. How can ...
4
votes
1answer
109 views

allowing invalid dates in python datetime

The datetime module does date validation and math which is fine when you care about reality. I need an object that holds dates generated even if they were invalid. Date time is way too strict as ...
4
votes
3answers
1k views

C# “Parameter is not valid.” creating new bitmap

if I try to create a bitmap bigger than 19000 px I get the error: Parameter is not valid. How can I workaround this?? System.Drawing.Bitmap myimage= new System.Drawing.Bitmap(20000, 20000); Thanks! ...
4
votes
2answers
75 views

Is it bad practice to use -1 as an invalid value (for enums and possibly unkown values)

Is it a bad idea to use -1 as an invalid value for an enum value(for enumerations that start at 0 or greater). For uninitialized values or values that should no longer have a valid values. What about ...
4
votes
1answer
661 views

Invalid BitmapData randomness

I started converting this flex application to run on android using the new flex hero sdk. I already replaced all mobile-incompatible components and got it running a few times succesfully. When I use ...
4
votes
2answers
151 views

a generic version of an F# function is causing invalid IL?

So I've written a little binary search function (not that I need to, but just because I can), and when I make it specific to strings or to integers, for example, it works well. When I attempt to use ...
4
votes
2answers
484 views

Best way to parse an invalid HTML in PHP

Is there a better approach to parse an invalid HTML then applying Tidy on it? Side Note : There are some situation when you can't have Tidy available. Regexp is also not recommended I understood for ...
4
votes
3answers
800 views

Trigger is invalid in Oracle

Some of the triggers in my database become invalid after certain changes on the tables. But it seems that they are still working. The only problem I have is if I use SQL Developer there are red ...
4
votes
1answer
7k views

Java invalid stream header Problem

im writen a client-server app, and now i´m facing a problem that I dont know how to solve: This is the client: try { Socket socket = new Socket(ip, port); ...
3
votes
3answers
395 views

Razor view - emitting html outside Doctype tag

I am trying to write a module/areas based mvc3 CMS using razor view engine. I have two layout views, _site.cshtml and _modules.cshtml. The _site.cshtml has an @RenderBody() section. My application ...
3
votes
4answers
196 views

Why is this Doctype “DIV” not allowed?

I have created this piece of code. <a href="#"> <!-- BEGIN #btnBox .btnBox --> <div id="btnBox2" class="btnBox"> <div class="btnleft"></div> <!-- BEGIN ...
3
votes
3answers
517 views

Invalid JSON in Chrome, no problem in Firefox (so strange!)

All keys were double quoted. The whole element was an object. Firefox runs it well but Chrome reports "invalid JSON". Why? This is full code. ///////////// PHP //////////////// public function ...
3
votes
2answers
277 views

SOAP Request - Ignore Security Certificate

I'm trying to access a web service located on my server at https://test.mydomain.com. I'm using low level SOAP XML to do this. Unfortunately, the domain only has a self-signed certificate, showing ...
3
votes
3answers
379 views

Coldfusion, The oauth_signature is invalid

I'm trying to obtain credentials from ning network using Coldfusion 9, so first this is the curl syntax to test the api : curl -k ...
3
votes
3answers
1k views

C#: AES error: Padding is invalid and cannot be removed. Same key and everything, help

I'm quite new to C# so please be patient with me. I know this question was asked a lot if times, but I couldn't find an answer to my problem. I'm saving some data and before writing it to a file I ...
3
votes
1answer
87 views

Invalid Object Error in spite of the Schema being the default Schema for the User

I've a problem while executing a select query from SSMS (SQL Server 2008).It gives out an error saying that 'Invalid Object ' User Name: admin DefaultSchema: S1 Table being accessed: employee ...
3
votes
2answers
486 views

Delphi, IXMLDOMDocument2, Load fails due to invalid character

Using Delphi 2009 and IXMLDOMDocument2 I receive "An invalid character was found in text content" error when loading XML into IXMLDOMDocument2. The character is 1B (in Hex) and is present within a ...
3
votes
1answer
149 views

How to tell if sqlite database file is valid or not

In the code below, pathToNonDatabase is the path to a simple text file, not a real sqlite database. I was hoping for sqlite3_open to detect that, but it doesn't (db is not NULL, and result is ...
3
votes
1answer
1k views

Google Maps API Geocode gives error “Invalid label” in Firefox

Today I struggled with the following: $.ajax({url:'http://maps.google.com/maps/api/geocode/jsonaddress=Karachi&sensor=false&output=json&callback=?', dataType: 'json', ...
2
votes
2answers
38 views

Oracle join on first row of a subquery

This may seem simple, but somehow it isn't. I have a table of historical rate data called TBL_A that looks like this: | id | rate | added_date | |--------|--------|--------------| | bill | ...
2
votes
1answer
156 views

R: invalid subscript type 'list'

I'm trying to use the indices of a sorted column of a dataset. I want to reorder the entire dataset by one sorted column. area.sort<-sort(xsample$area1, index.return=TRUE)[2] The output is a ...
2
votes
1answer
129 views

syntax error with KeyError in python 3.2

I'm a beginner using python 3.2 and i have a book whos code is all in python 2.6. i wrote part of a program and keep getting: Syntax Error: invalid syntax Then python's IDLE highlights the comma after ...
2
votes
1answer
158 views

Xcode 4 'invalid signature' error

I have developed a mac app, and am trying to upload it to the mac app store, but am running into difficulties. Every time i try and submit or validate in Organiser, it comes up with the following ...
2
votes
1answer
237 views

SQL Server reports 'Invalid column name', but the column is present and the query works through management studio

I've hit a bit of an impasse. I have a query that is generated by some C# code. The query works fine in Microsoft SQL Server Management Studio when run against the same database. However when my code ...
2
votes
2answers
84 views

problem using python optparse and lambda as a callback

I'm having a problem by trying to assign a lambda as a callback to optparse to handle the case where multiple -v's are passed to the app, which should increment the global variable DEBUG each time a ...
2
votes
2answers
302 views

Jquery returning invalid property value in ie6 ie7 ie8 for slider

I am working on a jquery slider that seems to work well in all browsers except for ie6 ie7 ie8. I am getting a invalid property value for these browsers. Strangely the slider will work if you ...
2
votes
1answer
364 views

Calling Java From C

I am new to JNI and Android NDK, I want to call a Java API from one of my c language thread. While calling the Java method I am getting error: Can some one guide me, What is the best approach to ...
2
votes
3answers
116 views

Invalid types for operand “+” Ada 95

I have defined two integer ranges in ans spec file of Ada95, as follows: type year is new integer range 1996..2100; type month is new integer range 1..12; When i'm compiling the code of the body ...
2
votes
1answer
858 views

With Entity Framework 4.1 Codefirst, how do you create unmapped fields in the poco classes?

I have a set of classes as my domain objects. I have a set of configuration files to map these objects (EntityTypeConfiguration<>). When I add a property to any of the domain objects without ...
2
votes
5answers
222 views

Ajax issues, Invalid JSON

I'am building simple Ajax application (via jquery). I have strange issue. I found where the problem is, but I don't know how to solve it. This is simple server-side php code: <?php ...
2
votes
4answers
2k views

Invalid Binary Itunes Connect

Im ripping my hair out over this!!! I have tried like everything and evertime i submit my app to itunes connect it allways says: Upload Received (2 minutes Later) Invalid Binary Its ...
2
votes
1answer
228 views

C++: Comparing list of doubles with some invalid values (QNAN)

i need to compare two std::list < double >, but some doubles may be invalid numbers (QNAN). If any invalid numbers are list entries the compare process won't work, because a comparison of the same ...
2
votes
4answers
60 views

Is there some code that I can use to filter through strings to put escape characters in front of invalid MySQL characters?

I'm building a comment section on my website and I need to be able to filter through strings and escape invalid characters? Is there any code that can automate this and return a string with escape ...
2
votes
1answer
2k views

Invalid SSL Certificate error on iPod Touch - works for iPhone

We are developing an iOS Application that connects to a server over https using nsurlconnection sendsynchronousrequest We are getting the following error in the iPod Touch 3.2. However, the exact ...
2
votes
3answers
59 views

Is an invalid DB query slower than a valid one? (MySQL)

This is kind of a weird question but... If I run this query in MySQL: SELECT something FROM table WHERE id IN (); which is obviously invalid, do I get some kind of time penalty (exception throwing, ...
2
votes
3answers
65 views

Will Static sql (as opposed to Dynamic SQL) invalidate other packages in Oracle

Hi If I write a custom package with nothing but static SQL in it, would it invalidate other package. (other third party packages that were shipped as wrapped code). a co worker suggests that I re ...
2
votes
2answers
155 views

Find what part of Html is invalid with PHP

I tried several methods to find out what part of a html string is invalid $dom->loadHTML($badHtml); $tidy->cleanRepair(); simplexml_load_string($badHtml); None is clear regarding what part of ...
2
votes
1answer
529 views

Facebook API - fql_query, Invalid session

I'm trying to query Facebook with the PHP Library and what I've read it shouldn't required a session key, or rather it shouldn't require one for my case, but my code below gives me the following ...
2
votes
2answers
63 views

asp.net could a half submitted web page be processed?

Having a weird bug in production and just wondering if it's possible for a half submitted web page to processed by the server? The page has no view state just using plain old html controls and ...
2
votes
1answer
2k views

The binary you uploaded was invalid. A pre-release beta version of the SDK was used to build the application

I am having a problem submitting my new app to the appstore. ItunesConnect gives me the error: The binary you uploaded was invalid. A pre-release beta version of the SDK was used to build the ...
2
votes
3answers
755 views

Can I ignore invalid XML character using Scala's builtin xml handlers?

I have an xml file(from federal government's data.gov) which I'm trying to read with scala's xml handlers. val loadnode = scala.xml.XML.loadFile(filename) Apparently, there is an invalid xml ...

1 2 3 4 5