In my module totally 8 forms are there .In one form to open the designer it shows a error like "There is no editor available for ....../Form6.vb, make sure the application for the file type (.vb) is installed."If i open Code in the same form It will open.I don't know exactly what's the problem is this ..Kindly Suggest any idea.

Recommended Answers

All 3 Replies

Hi,

What you can try is create a new form:

1 - Add a new form to your project "NewForm"

2 - copy your code from the Form6.vb to the NewForm.vb

3 - copy your code from MyForm.Designer.vb to NewForm.Designer.vb

4 - remove Myform

5 - rename NewForm, give it the same name that has Form6

6 - Open this new Form6

7 -The form is opened

I hope it helps,

Hi Luc001,

Thanks for the Suggestion.,But Actually I compare two forms(form 5 & form 6) and Find the difference.In a Issue form,(Properties->Build action->None) I replace (Properties->Build action->Compile).It Works...

Hi,

Glad to hear that you found it.

Grtz,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.