-
1 Attachment(s)
asp.net error
Anyone got see error that I have attached.
While I compilating in another work place, it have no error, but when I bring my project home, it shown this error when I reach certain page, what is the checkpoint should I make if doing project in different location?
Thanks in advanced :)
-
Re: asp.net error
Looks like a permissions problem to me. Must be an updateable query tends to suggest you need write permission. However I can't read most of the page as it's too small!
DJ
-
Re: asp.net error
I have renew a new picture, so how to I set the permission?
-
Re: asp.net error
Can explain exactly what you are doing - I'm not psychic!
DJ
-
Re: asp.net error
hmm.. actually my project can run in other workplace and compile it without error, but I try to bring back home, and it shown this error when reach certain pages, it happen to most of my asp.net project?
-
Re: asp.net error
You are being far to vague - what exactly does your page do?
DJ
-
Re: asp.net error
actually I helping someone to ask this question? if you have no idea, nvm about it or if you could give some suggestion on those permission things?
-
Re: asp.net error
It sounds like a write permissions are needed but I can't give you any more help when all I have is an error message for a method I know absolutely nothing about. What does CreateCart do?
DJ
-
Re: asp.net error
I not really sure, anyway, thanks for helping :)
-
Re: asp.net error
used to get a similar error for write permission to an access database
think the folder or the .mdb file was read only...
or the user didnt have permission...
can't really remember
But anyways, your problem does look like a write permission error like dj4uk said, i just cant say what for though cause you haven't explained anything...
-
Re: asp.net error
Ya, I think is write permission, while I click the link, my database folder have a *.ldb files, I think the *.ldb file is the main problem, how to make it unlock?