B
Benjamin
Hi,
i use the ListView1.Items.Clear to clear all the Items. In VS2003 it
works fine, now i paste the code in VS2005 and it throws the error:
System.NotSupportedException wurde nicht behandelt.
Message="Es kann keine Fehlermeldung angezeigt werden, da die
optionale Ressource der Assembly, die die Fehlermeldung enthält, nicht
gefunden wurde."
StackTrace:
bei Microsoft.AGL.Common.MISC.HandleAr()
bei System.Windows.Forms.ListView.ntvDeleteItem()
at ListViewItemCollection.Clear()
bei netplus.frmMessage.TickEval()
bei netplus.Kommunikation.UpdateNonScreen()
bei netplus.Kommunikation.MainBusCycle()
The MSDN says support for CF1.0 and CF2.0, but it dont works?
Benjamin
i use the ListView1.Items.Clear to clear all the Items. In VS2003 it
works fine, now i paste the code in VS2005 and it throws the error:
System.NotSupportedException wurde nicht behandelt.
Message="Es kann keine Fehlermeldung angezeigt werden, da die
optionale Ressource der Assembly, die die Fehlermeldung enthält, nicht
gefunden wurde."
StackTrace:
bei Microsoft.AGL.Common.MISC.HandleAr()
bei System.Windows.Forms.ListView.ntvDeleteItem()
at ListViewItemCollection.Clear()
bei netplus.frmMessage.TickEval()
bei netplus.Kommunikation.UpdateNonScreen()
bei netplus.Kommunikation.MainBusCycle()
The MSDN says support for CF1.0 and CF2.0, but it dont works?
Benjamin