Click here to Skip to main content
15,914,010 members
Home / Discussions / Web Development
   

Web Development

 
QuestionNeed an onmouseover popup window. Pin
Goalie3526-Sep-07 4:27
Goalie3526-Sep-07 4:27 
AnswerRe: Need an onmouseover popup window. Pin
Sivan.G27-Sep-07 3:48
Sivan.G27-Sep-07 3:48 
QuestionPushing Events from Server to Browser [modified] Pin
vbss7526-Sep-07 0:47
vbss7526-Sep-07 0:47 
QuestionGet Cell IDs of a table from MouseDown Event Pin
i-developer of Istanbul26-Sep-07 0:26
i-developer of Istanbul26-Sep-07 0:26 
Questionweb parts in dot net Pin
John.L.Ponratnam25-Sep-07 0:18
John.L.Ponratnam25-Sep-07 0:18 
AnswerRe: web parts in dot net Pin
Jpuckett25-Sep-07 17:39
Jpuckett25-Sep-07 17:39 
GeneralRe: web parts in dot net Pin
SHatchard27-Sep-07 0:53
SHatchard27-Sep-07 0:53 
QuestionUPLOAD ERROR - in real Web Server Pin
hifiger200424-Sep-07 23:03
hifiger200424-Sep-07 23:03 
Hi,

I encountered problem during uploading of my excel file 3MB size. At first, when I test my upload.aspx in my local web server it works fine, but after I added my upload.aspx file into the real web server and when I test, it gives an error.

Please see the error below. And as I do some research some of the developers have the same problem and there's no definite solution yet.

Can this be fixed, but how?



Server Error in '/' Application.
--------------------------------------------------------------------------------

Failure creating file.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OleDb.OleDbException: Failure creating file.

Source Error:


Line 627:
Line 628: Dim objConn As OleDbConnection = New OleDbConnection(sConnectionString)
Line 629: objConn.Open()
Line 630:
Line 631: Dim objCmdSelect As OleDbCommand = New OleDbCommand("Select * From [Summary Parts$]", objConn)


Source File: E:\inetpub\vhosts\subdomains\test\httpdocs\Upload.aspx.vb Line: 629

Stack Trace:


[OleDbException (0x80004005): Failure creating file.]
System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +1054769
System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +53
System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +27
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +47
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.OleDb.OleDbConnection.Open() +37
Upload.Page_PreRender(Object sender, EventArgs e) in E:\inetpub\vhosts\pathfinder.ph\subdomains\test\httpdocs\Upload.aspx.vb:629
System.Web.UI.Control.OnPreRender(EventArgs e) +2069324
System.Web.UI.Control.PreRenderRecursiveInternal() +77
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360




hifiger2004

AnswerRe: UPLOAD ERROR - in real Web Server Pin
Jpuckett25-Sep-07 17:36
Jpuckett25-Sep-07 17:36 
GeneralRe: UPLOAD ERROR - in real Web Server Pin
hifiger200425-Sep-07 21:11
hifiger200425-Sep-07 21:11 
Questionbrowser compatibility problem Pin
nicetohaveyou24-Sep-07 22:56
nicetohaveyou24-Sep-07 22:56 
QuestionProblem in passing message betwin client server. Pin
Tarun Dudhatra24-Sep-07 19:28
Tarun Dudhatra24-Sep-07 19:28 
Questionreading web site content Pin
dhatchu24-Sep-07 18:34
dhatchu24-Sep-07 18:34 
AnswerRe: reading web site content Pin
Christian Graus24-Sep-07 18:38
protectorChristian Graus24-Sep-07 18:38 
QuestionWeb parts User control Events Pin
zol_tech24-Sep-07 5:53
zol_tech24-Sep-07 5:53 
AnswerRe: Web parts User control Events Pin
Jpuckett25-Sep-07 17:38
Jpuckett25-Sep-07 17:38 
QuestionConverting a PHP HexToBin function to C# [modified] Pin
#realJSOP24-Sep-07 5:20
professional#realJSOP24-Sep-07 5:20 
AnswerRe: Converting a PHP HexToBin function to C# Pin
Guffa24-Sep-07 7:34
Guffa24-Sep-07 7:34 
GeneralRe: Converting a PHP HexToBin function to C# Pin
#realJSOP24-Sep-07 9:55
professional#realJSOP24-Sep-07 9:55 
AnswerRe: Converting a PHP HexToBin function to C# Pin
Guffa24-Sep-07 10:29
Guffa24-Sep-07 10:29 
GeneralRe: Converting a PHP HexToBin function to C# Pin
#realJSOP25-Sep-07 0:14
professional#realJSOP25-Sep-07 0:14 
AnswerRe: Converting a PHP HexToBin function to C# Pin
Guffa25-Sep-07 0:25
Guffa25-Sep-07 0:25 
AnswerRe: Converting a PHP HexToBin function to C# [SOLVED] Pin
#realJSOP25-Sep-07 3:37
professional#realJSOP25-Sep-07 3:37 
AnswerRe: Converting a PHP HexToBin function to C# [SOLVED] Pin
Guffa25-Sep-07 19:49
Guffa25-Sep-07 19:49 
QuestionAOL API for Calendar data? Pin
vbmithai23-Sep-07 20:00
vbmithai23-Sep-07 20:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.