Speech Grammar
Hello,I am currently developinga recognitiontool for abusiness application.I have a biggrammar thatworks well enough, thoughforHMIneeds, I need to get a partialreply before the end of the...
View ArticleSOS commands fails on crash dump debug with windbg 64 bit
Hi,SOS commands doesn't work at windbg, i am using it with .NET 4.0, i went through many experiments please find below1 .load sos //nothing was shown2 .cordllCLR DLL status:No load attempts3 .load...
View ArticleCompilation : using Systen.Net.Socket, system.net.primitives not found
Hi,I use the prerelease protable library, create by microsoft,"System.Net.Socket" from nuget. (https://www.nuget.org/packages/System.Net.Sockets/).When i try to use it, i go a compilation error on the...
View Articlecan we implement BLE peripheral in windows 8.1
Hi guys,Can we implement BLE peripheral mode in windows 8.1.Please suggest alternatives in not.Thanks
View ArticleCode being optimised away (Incorrectly?)
Hello, first of all I'm not an expert on the optimizer but it seems that my code is being incorrectly optimised away when I execute the app from my \release\BIN folder. Brief overview of my...
View ArticleScan a byte array for a specific character in a given encoding
Both System.Text.Encoding and its workhorse System.Text.Decoder provide straight-through means to decode raw bytes into a string when the string size is known in...
View ArticleUn-handled exception from within System.Net.Sockets.Socket; how to diagnose;...
We have a server application that accepts connections from workstations and relays information to a private database. The original version was in VB6 and used a 3rd party TCP/IP library; it was...
View ArticleSystem.IO.File.Move changes the files create details when moved across...
Hi,When moving files in VB .NET code using System.IO.File.Move the following behaviour has been observed.* Moving within the same machine - file create and modify details remain the same as original...
View ArticleWindows Metro App Process Exception
I have started a new process to open a PDF document from my C# desktop app code. The default PDF reader is a Windows Metro App. After starting the process when I tried to retrieve most of the...
View ArticleHttpClient Maintain Session State
Hi,I’m using the HttpClient Object to post to an aspx page. The difficulty I’m running into is maintaining the current session. I stored the SessionId inside of a cookie and can retrieve it from the...
View Article.Net service hangs
Hi,We have a .Net Application running on Production environment (Windows 2008 server R2 service pack 1) that uses Window services implemented as a batch job and scheduled to run in a particular...
View ArticleX500DistinguishedName Exception - The string contains an invalid X500 name...
We recently reorganized our LDAP directory and started identifying users (by DN) with uid=, as in:uid=first.lastname, ou=users, o=ourorganizationThis is a huge project with tens of thousands of users...
View ArticleHow to reconnize that my application is running under Windows 10
I'm using the class:Environment.OSVersion PropertyBut I get Always the same values for the following Operating systems: 8, 8.1, 10I'm using Visual Studio 2013 Framework 3.0 and VB. So I'm not in...
View ArticleHow can I read a word file without the Microsoft.Interop?
The example of the code that am using to attempt to solve the problem is as above:File.ReadAllText(filename);This is what am attempting to use from Systems.IO. I would like to read a word file to into...
View ArticleTo use remote App.config file fails in Windows 8
I want to read app.config from the remote server on my NET 3.5 application.For example, I'm updating "APP_CONFIG_FILE" to set remote app config like the below code.It works fine on Windows 7 or...
View ArticleVS2013 linq FirstOrDefault bug getting Index out of range
I'm attempting to join 2 dbsets (Transactions, Departments) as a way to filter for a specific entity (Transaction) such as:var result = (from x in context.Transactions from y in context.Departments...
View ArticleSystem.Security.Cryptography.CryptographicException The system cannot find...
Hi All,I am in deep trouble with the below problem.This problem is found on IIS7 windows server 2008. System.Security.Cryptography.CryptographicException The system cannot find the file...
View ArticleMicrosoft.AspNet.Identity makes me crazy
Hi, I need to implement Microsoft.AspNet.Identity on an existing MVC project. User store and related features are custom (existing classes, DAL, etc), I cannot use the EF integrated library.My work is...
View ArticleWindows Service with a thread
Hi I have a windows service written using .Net 4.0 that on the whole works fine, at the end of this services I want it to start an asynchronous processes and this is not working. if I call the function...
View ArticleWhy I regret starting a complex project using .Net.
Why I regret starting a complex project using .Net.Microsoft continually has inconsistencies in their coding styles and duplicity or try to dumb down coding.For example the HttpWebRequest class is a...
View Article