Add Windows Form error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I'm having an annoying error with the VB development environment. I just created a new VB project and I need to add some forms to it. When I try to add a new Windows Form, it gives me an error message that says "The operation could not be completed." I can add other types of files, such as classes, to the project with no problem. The project is in source control, but I've tried it with files checked out and checked in without any different result. Any hints on why this could be happening would be appreciated

Dave.
 
Hi,
I'm having an annoying error with the VB development environment. I just created a new VB project and I need to add some forms to it. When I try to add a new Windows Form, it gives me an error message that says "The operation could not be completed." I can add other types of files, such as classes, to the project with no problem. The project is in source control, but I've tried it with files checked out and checked in without any different result. Any hints on why this could be happening would be appreciated.

Dave.

I don't know if this will help you, but I was getting that error when
editing a stored procedure. It was caused by a TSql syntax in the code.
But instead of telling me that the syntax is wrong, it told me the
operation could not be completed.

What I'm getting at is that perhaps there is something in one of the open
files in the solution that cannot be save correctly?

Can you add a form to a new project?
 
Back
Top