"There is no editor available for <path>" message

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
biqpaulson
Newbie
Newbie
Posts: 93
Joined: Thu Apr 17, 2008 12:00 am

"There is no editor available for <path>" message

Post by biqpaulson » Fri Jan 04, 2013 7:49 pm

Hi:

We are using VS2010, .net framework 3.5, with TeeChartNET2011_4.1.2012.01030 (installs as *.1032, actually). As some point last summer we upgraded to this version and had no issues. At some point since then, something has gong wrong. Now, when we attempt to edit the vb form, we the error "There is no editor available for <path>" message.

We have tried everything from reinstalling your kit, to removing the reference to reverting our source code back. No mater what we do, we cannot make this work. We can't edit the form and when we build and run, we never to get to form_load(). So there is some install/config/reference issue that we just can't figure out.

Do you have any suggestions, or a procedure that will allow to reset things to the point were we can edit the vb form, remove and then add back the controls and get things back on track?

We have put a lot of time into this already and are now seriously frustrated.

Thanks,

Matt

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: "There is no editor available for <path>" message

Post by Sandra » Mon Jan 07, 2013 10:28 am

Hello Matt,

Could you please send us a simple project, where the problem appears, because we try to solve it?

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

biqpaulson
Newbie
Newbie
Posts: 93
Joined: Thu Apr 17, 2008 12:00 am

Re: "There is no editor available for <path>" message

Post by biqpaulson » Mon Jan 07, 2013 4:28 pm

Hi Sandra:

After more research, we eventually found the difference between a working build and a non working build. It was:

<Compile Include="TeeChartForm2.vb">
vs:
<EmbeddedResource Include="TeeChartForm2.vb">

At some point the project settings changed. We are confused why or how this could have happened. Do you know if there is anything the Dev Studio UI that controls this? Meaning that someone might have accidentally changed this setting? It's quite strange.

Thanks,

Matt

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: "There is no editor available for <path>" message

Post by Sandra » Tue Jan 08, 2013 10:18 am

Hello Matt,
At some point the project settings changed. We are confused why or how this could have happened. Do you know if there is anything the Dev Studio UI that controls this? Meaning that someone might have accidentally changed this setting? It's quite strange.
Ok, thanks for information. Would be very grateful if you can send your project so we can check what is the problem and replay correctly your questions. Could you please send a project for us?

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

biqpaulson
Newbie
Newbie
Posts: 93
Joined: Thu Apr 17, 2008 12:00 am

Re: "There is no editor available for <path>" message

Post by biqpaulson » Tue Jan 08, 2013 10:51 pm

Hi Sandra:

The project is too large and complex to send you -- and we have other 3rd party controls you would need to make it compile correctly.

Since we already identified the issue as a problem with the project file, I'm including that.

Please let me know if you need any more information.

Thanks,

Matt

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: "There is no editor available for <path>" message

Post by Narcís » Fri Jan 11, 2013 9:16 am

Hi Matt,
At some point the project settings changed. We are confused why or how this could have happened. Do you know if there is anything the Dev Studio UI that controls this? Meaning that someone might have accidentally changed this setting? It's quite strange.
This was probably accidentally changed at Form's "Build Action" property as shown here:
EmbeddedResource.png
EmbeddedResource.png (21.68 KiB) Viewed 9379 times
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

biqpaulson
Newbie
Newbie
Posts: 93
Joined: Thu Apr 17, 2008 12:00 am

Re: "There is no editor available for <path>" message

Post by biqpaulson » Fri Jan 11, 2013 12:52 pm

Perfect! Thanks Narcís.

Post Reply