Microsoft.TeamFoundation.WorkItemTracking.Server.Dataaccesslayer.dll...
I had a custom control which was working fine before I upgraded to TFS 2013 Update 2 and VS 2013 Update 2.But after upgrade it does not work.When I tried to recompile the code,It throws error that "The...
View Articlehow ican to add a metro ui design in visual studio c#
hello i'm using at visual studio 2013 express and i want to my program that i'm develop in visual studio a design like windows 8, "metro ui" or "modern ui". how i can to design my program that will...
View ArticleSystem.Speech default audio device question
Hello everyone! OK so i am making an application that will be used for a home automation system, i am using the xbox kinect sensor and i have 3 of them in different rooms and plan to use them as a...
View Articleremove all the members of a group
can i remove all members(i don't the exact counts) of a certain group by using DirectoryEntry.invoke or some other methods?i think it's not a good way to get all members of this group and then remove...
View ArticleMVC 4 with signalR
am getting such a method after installing my signalrattempt by the method 'system.web.httpconfiguration...ctor(system.web.httpRoutecollection)'
View Articlecompression of files
Hi please tell me which is the best compression method which is having high compression ratio and speed..and please give some codes to implement it using c#. i heard LZ4 is the best compression method...
View ArticleHow to combine data from two table (same structure, same name) of two...
Hi everyone,I am having two sql database file (.bak), now I am write a module (C#) to combine data from two files into an unique database file (contain all data). (these databases have same tables,...
View ArticleWhich assembly to manage local GPO on Windows 2008?
Hello,I need to query and edit GPO settings.What reference do I need to add to manage local (not domain) GPOs? Thanks in advance!J
View ArticleHow can I call a function that owns tha overload of Cancellationtoken in...
public async void TaskDelayTest(CancellationToken token) { try { while (LoopCheck) { foreach (string word in WordsOfFile) { WordToShow = word; await Task.Delay(time, token); } } } catch (Exception ex)...
View ArticleAbout checking if a string is a number or not when the user inputs
Hello,I'm new to C#, so I have some questions to ask.I wonder that if I want to know whether a string data is a number or not at the same time when the user type in something, what can I do?ThanksJames
View ArticleIs there a comprehensive explanation somewhere of what is happening when a...
I am looking for detailed information on what happens when you associate a file with an application within windows. I am referring to the way in which you can right click a file and perform an "Open...
View ArticleAdding Controls to a webpage and reatining their values permanantly
Hi,I wrote a piece of code to dynamically add rows to a table and the row has a label. The text of the label is set to the text of another textbox in the webpage.I want to permanently retain the newly...
View ArticleC# wrap one MAPI32 function - HrGetAutoDiscoverXML
How to wrap in C# the MAPI32 HrGetAutoDiscoverXML function and how to use it?My (not working) solution is following:[DllImport(@"C:\Program Files (x86)\Microsoft Office\Office12\OLMAPI32.DLL",...
View ArticleWorking with Shapefiles and drawing and calculating length of the lines?
Hello, i am doing civil Engineering. I am making an application(Desktop and Mobile both) as my project. i am facing some serious issues. the functionality of the project is very simple. If user draw a...
View ArticleSystem.Speech AddLexicon not working - is it a bug? NEED HELP PLEASE!
The System.Speech AddLexicon method does not work. I am wondering is it a bug? I have Googled and searched this forum without success. MSDN has the following example and I copied it and ran it; the...
View ArticleC# How to get Events
Hi everybody, I have to use an events in loop. While (/*here have to be an event of richTextBox mouse up which stop a loop */) {//code //code}What should I write in brackets?
View Articlevat calculator in visual studio C#
How to calculate VAT in c#. The way i was going to do this was in one text box to input a amount and then seconds text box i insert current Vat values for ex: i entry "5", i.e. 5% of vat then third...
View ArticleAsp.Net MVC 5 Membership Provider Problem
Hi,I create a membership database on SQL Server with aspnet_regsql.exe . I have roles and members on this database. I want to reach this roles and members from my Asp.Net MVC 5 project. I tried to set...
View ArticleSpatial Linq query with distance() method
I'm trying to get locations from a MS SQL Server database which are inside specific radius. It works fine when I use spatial data from database and pass it to the DBGeography.Distance() method. But...
View Articlereturn all folders and subfolders ftp
I have written a class that returns 2 string lists which contain the folder and file details of a ftp directory. How would I alter the class that I would be able to list all folders and files for the...
View Article