Hello, I'm working with the ChemAxon JChem cheminformatics application to develop a web-based browsable and searchable chemical products catalog.
I'm running into a serious issue regarding displaying of fonts inside of images generated by the Java web service that powers JChem. Here is the thread on ChemAxon's official support forum for...
I have a Delphi project in 2007 that doesn't show the procedure names in the Object Inspector's Events such as Form OnClose, OnCreate or OnShow in the IDE. The code is there and if you click on OnCreate (for example) you are taken to the code and the IDE fills in the name of procedure. However on reload, the procedures are missing from...
What could be the cause of the above error when trying to use an MDB file from a VB app?
The access version of the MDB file is 6.68.
I have a feeling this might have been caused by someone trying to open the .mdb file from a newer version of Access and it may have corrupted the MDB.
How can this problem be solved?
...
Well, in .NET 4 Microsoft added the HandleProcessCorruptedStateExceptions attribute:
HandleProcessCorruptedStateExceptionsAttribute Class
I want to test this feature. How can I bring my application to a "corrupt state"?
...
Hi, im generating pdf files using a ruby library called "prawn". I have one particular file that seems to be considered "Corrupt" by adobe reader. It shows up fine in both preview and in adobe reader. It gives errors like:
Sometimes I get:
"Could not find the XObject named '%s'.
Othertimes I get:
"Could not find the XObject named "Im4"...
I have a windows application .NET that manages many PDF Files. Some files are corrupt.
2 issues: I'll try explain in my worst english...sorry
1.)
How can I detect if any pdf file is correct ?
I want read header of PDF and detect is correct.
var okPDF = PDFCorrect(@"C:\temp\pdfile1.pdf");
2.)
How to know if byte[] (bytearray) of fi...
Hi,
I downloaded the Silverlight 4 SDK (not the Beta) from the following Microsoft site.
http://www.microsoft.com/downloads/details.aspx?familyid=55B44DA3-E5DE-4D2A-8EAF-1155CA6B3207&displaylang=en
However, when I try to run the file, it says "File is corrupt".
Has anyone else also faced this issue?
Is there any other site fro...
My website hosts a msi file that users need to download. There is nothing special about the file. It lives in a directory on the webserver with a regular HREF pointing to it that users click on. Occasionally a user will complain that they can't open the msi file because Windows Installer claims the file is corrupt. Redownloading the fil...
Hi,
I started trying to use sqlite to host small websites and on my own personal server, I ran into a glich which kind of spoils the whole idea.
I have a very simple test example, on a two row table in a sqlite 2.x database, I am being hosted with 5.2.12, I have also tried with the PDO sqlite3 database, the problem is this. The "users...
I just noticed two months after switching out a backup drive that one table in one of the backed-up databases is losing records past a certain point.
The database is backed up weekly.
Prior to the new drive, the table had records from 3/11/2010 to 6/8/2010.
After the first backup ran, the table was missing all records past 3/11/2010,ex...
Hi,
I am using this PHP script to download a file:
$status=stripos($_SERVER['HTTP_REFERER'],'servername');
if($status===false)
{
header('Location:http://xyz.com);
}
else
{
header('Content-disposition: attachment; filename=XXX.pdf');
header('Content-type: application/pdf');
readfile('http://www.xyz.com/Downloads/XXX.pdf)...
I have written the following code to download a file from sharepoint. The downloded file works fine in only some machines. For others, it says that the file is corrupted. The issue is for MS Office and image files, however the PDF is not having any issues. We have identified the issue of corruption as due to the addition of a hexadecimal...
In properites>Application>"Startup form" combobox, in my VS VB.NET project, I see only 2 forms listed, while my application has 6 forms. Does this mean something is corrupt?
I tried to make a new project, then copy only the old vb files into this new project. But still only those two (of 6) forms show up in the "Startup form" combo box...
Our tortoiseSVN repository unfortunately became corrupt today due to a disk glitch.
We have a good working copy based off revision 2897.
Our most recent backup repository is from revision 2848.
We would like to salvage as much as possible of the history, rather than start a new repository.
So, can we do this by committing the working ...
My java program uploads a zip file from my system to FTP server. uploadfile() is a function that contains the uploading code.
uploadfile("192.168.0.210","muruganp","vm4snk","/home/Admin/GATE521/LN_RB_Semivalid2junk/Output/"+date+"_RB1.zip","/fileserver/filesbackup/Emac/"+date+"_RB1.zip");
public static boolean uploadfile(String server,...