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 > january 2004 > threads for tuesday january 6

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

can it possible to use windows 98 for development in C#?
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 1/6/2004 11:37:56 PM
Can we install .netFramework and develop c# application using windows 98? I yes then how? Can we install .Net command prompt in windows 98?...more >>

ReflectionPermission
Posted by MMJ at 1/6/2004 11:29:03 PM
I just wanted to know if someone can tell me how to use the ReflectionPermission Class. What I am trying to do is I am trying to list out all the Private as well as protected members of the class using Reflection but by default I get only Public member, I think I need to use proper Reflection pe...more >>

Embedded Resource Id?
Posted by Darren Green at 1/6/2004 9:51:39 PM
I have a class project with an icon included and also a .resources file which also includes an icon. I need the resource Id to allow the host to extract the icon from the assembly, but cannot work out how to reference the .resources icon. For example the ico file in my project has a filen...more >>

"JIT" complete application?
Posted by Christoph Wienands at 1/6/2004 9:17:48 PM
Hello, I'm currently wondering if it is possible to JIT a complete application at start-up. The problem is that I have a very time-critical application, which should be able to shoot out of the halter, and this from the first shot on. I know that there is the possibility to use NGen. However...more >>

Trap event
Posted by Kelly G. at 1/6/2004 6:34:24 PM
This question is regarding the setup, Is it possible to catch the event of the close button in the installation complete windows form dialog control(finished) , I basically need to point to a website(for registeration) after the user clicks the close button. Also is there any alternative...more >>

IsDate or IsTime
Posted by Anonymous at 1/6/2004 6:01:44 PM
How do you create a IsDate function using Regex in C#? The function should check to see if the string is of a date format (ie., 1/1/2000) While I'm at it, how do you also create a IsTime function using Regex? It checks to see if it's in 00:00 format, military time (eg., from 00:00 to 23:...more >>

Checking for Valid Datatype
Posted by Anonymous at 1/6/2004 4:29:46 PM
This is a pretty dumb question but I can't seem to find answer. How do you check to see if a datatype of a variable is correct? Eg in Visual Basic: Dim datevar datevar= "1a/2/2004" If IsDate(datevar) <> true then msgbox "The value in variable 'datevar' is not a date." End if Than...more >>

need clarification on manifest entry...
Posted by Dan at 1/6/2004 4:00:15 PM
Hi got some question regarding some entry in manifest: this is extracted by my sample test assembly's manifest... ..assembly test { // --- The following custom attribute is added automatically, do not uncomment ------- // .custom instance void [mscorlib]System.Diagnostics.Debuggab...more >>



Using 1.0.3705 Assembly with 1.1.4322 solution
Posted by Robert Strickland at 1/6/2004 2:34:39 PM
I built a component using VS 2002 (framework 1.0.3705) and now use under a VS 2003 solution (framework 1.1.4322). When I run under the IDE I get the following: A first chance exception of type 'System.Reflection.AmbiguousMatchException' occurred in mscorlib.dll Additional information: Amb...more >>

RunInstallerAttribute error with framework 1.1
Posted by Oleg at 1/6/2004 2:10:18 PM
I've got the error "No public installers with the RunInstallerAttribute.Yes attribute could be found in the..." when I'm trying to istall the sevice using InstallUtil.exe. I checked everything. I have Framework 1.1 installed and I use for sure InstallUtil version 1.1, but it still shows the sam...more >>

Work with Dataset Prior to Displaying
Posted by sdavenport NO[at]SPAM sigcom.net at 1/6/2004 12:40:34 PM
I am querying a SQL database and then creating a dataset and binding that to the datagrid. Is their any way prior to binding I can work with the data in the dataset? What I am trying to do is run some logic on the data prior to binding it to the datagrid. For example: I am checking for a ce...more >>

Convert hex strings to string, float, int and double
Posted by Uwe Kuhne at 1/6/2004 12:37:45 PM
Before I start my question, I wish all, a really happy new year. May your wishes for 2004 come true. Now my question: I've an export from a proprietary old db system, which exports the data in hexadecimal representation. I would like to have methods like - HexToString ("...hexadecimal stri...more >>

Failed to generate a strong name key pair
Posted by Sergey at 1/6/2004 12:03:46 PM
I'm trying generate key for sign my assembly. I run the command "sn.exe -k test.snk". But the next error happend: Failed to generate a strong name key pair -- An internal error occurred But even I generate key on other computer, I cannot sign assembly on my computer. Any idea??? ...more >>

integer constants used with string constants
Posted by Eric Newton at 1/6/2004 9:48:50 AM
Given the following: [VB] ----------------------- Option Strict On Public Const ID_LIST_LIMIT as integer = 2000 <WebMethod(Description:="idList cannot have more than " & ID_LIST_LIMIT & " items.")> _ Public Function SomeFunction(byval idList() as Integer) as Boolean() if idList.Length =...more >>

running a .net app from a cd
Posted by Bill C at 1/6/2004 7:33:23 AM
I have an app I need to write that cannot be installed on the users machine due to restrictions at the workplace. can you place all of the .net componentes on a cd rom along with the program executeable and run it soley from the CD ROM without installing anything to the machine?...more >>

Shelling?
Posted by John at 1/6/2004 6:57:02 AM
Hi, Does anyone know how to open up a file using its application extension. i.e open up a .doc in word, .xls in excel,etc? Any help much appreciated. John...more >>

Find correct fusion.dll
Posted by slx at 1/6/2004 4:23:19 AM
The knowledge base article http://support.microsoft.com/default.aspx?scid=kb;en- us;317540 describes how a custom setup program can install assemblies into the gac. The main entry function CreateAssemblyCache is implemented in fusion.dll. But how do I find the correct version of fusion.dll ...more >>

FlagsAttribute, what I'm I doing wrong!
Posted by John at 1/6/2004 1:38:07 AM
Hi, I'm trying to use the FlagsAttribute enum to be able to provide multiple mutally exclusive flags, my enum is described as follows: [Flags] public enum NoteTypes { NoNotes = 0x0, ProgressionDecision = 0x1, TextNote = 0x2, AttachedFile = 0x4, ...more >>

create a class dynamicaly at run-time?
Posted by peter at 1/6/2004 12:45:10 AM
How to create a class dynamicaly at run-time? Some documentations in MSDN say that it is feasible using the class "TypeBuilder",but I don't know how to do. Is there anyone who can help me? Sample code is appreciated. ...more >>


DevelopmentNow Blog