| Thread | Last Post | Replies |
|
| Electronic email | 07 Dec 2007 17:44 GMT | 1 |
I have not been able to receive an electronic scanned email, that my supervisor has tried to send me. I have received these messages before, and don't understand why all of sudden nothing is coming thru. My sup. tried several times and I finally suggested she send it to my yahoo ...
|
| Searching for types | 07 Dec 2007 15:26 GMT | 8 |
If I call "System.Type.GetType()", passing in the assembly-qualified name of the type to search for, how can I go about controlling where .NET will look for the assembly containing the type. Assuming I'm not using strong names for instance (no GAC involved), and I pass the ...
|
| Processes User Name | 07 Dec 2007 13:30 GMT | 1 |
I am looking for a way to get a Processes "User Name", similar to that found in Task Manager. Whether it be the local logged on user, SYSTEM, LOCAL SERVICE, or NETWORK SERVICE. using System.Diagnostics;
|
| IE address bar | 07 Dec 2007 13:13 GMT | 2 |
how can i erase the list of the sites that i visited in the IE address bar,
|
| Assembly References | 07 Dec 2007 11:56 GMT | 3 |
All I want to gain a thorough understanding of how assembly references work in VS/.NET, but I'm having trouble locating an article that exhaustively covers this subject. Can anyone point me at a resource that I can use to gain this
|
| .NET 3.x book | 07 Dec 2007 07:39 GMT | 2 |
I have been developing with .NET 1.x and 2.0 for the last five and a half years. I now want to learn about .NET 3.0 and 3.5, BUT to get me started I am looking for a book that does not go into tonnes of details. In other words, I
|
| Check .NET Framework exists from managed assembly | 06 Dec 2007 20:38 GMT | 8 |
I have a managed C++ program that needs to check if the .NET framework v1.1 exists each time it runs. I wish I only had to do this at installation time but users have removed the framework and encountered a crash and entered complaints so I have to add the check.
|
| Exception Handling in 2.0 | 06 Dec 2007 16:50 GMT | 10 |
In .NET 2.0 any thread exception breaks the application, as opposed to 1.x where it would not. Althoguh this is a good feature in picking up potential problems and having cleaner code, what if I didn't want that to happen?
|
| Application Deployment | 06 Dec 2007 09:58 GMT | 2 |
Hi There, I am starting a project to choose the best method and tools to deploy our c# app - it probably needs to include obfuscation, maybe some for of encryption/source code protection etc and certainly be able to run without the framework being previously installed. I know
|
| Type Casting Syntax? | 05 Dec 2007 16:42 GMT | 3 |
I am trying to explicitly cast something "dynamically". The following code is not working, what is the proper syntax? Type foundtype =MyDataTable.Columns[columnname].DataType; object myvalue = (foundtype)inputvalue;
|
| How to perform XPath queries on HTML? | 05 Dec 2007 15:26 GMT | 5 |
JTidy is a java library that will populate an XML DOM from an HTML string. The XML DOM has XPATH. Is there a similar library for C# and VB.NET programers that will allow me to perform XPATH queries on HTML? Also, what is the name of the HTTP client that will allow me to fetch the
|
| Signal threads in created Assembly | 05 Dec 2007 12:08 GMT | 4 |
Hello.... On the main thread of an application I create a number(20) of BackgroundWorkers that have on their DoWork event a method that creates an Assembly using this class :
|
| System.Addin , Call Host From Addin | 05 Dec 2007 04:37 GMT | 2 |
I am currently working with the System.Addin system. I have created my plugin and everything is working but I am having a problem with one thing I wish to do. It is easy to have the host send items to the Addin Assembly, but how can I send messages from the Plugin Assembly.
|
| Microsoft .NET Framework 2.0 Configuration | 04 Dec 2007 23:08 GMT | 3 |
As soon as I know a VSTO (Visual Studio Tools For Office) applications directory must been configured in the Microsoft .NET Framework 2.0 Configuration. In the Framework 2.0 the configuration tool will only be installed together with the
|
| FK error when trying to update nullable FK field through ADO.NET | 04 Dec 2007 23:08 GMT | 3 |
Preamble: Users table: UserID int, PK, not null ...
|