Tuesday, November 10, 2009

Ado command object returns method 'Execute' of object '_Connection' failed

Error: method 'Execute' of object '_Connection' failedSolution: Check the query used while executing the recordset, it may contain keyword used in the database. In my case, my query is:select languageid, language from masterlanguage order by languageidThe error occurs because...
Share:

Friday, November 6, 2009

Disabling web.config inheritance for child application

Error:Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.Parser Error Message: Could not load file or assembly 'Control' or one of its dependencies. The system cannot find the...
Share:

Pinky award :D

Another award from a sweet friend, Ria Adria...
Share:

Wednesday, November 4, 2009

Error uploading file in ASP.NET

Error:XML Parsing Error: no element foundLocation: http://10.21.9.12/Web/UploadFile.aspxLine Number 1, Column 1:^This error occurs because the size of the file uploaded is too big and not handled in the web.config.Solution: add this tag to the web.config in the <system.web></system.web> section:<system.web> <httpRuntime maxRequestLength="2048000"></system.web>There's...
Share:

Sunday, November 1, 2009

Another blog award ^^

Have just got a lovely blog award, my second one, from a friend, Mona ^^But there is a rule to accept this award.. hehehe... Post it on your blog together with the name of the person who has granted the award, and his or her blog link. Pass the award to 15 other blogs that you’ve...
Share:

You may be intersted in

Related Posts

Updating Table Containing Xml Column via LinkedServer

If you are trying to update a table containing XML column via Linked Server in SQL Server, and you are not able to, you are not alone. There...

About Me

My photo
Is an ordinary man, with a little knowledge to share and high dreams to achieve. I'd be glad if I can help others, 'coz the only thing for the triumph of evil is for a good man to do nothing.

About Blog

You can find a lot of debugging and deploying problems while developing applications in .NET and Visual Basic here. There are also some querying tips in SQL and typical source codes which might be useful shared here.

Popular Posts

Blogroll

Followers

Leave a Message