-
Notifications
You must be signed in to change notification settings - Fork 241
Exception thrown: 'System.IO.FileNotFoundException' in mscorlib.dll #934
Comments
Is Xwt.Gtk.dll local copied to the output directory of the startup project? |
no i don't think so. I would have to create a test project since I removed the asset from my project. |
You also need to reference Xwt.Gtk, not just Xwt - doesn't seem to be loaded in the appdomain on startup. |
now I get
I installed the nuget package for Xwt.Gtk and I made sure it's |
That means gtk# is not installed on the system. See the link I posted above for the gtk# installer |
you should make this use dependencies in the nuget package installer so it does all this when you add it to the project EDIT: ok I installed gtk# from the mono page. but it didn't change anything |
@Therzok I have both Xwt.Gtk and Xwt as references in the project and its still not working. |
I just realized I do have gtk# installed in my system. EDIT: nope it sends me to the same page on the mono website so here is a rundown what could be the problem? |
@Shadowblitz16 , did you find a solution to the issue? |
nope I just stopped using the library because I couldn't get any help with it. |
should be .net framework 4.7.2 |
I can't get this to run.
I keep getting a Exception thrown: 'System.IO.FileNotFoundException' in mscorlib.dll error and then visual studio freezes.
The text was updated successfully, but these errors were encountered: