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 > may 2008 > threads for may 15 - 21, 2008

Filter by week: 1 2 3 4 5

what is the location of the dll's path on a server
Posted by Walter Deodiaus at 5/21/2008 3:01:23 PM
I created and ran a dll, which works fin in my test enviroment... However, when I deploy it, I got a new message. Parser Error Message: Could not load the assembly 'App_Web_wldguix0'. Make sure that it is compiled before accessing the page. What is the location of the dlls? How does the ser...more >>


Question regarding event handlers and delegates
Posted by Bruce C. Miller at 5/21/2008 2:54:49 PM
So, say I have an instance of a .Net object with a collection of events. It is possible to get at these events and look at them with various relection-type properties. However, would it be possible to take another instance of the same type of .Net object, grab all of the event handlers off of th...more >>

getting country area (Telephone) codes built in windows?
Posted by Leon_Amirreza at 5/20/2008 6:22:57 PM
how can I get the names and telephone codes built in windows in C#? setting up modem in windows it asks for country/region code you are in. 1- how can I have such a form in C# (that has a list countries with codes, so you can select the country you are in)? I know how to fill a combo box and ...more >>

Cannot install .net 2.0 System.Enterpriseservices.dll error
Posted by Rick at 5/20/2008 2:44:24 PM
When I try to install .net 2.0 I get the following error: Error 25015 failed to install assembly C:\Windows\Microsoft.net\Framework\V.2.0 50727\System.Enterpriseservices.dll=92 Because of system error: the system cannot find the path specified The file is there. I have uninstalled, and...more >>

CRYSTAL REPORT WITH DATE AND TIME
Posted by DENTONE at 5/20/2008 9:04:41 AM
Dear newsgroup, I have a sql table with 2 field: 1) DATA (date and time) 2) Temperatura (numeric) I have to make a line graph. I have insert two parameters' to customize the filtering, so i can have a graph of the temperature between to date and time. If i choose two date's and time (p...more >>

How can I use sendmessage to input some text into Richtextbox(C#)?
Posted by Jason Zhou at 5/20/2008 3:37:21 AM
I want to use the api, sendmessage, to input some text into the richtextbox I think I should send 'key-down' message to the richtextbox. for example, e.shift && e.keycode == e.D0 is ) Would you please tell me how to write the sendmessage method? Thanks!...more >>

File.Move Execution Pauses
Posted by Mattbooty at 5/19/2008 5:47:47 PM
If this is the wrong forum I apologize and please point me in the right direction. I have a program where users can drag files from the file system and drop them onto a list view. When the file is dropped my program 1) moves the file to a directory specified within the application, 2) looks ...more >>

Handle of running application
Posted by James at 5/19/2008 2:45:03 PM
Hello everyone, I have a windows application that starts Internet Explorer and I need to get access to this page. Ideally I would like to have the document loaded into a WebBrowser control. Also I would like to close IE after I'm finished. What are the ingredients needed? -james ...more >>



Please help me figure out ConfigurationManager.AppSettings for a Windows Forms .NET 2.0 project
Posted by jman at 5/19/2008 9:55:34 AM
I am trying to understand ConfigurationManager and why I cannot get any of my Application Settings using ConfigurationManager.AppSettings["MySetting"]. I am not having compiler/build errors, its just that I am not getting my application's settings/values. Can anyone help me? I create a new C#...more >>

BitmapDecoder not releasing file lock
Posted by Roger Martin at 5/19/2008 8:58:05 AM
I am having an issue related to my original thread here: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.dotnet.framework&tid=b694ada2-10c4-4999-81f8-97295eb024a9&cat=en_US_a4ab6128-1a11-4169-8005-1d640f3bd725&lang=en&cr=US&sloc=en-us&m=1&p=1 In that threa...more >>

Questions on signing assemblies
Posted by Vivien Parlat at 5/19/2008 7:45:45 AM
Hello, I have a project : - one main exe files - some .net dlls used by the exe - some native non-com dll used by other dll's. I want to sign those files so that the program detects any external modifications. I read on MSDN and elsewhere that I would have to sign all .net dll (if I want,...more >>

Test coverage in VS Studio 2008 prof
Posted by Norbert_Pürringer at 5/19/2008 5:38:10 AM
Hello, unfortunately VS Studio 2008 does not support test coverages for unit testing in professional version. Is there a way for me to get to know, how good my test coverage is? Is there an external tool for me which can be used to get coverage statistics? Thanks, Norbert...more >>

Casting numeric enumeration value does not throw exception
Posted by Steve Wilkinson at 5/19/2008 3:55:01 AM
This may or may not have been asked before so forgive me if it has. Why is an exception not thrown when a numeric value is cast to an enumerated type which does not contain that numeric value ? e.g. private enum TestEnum { None = 0, Value1 = 5, Value2 = 10, Value...more >>

why cant i place a call to a computer or moble phone
Posted by terry at 5/17/2008 7:14:00 PM
the windows live call screen pops up but i cant do anything...more >>

LINQ to SQL (update table)
Posted by soworl at 5/16/2008 4:16:00 PM
Hi I'm in the trouble. I cannot update my sql table. 1. I use the O/R designer. 2. Select query is ok. I can see the data. : step1 3. I can see the change on memory : step2 4. but The change is gone at step3 and also no change to actual database. No error on build. How I can solve thi...more >>

Read PDF and Stream to Client
Posted by morebeer at 5/16/2008 8:56:47 AM
Dear Experts, I am trying to read a local PDF file using an aspx page and flush it to the client. Basically my script works but the PDF sent flushed to the client is broken because I am putting the stream into a string object. But how do I flush the stream as a binary file? Here's my code: ...more >>

Serialization and Xml mapping
Posted by BigStef at 5/16/2008 6:35:38 AM
Hi folks, I got this XML file the other that I wanted to deserialize to objects that I've built. <?xml version="1.0" encoding="utf-8" ?> <stores> <store name="MR. X and Miss Yid="1"> <managers> <manager id="1" /> <manager id="2" /> </managers> <administrato...more >>

program ID
Posted by larry at 5/16/2008 6:31:01 AM
can somone tell me what CSRSS.EXE. RUNTIME PROCESS is...more >>

Compiled EXE or DLL to run on a PC need CLR?
Posted by Man T at 5/15/2008 9:25:53 PM
If I compiled a C# or VB.NET application as an .exe and deployed to another PC, does that PC need to have CLR installed? I know the .exe is just an IL code, so need to be compiled by CLR before execution. ...more >>

Problem with FileSystem watcher in a windows service
Posted by David at 5/15/2008 3:34:46 PM
Hi all, I have a windows service that uses the FileSystem watcher. It is monitoring a folder for files coming in. The files are being transferred over samba from CentOS Linux. Two files at a time. We found that when files coming in, they were not being actioned, but when I re-started th...more >>

Langauge pack standalone download
Posted by Terry at 5/15/2008 8:40:03 AM
Hi, At one time, before SP1, there were standalone downloads for the languages on Vista, but after the SP1 release, the old language pack standalone downloads don't work, and I can't seem to find any that're SP1 compatible, even though there are the langauge packs I require on the automatic...more >>

Caching table problem
Posted by SAM at 5/15/2008 5:53:09 AM
Hi, I tried to browse a table which have 2 million of records. it's too slow to browse -it directly so i tried to use caching methods. (Implementing Virtual Mode with Just-In-Time Data Loading in the Windows Forms DataGridView Control http://msdn.microsoft.com/en-us/library/ms171624.aspx...more >>

textbox width auto growth in WPF
Posted by mrbilde@gmail.com at 5/15/2008 2:11:36 AM
Is it possible to make a textbox widt adjust automatically as you type in text, or can I get the width of the text in pixels somehow? Thanks in advance!...more >>

Current Identity without being impersonated
Posted by despird at 5/15/2008 1:02:31 AM
System.Security.Principal.WindowsIdentity.GetCurrent() can give me the current logged-on user, but I found if I'm using impersonation in the context, it can only give me the user identity who's being impersonated rather than the real logged user on the Windows, what if I want the latter?...more >>


DevelopmentNow Blog