Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet framework > december 2007 > threads for december 1 - 7, 2007

Filter by week: 1 2 3 4 5

Microsoft. NET FrameWork 3.0 Installation Trouble
Posted by Lee at 12/7/2007 7:31:00 PM
I cannot install Microsoft. NET FrameWork 3.0. This includes the full downloaded version. Does anyone know what the error message, below means and hiow to correct this? Error Message Reads: [12/07/07,21:03:18] Windows Communication Foundation: [2] Error: Installation failed for compone...more >>

.NET Framework 2 & SyncToys
Posted by Kate at 12/7/2007 6:46:40 PM
I need to download .NET Framework 2.0.50727 to run SyncToys v1.4 but am given three choices, namely : x86 version, x64 version and xIA64 version. Can someone tell me which one I need please? I have Win XP Home. Many thanks Kate ...more >>

ApplicationSettingsBase problems
Posted by dan at 12/7/2007 12:47:18 PM
Hello, i have a class library, with domain objects (linq based objects, in .net 3.5). i want to have this library use connection strings fro its own app.config. there are some problems: following the model used by Settings : ApplicationSettingsBase, i created a wrapper that should read the...more >>

Electronic email
Posted by Pat at 12/7/2007 8:24:00 AM
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 email. No p...more >>

InfoPath Print MessageBox
Posted by stnfck at 12/7/2007 7:52:00 AM
I am attempting to print out various infopath views using a print driver that prints to an image via the folowing code: Print(false); //MessageBox.Show("Printing: "+infos[i].Name); bool canAccess = false; ...more >>

XMLSerialize a class with members / properties that are interfaces
Posted by Fabian at 12/7/2007 7:18:02 AM
I want to serialize a large tree structure of different objects to a xml file. To get a loose coupling design some classes have interface members. At runtime I get an InvalidOperationException: Cannot serialize member XYZ because it is an interface. To boil the thing down to a test example:...more >>

Searching for types
Posted by Michael S. at 12/6/2007 8:58:58 PM
Hi there, 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 followi...more >>

httpwebrequest with https behind proxy with authentication
Posted by Andrea Pierini at 12/6/2007 4:26:19 PM
Hi to all, I have a problem to download a file with httpwebrequest when _ https protocol is used _ the client is behind a proxy that requires authentication For example consider the following code: WebRequest req = WebRequest.Create("https://www.domus3d.com/ws/test.txt"); ...more >>



Custom Attribute and Instance Sample?
Posted by coconet at 12/6/2007 3:20:56 PM
I have a currently executing assembly with 3 types, they are all decorated with a Custom Attribute. Can anyone show a sample of how to find all of my Types in the current Assembly that have the attribute, and then put a New instance of each type in a List? Thanks. ...more >>

Assembly References
Posted by Chris Marsh at 12/6/2007 10:30:20 AM
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 understanding? Thanks in advance for your assistance! ...more >>

Communication between Visual C++ and Visual C# by means of WEB services
Posted by Khalid at 12/6/2007 4:10:30 AM
Hi all, I have a problem. I have some DLLs developped with borland C++ and I want to use them in a project that I want to develop in Visual Studio C ++. This project is only a "conosle" that offer some methods of these DLLs. I want also to create antoher project with Visual Studio C# that is th...more >>

Exception Handling in 2.0
Posted by kalamantina at 12/4/2007 2:41:32 PM
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? I am working on a large project, which has a number of applets written i...more >>

Type Casting Syntax?
Posted by coconet at 12/4/2007 1:29:06 PM
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; The build-time error I get is "The type of namespace 'foundtype' could...more >>

Running Microsoft Publisher
Posted by Jonwfu45 at 12/4/2007 9:19:01 AM
I am new to publisher and I have been trying to download it. However, it will not successfully run when I download it successfully. Any help would be appreciated. ...more >>

WWF Tracking
Posted by Chuck P at 12/4/2007 8:24:01 AM
I read a couple books on WWF but still have a basic question. If I have a Work Flow for service requests, I will want to track things like who it is assigned to, when it was submitted, when it was closed, the current status (submitted, assigned, closed). This is because we are going to want t...more >>

Processes User Name
Posted by J Ford at 12/4/2007 5:56:00 AM
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; I have tried "StartInfo.UserName" which comes back BLANK and I have tried "StartInfo.En...more >>

(Framework Errors)
Posted by jtlivio@gmail.com at 12/4/2007 3:28:24 AM
Hi! Is it possible to catch all framework errors to a Table?, or is there any link with this information in order to import? Thanks Regards Joao...more >>

How to send a report on ReportViewer to Email?
Posted by Alexander Vasilevsky at 12/3/2007 2:14:14 PM
How to send a report on ReportViewer to Email? http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas gift ...more >>

Signal threads in created Assembly
Posted by eusebiu at 12/3/2007 1:51:40 PM
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 : public class InvokeDynamicMethod { public void InvokeMethod(string assemblyName, string className, str...more >>

Using the Powerpoint libraries -- how to extract out embedded audio from a presentation?
Posted by RP at 12/3/2007 1:38:30 PM
I have a powerpoint presentation, and I want to programatically extract out the embedded audio in the slides onto .wav files on disk (and remove them from the presentation). Given the powerpoint presentation/slides/slide objects, how would I query the slide to determine if it has audio, and to ...more >>

Check .NET Framework exists from managed assembly
Posted by Chris at 12/3/2007 1:14:33 PM
Hi, 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. I know how to do th...more >>

FK error when trying to update nullable FK field through ADO.NET
Posted by Quimbly at 12/3/2007 11:38:02 AM
Preamble: Users table: UserID int, PK, not null .... CultureID int, FK, null Cultures table: CultureID int, OK, not null .... When updating the DB directly, I can set the CultureID column to NULL in an SQL update: e.g. UPDATE Users SET CultureID=NULL WHERE UserID=11 However, whe...more >>

System.Diagnostics.Process - Dispose?
Posted by Martin Hart at 12/3/2007 10:47:16 AM
Hi: Can anyone clarify whether I should be using Dispose() on a System.Diagnostics.Process object after I have launched an external application with Start()? The application I have launched is *not* a modal application and should continue to execute even if the lanuching application is c...more >>

allow service to interact with desktop - vista and managed code
Posted by almir at 12/3/2007 5:20:32 AM
Hi, under Vista it is not possible to interact with users-desktop msdn suggests using CreateProcessAsUser and I found a partial implementation of this method in managed code here http://odetocode.com/Blogs/scott/archive/2004/10/28/602.aspx however i do not know how to obtain token of a ...more >>

conditional operator throws exceptions when casting
Posted by Webbert at 12/3/2007 5:15:01 AM
I wrote a little test to demonstrate. Test 1 - should fail - can not cast null to an Int16 Test 2 - should result in the value 0 - one cast on the value returned Test 3 - should result in the value 0 - cast on each return value Test 4 - should result in the value 0 - normal cast Test 5 - shou...more >>

Use LINQ and get field values by name
Posted by Anton Bar at 12/3/2007 1:13:00 AM
Hi all, I have the following problem. I have a database table that I want to read using LINQ and being able to access field values by name, like this: var languages = from lg in context.SystemLanguages select lg; foreach (SystemLanguage lang in languages) { // now I'd like to do smth...more >>

Microsoft .NET Framework 2.0 Configuration
Posted by Roman at 12/3/2007 12:30:56 AM
Hello, 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 SDK. Is there another way to configure the secur...more >>

Count a Character in a StringBuilder?
Posted by coconet at 12/2/2007 10:22:13 PM
I am looking for the extreme-fastest way to count the occurence of a "\t" character in a stringbuilder. I have a massive, dynamically created one and need to count them without converting the whole thing to a multimegabyte string and then splitting or something equally horrid. Thanks. ...more >>

How to perform XPath queries on HTML?
Posted by Siegfried Heintze at 12/2/2007 12:24:13 PM
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 HTML from ...more >>

Authenication failed
Posted by Blubonnet at 12/1/2007 3:54:00 PM
I own a Dell 4600C and every time I try to install SP 3, I get an authenication message and run the authenication program. It tells me that my system is not valid. However, when I run diagnotics and/or other apps that check the software and OS, I am told that everything is MS. How can I get...more >>

Resources: How to retrieve localized resource?
Posted by Axel Dahmen at 12/1/2007 2:20:14 PM
Hi, I've created a class library assembly containing several string resource = files, like: - TableColumns.resx - TableColumns.de.resx - General.resx - General.de.resx I don't know how to address each of these having automatic language = fall-back enabled. If I write... new = ...more >>

Can't install .NET Framework 3.5 (error 1603)
Posted by Vladimir at 12/1/2007 1:35:44 AM
The .NET Framework 3.5 installation fails for me. Right after the "Downloading components" stage, it sits for a few seconds on "Setup has finished downloading components, you can now disconnect from the Internet" and then it starts to roll back. I'm using XP SP2. A glance in the log files shows ...more >>


DevelopmentNow Blog