Replies: 6 comments
-
Latest VS Code (1.80.0) is still working for me on ubuntu. I'd check your configurations and the build outputs. |
Beta Was this translation helpful? Give feedback.
-
I've tried playing with the configurations, but I don't really know what I'm doing, and there doesn't seem to be anything in the Eto.Forms docs about it. There's a warning relating to the WPF project, but I don't suppose it's relevant. I get the problem with a new app created from the template. I'm just doing this: Create a new directory
I've managed to work around it, though, by combining the stuff from the GTK directory with the stuff in the platform-independent directory, and getting rid of the other directories. |
Beta Was this translation helpful? Give feedback.
-
@james-cnz what does your |
Beta Was this translation helpful? Give feedback.
-
Thanks. This is my launch.json file:
|
Beta Was this translation helpful? Give feedback.
-
Looks fine to me.. though I'm not sure where Otherwise there's not much information for me to go on here. |
Beta Was this translation helpful? Give feedback.
-
Oh, sorry, I've deleted the project and created a new one from the template several times. "dotnet_eto_cs_test" is the project name I used most often. I switched to "MyApp" when I sent the file, so it matched the example on the website. I've zipped and attached a new project generated from the template. The comments in the launch.json are slightly different. I think it might depend on whether I generate the launch.json file through the notifications or the run & debug menu. The content's the same though, and I get the same error message. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I recently installed Eto.Forms (on Debian 11 with .NET 6), and the debugger in VS Code was working for me at first, but now it's giving an error:
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'dotnet_eto_cs_test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'dotnet_eto_cs_test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
I don't know what's changed, perhaps a software update? Does anyone know what the problem might be?
Thanks,
James
Beta Was this translation helpful? Give feedback.
All reactions