I have a C# app that uses the search functions to find all files in a directory, then shows them in a list. I need to be able to filter the files based on extension (possible using the search function
I have two DLL files that have the same namespace but they have different methods and types. How can I reference both DLLs in my project and use their methods and types?
I have a thread which polls a folder for new files. The problem is that it sees a new file and starts working on it even before the file has been completely copied by another process. Because of this
I have to create a Windows service which monitors a specified folder for new files and processes it and moves it to other location.
I need to upgrade to 2010 Visual Studio, until then.. it is even possible to use the DOTNETOPENID code with Visual Studio 2005 / Asp.net 2.0 or even VS 2005 .net 3.5?
I\'m trying to mock a data layer method. The method takes a string and two lists as arguments, and the method populates those lists from the results of a stored proc. Also, I\'m still on C# 2.0 with V
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
开发者_如何学JAVAI tried using WriteEntry and WriteEvent methods of EventLog class. EventLog.WriteEntry(\"Saravanan\", \"Application logs an entry\",
I have an app that was created using .net Framework 3.5.However, I now need to change this to use the 2.0 Framework, as it needs to be distributed to a Windows 2000 machine.Will simply changing the Ap
I have a solution with two projects within: Company.Project.vbproj Company.Project.Tests.vbproj Within the Company.Project.vbproj assembly, I have a class FriendClass.vb which scope is Friend (inte