Click here to Skip to main content
16,006,006 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAlready open Error Pin
Sarguna Reddiar27-Dec-06 2:16
Sarguna Reddiar27-Dec-06 2:16 
AnswerRe: Already open Error Pin
Arindam Tewary27-Dec-06 4:01
professionalArindam Tewary27-Dec-06 4:01 
GeneralRe: Already open Error Pin
Sarguna Reddiar27-Dec-06 18:40
Sarguna Reddiar27-Dec-06 18:40 
AnswerRe: Already open Error Pin
Venkatesh Mookkan27-Dec-06 15:38
Venkatesh Mookkan27-Dec-06 15:38 
GeneralRe: Already open Error Pin
Sarguna Reddiar27-Dec-06 18:41
Sarguna Reddiar27-Dec-06 18:41 
GeneralRe: Already open Error Pin
Venkatesh Mookkan27-Dec-06 19:23
Venkatesh Mookkan27-Dec-06 19:23 
GeneralRe: Already open Error Pin
Sarguna Reddiar28-Dec-06 2:46
Sarguna Reddiar28-Dec-06 2:46 
AnswerRe: Already open Error [modified] Pin
Venkatesh Mookkan28-Dec-06 15:58
Venkatesh Mookkan28-Dec-06 15:58 
I think this might help... Check your permission level of that directory...

Cause
This error usually happens on Windows NT, Windows 2000 or Windows XP and may be caused by any of the following conditions:
- the database file or database folder doesn’t have necessary security permissions to write to, or erase an .ldb file created by Microsoft Access when opening the database
- the database file doesn't have sufficient security permissions or write permissions to be modified when updating data in it. The web browser is seen by the web server as a Internet User that has the server account IUSR. This user needs to have write permission to the database file and to the database folder.

Resolution
Follow these steps to resolve this issue:
1. Use Windows Explorer to find the folder on the disk, which contains the database file (.mdb). This is usually your project folder.
2. Right-click on the project folder and select Properties.
3. Uncheck the Read-only property.
4. Click on the Security tab in the properties window.
(Attention: If you don't see such tab (Windows XP), close the properties window, open any folder, select Tools -> Folder Options -> View, and uncheck the option Use simple file sharing.)
5. Click Add and find, then select the user IUSR_<COMPUTERNAME>.
6. Select the Write checkbox in the Allow; column to assign Write permissions to the IUSR account.

More Info
After being fixed, this error may reoccur when compacting the MS Access file since the database file being compacted is being erased and a new one is created in its place.

Source:
Click here[^]


-- modified at 1:37 Friday 29th December, 2006


Regards,
Venkatesh Mookkan.
Software Engineer, India

AnswerAlready open Error Pin
indian14327-Dec-06 20:01
indian14327-Dec-06 20:01 
QuestionCan I delete all the elements at once from a .net server drop down list Pin
indian14327-Dec-06 1:48
indian14327-Dec-06 1:48 
AnswerRe: Can I delete all the elements at once from a .net server drop down list Pin
Venkatesh Mookkan27-Dec-06 15:33
Venkatesh Mookkan27-Dec-06 15:33 
GeneralRe: Can I delete all the elements at once from a .net server drop down list Pin
indian14327-Dec-06 20:48
indian14327-Dec-06 20:48 
GeneralRe: Can I delete all the elements at once from a .net server drop down list Pin
Venkatesh Mookkan27-Dec-06 20:51
Venkatesh Mookkan27-Dec-06 20:51 
Questionpost data programatically Pin
subai27-Dec-06 1:14
subai27-Dec-06 1:14 
AnswerRe: post data programatically Pin
subai27-Dec-06 2:04
subai27-Dec-06 2:04 
QuestionRegularExpression validator....... Pin
Nagraj Naik27-Dec-06 1:01
Nagraj Naik27-Dec-06 1:01 
AnswerRe: RegularExpression validator....... Pin
Manuel F. Hernandez27-Dec-06 11:53
Manuel F. Hernandez27-Dec-06 11:53 
QuestionPassword 4 a word document Pin
BINOVAR27-Dec-06 1:00
BINOVAR27-Dec-06 1:00 
QuestionIs there a way to verify the caching ... Pin
Arindam Tewary27-Dec-06 0:32
professionalArindam Tewary27-Dec-06 0:32 
QuestionVirtualFile - Seems to be caching. Pin
Tristan Rhodes27-Dec-06 0:05
Tristan Rhodes27-Dec-06 0:05 
Questionasp.net Error Code 1460: timeout Pin
P. S. Pundeer26-Dec-06 23:30
P. S. Pundeer26-Dec-06 23:30 
AnswerRe: asp.net Error Code 1460: timeout Pin
Arindam Tewary26-Dec-06 23:43
professionalArindam Tewary26-Dec-06 23:43 
GeneralRe: asp.net Error Code 1460: timeout Pin
P. S. Pundeer27-Dec-06 0:41
P. S. Pundeer27-Dec-06 0:41 
GeneralRe: asp.net Error Code 1460: timeout Pin
Arindam Tewary27-Dec-06 0:56
professionalArindam Tewary27-Dec-06 0:56 
QuestionTto use combobox from Javascript function Pin
indian14326-Dec-06 22:21
indian14326-Dec-06 22:21 

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.