3
Answers

Dispatcher.BeginInvoke not working in UWP Visual Studio 2015

Asfend Yar

Asfend Yar

9y
2.8k
1
Can anyone please tell me that why BeginInvoke is not working in Universal Windows Platform applications ..Here's the code  
 
Dispatcher.BeginInvoke();
In this code I want to access the BeginInvoke using Dispatcher class but visual studio 2015 gives me a error that is you're missing an assembly reference .
Anyone tell me what's problem with my code . 
Answers (3)
1
Vinay Singh

Vinay Singh

NA 5.9k 126.1k 8y
Hi check the link
http://www.aspsnippets.com/Articles/Create-and-Drop-SQL-Server-Table-programmatically-using-ADONet-C-and-VBNet.aspx
For insert record in table
http://www.aspsnippets.com/Articles/Using-SqlBulkCopy-to-import-Excel-SpreadSheet-data-into-SQL-Server-in-ASPNet-using-C-and-VBNet.aspx
Accepted
0
Vishal Jadav

Vishal Jadav

NA 1.7k 58k 8y
Hi,
Its just the idea, try to use the import functionality of SQL server.
Hope it helps.
Thanks.