T
Thomas Schumacher
Hello Newsgroup,
i try to use the ConfigurationSettings Method from the OpenNETCF Assembly. I
get a MissingMethodException but i don't no why.
Here my app.config and the code.
<?xml version="1.0" encoding="iso-8859-2"?>
<configuration>
<appSettings>
<add key="DataSource" value="\Application\database.sdf" />
</appSettings>
</configuration>
public Sub Test()
try
msgbox(OpenNETCF.Configuration.ConfigurationSettings.AppSettings.Item("DataSource")
ex as exception
msgbox ex.ToString
end try
End Sub
My Hardware is a Symbol PPT8800
Any ideas
Best Regards Thomas
i try to use the ConfigurationSettings Method from the OpenNETCF Assembly. I
get a MissingMethodException but i don't no why.
Here my app.config and the code.
<?xml version="1.0" encoding="iso-8859-2"?>
<configuration>
<appSettings>
<add key="DataSource" value="\Application\database.sdf" />
</appSettings>
</configuration>
public Sub Test()
try
msgbox(OpenNETCF.Configuration.ConfigurationSettings.AppSettings.Item("DataSource")
ex as exception
msgbox ex.ToString
end try
End Sub
My Hardware is a Symbol PPT8800
Any ideas
Best Regards Thomas