I'd suggest searching for the specific error. There seems to be lots of possible reasons. The first google result I found has some: http://scn.sap.com/thread/1876394[^]
There are only 10 types of people in the world, those who understand binary and those who don't.
Be sure that `xe` is your `Service Name`. If the connection is successfull but you have this exception `SQLNestedException: Cannot create PoolableConnectionFactory (Io exception: The Network Adapter could not establish the connection) at` " you must have an incompatible version of JDBC, install the correct one: http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-10201-088211.html
You have a damaged data file or the disk is damaged. You'll want to run the DBCC as the error suggests and see if you get additional details.
There are only 10 types of people in the world, those who understand binary and those who don't.
You're welcome - sorry it's not better news!
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
Thanks Eddy, I had a solution for this. I used Interop.Excel to open the file and Save as a normal workbook, and the result is ok (the size is smaller, and don't have any problems). Thanks and regards,
Thanks Samer, I am trying to use Crypto Obfuscator and Dotfuscator. I only rebuild setup project (not the solution) but it make the .exe recompiling. I don't know why ?
Thanks Jay Nardev, I also used appending blank string (for Window), but when selecting a node, it include the blank string (I want it only includes text) Kind regards,