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 > november 2007 > threads for november 22 - 28, 2007

Filter by week: 1 2 3 4 5

Deploy .NET project with .NET Framework
Posted by ponraj at 11/28/2007 11:02:05 PM
Hi all, Recently, I have a Project writen in C#.NET, and have deployed it for installation. However, if the machine going to install my project without the .NET Framework, no installation can be done. So, my question is, can it put the .NET Framework into my setup file, and install the .NET ...more >>

Question about Windows workflow foundation in n-tier application
Posted by Roar Jøssund at 11/28/2007 6:36:24 PM
Hello, I've got a general question concerning Windows Workflow foundation. In samples in books on WF the workflow activities typically show user interface directly to the user when the activity need to communicate with a human. But if you have a n-tier application you can't do that because...more >>

AppDomain and Multi-Threading
Posted by Kai Iske at 11/28/2007 11:58:21 AM
Hi, following situation (this is still .NET 1.1 - *sigh*) For a scheduling application, I create a Thread for every task that is due to be executed. Once a task execution is due, a running Thread will be created. The runner thread in turn will instantiate a TaskRunner object in a new AppDom...more >>

Session Times Out but still logged in with login control?
Posted by Bishop at 11/28/2007 9:19:05 AM
I have a couple items I keep in session variables (using server memory) that I can't pass across the address line. I've done everything I can find to extend the sessions as long as possible but eventually the session will time out. I didn't want to use SQL to hold my session information as t...more >>

Installation of dotnet framework 3.5 does not finish
Posted by bwillie at 11/28/2007 6:13:01 AM
I tried to install the final release Dotnet 3.5 Framework on my Thinkpad XP PRO(with very ample memory and disk). After a very long time, the progress bar finally reaches the end but I never receive the Finish button or any indication that the install is done (only the Cancel button remain...more >>

read the excel row values
Posted by shantanu at 11/27/2007 10:16:40 PM
Hi Kindly help!!!!!!!!! I have to read the excel row values say from A1 to A12 The requirement is something like i have to get the values from the excel sheet of a perticular row i.e i have to itrate thru the row and get the values till a blank cell is encountered. Can anyone provide me ...more >>

.Net Framework 1.1 -- Can I uninstall it?
Posted by Paul J. Hurley at 11/27/2007 3:39:49 PM
I have several old versions of the .NET Framework on my machine, and I am wondering if I can remove them. I have version 1.1 (and a 1.1 hotfix), 2.0, 3.0 and now, new with Visual Studio 2008, 3.5. How many versions of the framework do I *really* need to carry? Can I dump all but 3.5, or wi...more >>

Laptop screen stays off during startup
Posted by dizzielizzie at 11/27/2007 4:21:01 AM
Hi, In order to see the logon screen when I boot up my Toshiba laptop I need to press Fn F5. This is a recent bug, not sure what I did to deserve it. Does anybody know if there is a setting somewhere that needs changing to return to "normal". Kind regards, Eliza...more >>



Framework 2.0 SP1
Posted by Michael D. Ober at 11/26/2007 4:56:48 PM
Anyone know if/when SP1 of the framework will be released via Windows Update and WSUS? Mike Ober. ...more >>

Assembly version detecting utility?
Posted by Martin Hart at 11/26/2007 1:51:13 PM
Hi: Can anyone suggest an utility to detect specific assembly versions that are required by an exe? I find that, sometimes, I update some assemblies in the GAC and forget to update the client installation. When I execute the new exe file it unceremoniously exits. I then start looking at ...more >>

Best practice for single instance and file associations?
Posted by Julie at 11/26/2007 12:56:50 PM
What is the best practice for a (.Net 2.0) application that is limited to a single instance and has file associations? There appear to be two methods for communicating verbs between Explorer and an application: command line and DDE. Going w/ the command line route, if there is already an i...more >>

Using CSharpCodeProvider to create MANY assemblies
Posted by Bilz at 11/26/2007 10:44:10 AM
I am planning to use the CSharpCodeProvider to generate some compiled functions in my app. In my current implementation, All of these functions are generated in one swipe... thus they all invoke the compiler once, and create only one DLL. My new requirement tells me that I need to be more dy...more >>

Same event fired from 2 different threads..?
Posted by tjo@agramkow.com at 11/26/2007 7:38:59 AM
Hi I have a short question regards event i C#. I have two C# threads. The can both fire the same event idepended of each other. How is this hande by the CLR? Are the calls queued? Thread1() { }...more >>

Response.TransmitFile - Windows Mobile 6
Posted by Woodgnome at 11/26/2007 5:41:01 AM
Hi, I have use the following code to transmit a file back to the browser that worked fine on a HTC_TTyN device running windows mobile 5.0. The code executes in the onclick event of a mobilelist control. Now on a similar device running window mobile 6.0 the file is not displayed - the link c...more >>

problem with var in 3.5
Posted by dan at 11/25/2007 9:52:24 PM
Hello, i don't know whether you can answer to questions about issues in 3.5, but i'll ask anyway. i have this code: var material = from materials in myDC.Materials where materials.Name == materialName select materials; it is supposed to load 1 ob...more >>

Video Capture
Posted by Fresno Bob at 11/25/2007 1:05:14 PM
I want to create some training software. I would like something that captures the trainer's screen and broadcast it to other users. Is there anything that work in a Winforms (or better still Webforms) environment that provides this kind of functionality. Preferably an ActiveX control. I've g...more >>

Handling OOMs in new AppDomain
Posted by ttrudeau at 11/25/2007 12:32:00 PM
Currently, I'm playing with some ideas on recycling application components for a service application when the individual parts die, because of an OOM. As a start to this I created a secondary AppDomain and created an instance of a class in that application domain that throws an OutOfMemoryExc...more >>

xaml
Posted by arunonw3@gmail.com at 11/25/2007 11:19:42 AM
Please answer me 1. Is XAML maily aiming windows. Why is the controls on double click not produce the event handlers in the c# file( code behind or something ...) 2. XAML web browser applications doesnt need IIS? Then can we use it for server side programming? If yes how is it working? ...more >>

SQL Insert problems
Posted by barry at 11/24/2007 2:17:08 PM
Hi Using the old style of inserting data in a table str="Insert Into MyTable (Description, Test) Values ( 'The Quick, Black Jump's, Over The Lazy Dog', 'Test' )"; The above would fail since there are commas and single quote in the data. I thought fill(ing) a Dataset and the using upd...more >>

Provider factory for Mobile / Compact Framework
Posted by Larry at 11/23/2007 9:56:53 PM
Hello, I am about to write an app for Pocket PC 2003 / Windows CE / Mobile 5 (don't know which yet) from which I need to query both SQL Server Express 2005 and SQLCe. I would like to be able to use a provider factory to not have to duplicate code. ADO 2.0 has DbProviderFactory, but it i...more >>

What is the difference between Enumerable and Queryable?
Posted by Alexander Vasilevsky at 11/23/2007 10:17:41 AM
What is the difference between Enumerable and Queryable? http://www.alvas.net - Audio tools for C# and VB.Net developers ...more >>

Copying .vob files to Hard drive
Posted by Stephwa at 11/23/2007 2:20:01 AM
I've got about 15 Sony miniDVD disks for my camcorder, and I'm just in the process of uploading all the video files to my hard drive to make a DVD. I've successfully done this with all except from 3. Two of the disks will open the files so I can see them, but won't copy them into my documents...more >>

add row to empty DataGridView without selecting it?
Posted by craig.wenger@gmail.com at 11/22/2007 11:07:04 PM
Does anybody know how to do this? It seems like it should be easy but it is proving not to be. The MultiSelect property is set to True and SelectionMode is FullRowSelect on my DataGridView, in case it matters....more >>

.net 3.0 installation on Windows 2003
Posted by Mo at 11/22/2007 7:56:36 PM
Hi, I have .Net 3.0 installed on a Windows 2003 machine. It seems like .Net 3.0 modules are not yet available to IIS. For example when I start a new web application which use System.Speech I am getting an error stating that System.Speech name space is not found. How do I make sure .Net 3.0 mo...more >>

attachments
Posted by mama-mia at 11/22/2007 11:50:00 AM
Every time I send an email with attachments, I get a message in chinese at the bottom, this has happened in the last few days, and so far I cant seem to get rid of it. I am using Vista Ultimate. Can anyone out there advise?...more >>


DevelopmentNow Blog