No difference.
I wonder if it's to do with security settings. Bear in mind the source code is fine, but the executable is where the problem lies.
Main Topics
Browse All TopicsI have a datagridview in VB2005. I've got the sourcecode on my local machine and have copied the executable to the local drive of a server.
If I double click on a rowheader in the grid I call this event below.
Then I double click on one of the cells in the grid.
Then I exit the SuppliedFileChange_Load form and return to the SuppliedFile form.
If I then double click on another rowheader in the grid I get the error message which is the title of the question.
This only happens when I run the executable. It does not happen when I run the source code.
Any ideas?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry, I have no idea.
However, if you copy the error string to google search you will get lots of links to forums. Almost of the say the same that is a read-only cell is being focused/edited and the solution is moving the focus to the next writable cell during the read-only cell is entered.
http://www.google.co.th/se
Business Accounts
Answer for Membership
by: gnoonPosted on 2009-01-27 at 07:23:31ID: 23477254
Maybe error because a read-only cell of datagrid is being focused. Try to add following code to prevent from that cell focusing
Select allOpen in new window