I m trying to create a setting DataTable variable in a App Windows Forms project. So I open the application's settings and manually add the variable but DataTable type is not part of the default list so I have to browse for further types. Once I select "DataTable" from the list (but it occurs for every other type I tried), Visual studio crashes and reboots.If I try to do that in App Windows Forms (.NET Framework) it works... How am I supposed to do?
↧