Reading Excel File content with Microsoft.ACE.OLEDB.12.0 gets a different...
I’m reading a worksheet content into a DataTable with this connection string:newOleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source="+ filename +"; Extended Properties=\"Excel 12.0;HDR="+...
View ArticleConnected stanby in Win8.0 and Device.Location
We have several tablets with Windows 8.0. All tablets have a GPS module. How can I create an application for tablets which will get location from GPS every half of a minute and save it or send through...
View ArticleWhen will .Net support TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher suite...
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher suite with ECC parameters: NIST P-256 (SECP 256) and BrainpoolP256r1 are pretty popular in Europe. E.g. German Standards enforce that, ECC/Brainpool...
View Articlelittle insight into the Pluggable Protocols and if that is a right area to...
We are developing a Windows 8 application (desktop, Xbox one). We are made of senior engineers with embedded and low level development skills in C and C++. .Net is relatively new to us and reviewing...
View ArticleCan't find .net class object reference manual
HiI have been programing in DEC VAX/VMS, VMS Basic, and the Progress development 4GL language for decades. But now I am trying to pick up VB.NET and VB.VBA and I'm having a real tough time finding any...
View ArticleScriptBundles and application relative URLs
I'm having trouble coming up with a way to bundle javascript files in my environment using .net's scriptbundles. My environment is setup with one website and about 30 applications configured in IIS...
View ArticleIs it possible to convert class from access to vb.net
i am developing App for converting currency ,I have a class in access i was using it to convert numbers to words it convert numbers to Arabic and English ,easy to use it with all currency and can...
View ArticleC# and Agent Based Model
Is there any possibility in .Net framework to write agent based models with C#? Most agent based platforms are based on java..
View ArticleHow to read data from App.Config file into a listbox?
Hi all, I would like to keep a list of names in the App.Config file and then load these names into a listbox. How do you do that?The list would be a list of states: California, Texas, etc... How do I...
View ArticleIam trying to insert these datas in sql, but it is not working
OrderDataSet ds = newOrderDataSet(); OrderDataSet.OrderRow r =ordertable.NewOrderRow(); r.OrderNo = Convert.ToInt64(textBoxOrderNo.Text); r.OrderAmount =...
View ArticleProblem using System.Management.Automation and cmdlet...
I am having problem using System.Management.Automation in C# and cmdlet "Get-printconfiguration".Other cmdlets like Get-Printer and Get-PrinterProperty is working fine in C#.From the PowerShell...
View Articleexplain code
can anybody explain this code line?string[] names = ConfigurationManager.AppSettings.AllKeys;regrds.
View Articlefailed to generate type library for EnterpriseLibrary
I have a custom .NET library assembly that uses COM+ and references Microsoft.Practices.EnterpriseLibrary.Data 5.0When I try to install it into COM+ I'm getting an error:PS...
View ArticleDifferences between .NET Framework and .NET Core BCL
As far as I understand what .NET Core and ASP.NET vNext is, .NET Core brings an independent Base Class Library (BCL) that serves as basis for the new ASP.NET, instead of the classic .NET Framework...
View ArticleDelete RSA key from machine key store from Web Forms
Hi,I have some keys I am storing in the machine key store. Occasionally there is a need to dump the old key and create a new one. I have provided a web form for that purpose, however when I set the...
View ArticleSpeech Recognition - Language Model instead of Grammar?
Hello,I want to use the MS Speech Recognizer, but it has terrible WER when using it untrained with the DictationGrammar. Is there a way to use a language model instead?Greetings,Vertago
View ArticleHow to get a SSL certificate for Azure VM(using DNS or public IP) & SSL...
Hi All, I am trying to implement SSL for TCP socket in Windows service. I have some queries in that, Queries:1. How to get a SSL certificate for Azure VM DNS Name or Public IP from CA.2.How to...
View Articlec# Wpf - Keyword not supported: "version"..
Hey.Everytime we try to run our code we get the error'Keyword not supported: "version"'We tried to change the version number many times but it keep sending us the same error message. Our code is...
View ArticleCompile Error On NDP ; Project-level conditional compilation constant
ndp compile error Error 2 Project-level conditional compilation constant 'VBC_VER = 11.0,TARGET = "library",CONFIG="Debug",PLATFORM="AnyCPU",_MyType; ^^ ^^...
View Article