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 sdk > august 2003

Filter by week: 1 2 3 4 5

Good and Free Editor
Posted by Michel Racicot at 8/29/2003 2:33:49 PM
Hi there, just downloaded the latest framework sdk and I want to find a good freeware editor that recognize C# syntax. Is there some around? What about free winforms editor? Thank you ...more >>


XSD Generate Dataset Class
Posted by joseph Bartoli at 8/29/2003 7:06:39 AM
xsd /dataset /language:CS dtsswap.xsd Microsoft (R) Xml Schemas/DataTypes support utility [Microsoft (R) .NET Framework, Version 1.0.3705.0] Copyright (C) Microsoft Corporation 1998-2001. All rights reserved. Error: There was an error processing 'dtsswap.xsd'. - Input string was not in a ...more >>

Part of the code to explain Mutex problem
Posted by Leonardo Lanni at 8/29/2003 1:05:15 AM
Ok, this is a scheme that shows my project Process A : Creates a file-mapping empty (with no file in it) in order to be used as a shared memory, then it creates a mutex ; both the operations have controls to check their correct working. Both the structure (file-mapping and mutex) have got a na...more >>

how to create .msi ?
Posted by Lloyd Dupont at 8/28/2003 11:24:14 PM
I have a C# application solution (with 2 projects) it's finished and I'm happy with that I have. I use VS.NET 2003 for the development. now I want to create an install package (typically a .msi), well, I have absoultely no idea where to start, not even which documentation look ! Could anyon...more >>

Mutex
Posted by Leonardo Lanni at 8/28/2003 2:56:07 PM
I've still my 2 processes, the first installs shared memory and a mutex, the second opens both and has the purpose to create and manage a collection of messages written into the shared memory. So by the second process I'm able to add,remove a message or view the all into the shared memory, into ...more >>

Free tools for .net development
Posted by Fabrício de Novaes Kucinskis at 8/28/2003 11:32:42 AM
Hi all, I'm searching for free and open source solutions to develop .net applications for free. I've found the SharpDevelop IDE (http://www.icsharpcode.net/OpenSource/SD/), the WebMatrix IDE (http://asp.net/webmatrix/default.aspx), to develop in ASP.net, SharpZipLib (http://www.icsharpcode....more >>

Services and desktop application
Posted by Harkos at 8/28/2003 10:33:42 AM
Hello everybody, I'm creating a windows service that I want to use to sinchronize several diferent applications. But I need to pass some messages to it without using any form of network connection (aka. TCP/IP and NamedPipes). Could anyone give a suggestion on how to do it? []'s, Harkos ...more >>

Error in using .Net
Posted by mph at 8/27/2003 6:58:09 PM
I installed .Net and framework 1.0 on my computer. Installation went fine but when I try to create a new project I get an error "Automation Server can't Create Object.". If I continue and try to add a form or class or any other object to the project I get the same error and the object is not add...more >>



Crystal Reports error: cannot find KeycodeV2.dll or invalid Keycode
Posted by Liber Almeida at 8/26/2003 9:36:37 AM
I have a problem when install a Visual C#. Net application, using Crytal Reports, under Windows98: error: "cannot find KeycodeV2.dll or invalid Keycode" Help me please, Thank you, Liber Almeida. ...more >>

write XML
Posted by Lloyd Dupont at 8/25/2003 1:07:49 PM
I'm trying to write XML and I am quite unsuccessful so far, I have a very simple application with 1 button and one click handler like that, does anyone know what's wrong with this few lines ? //----------------------------------- private void button1_Click(object sender, System.EventArgs e) { ...more >>

Skilled .Net programmer wanted in NZ
Posted by Maurice Feijen at 8/22/2003 8:24:26 PM
Hi, I'm setting up a new IT company, which will provide an innovative (.Net enabled) tool. I'm looking for an adventurous and skilled software programmer -in NZ or who would be willing to come to NZ- to join this adventure. Please email me if you are interested to discuss. Kind regards, ...more >>

Where is InstallUtil.exe?
Posted by Danny at 8/22/2003 2:00:55 PM
Hi. I installed VS.NET 2003 and this is meant to have the .NET Framework SDK which in turn is meant to contain installutil.exe (to install Windows Services). However, I dont see installutl.exe anywhere under the "Microsoft Visual Studio .NET 2003" directory or under the "Microsoft.NET" directo...more >>

Installed SDK but no compiler?
Posted by nathan at 8/22/2003 9:18:33 AM
I have installed the .NET Framework SDK and was expecting to have the compiler for C# (csc), but do not. Can someone point me to where I can get it or if I am totally of base? Thanks, Nathan...more >>

Standards
Posted by Umpa Lumpa at 8/21/2003 6:20:57 PM
Hi, What is the status on the "standardization" (outside MS) of the BCLs? Is everything under the System namespace going to be "standard" and everything under the Microsoft namespace custom per MS specific and in general Vendor.* namespaces for vendor specific classes. Is WinForms ...more >>

WindowsService: active user
Posted by Johannes at 8/21/2003 3:20:49 PM
Hi! I have WinXPro on my Computer and wanted to write a Service with .net. This service shoud save the time a user is logged on in a database. And I am able to create and install a service, but if I tried to get the CurrentUser (with e.g. SystemInformation.Username) it of course sayd "Loc...more >>

Standards
Posted by Umpa Lumpa at 8/21/2003 9:53:07 AM
Hi, What is the status on the "standardization" (outside MS) of the BCLs? Is everything under the System namespace going to be "standard" and everything under the Microsoft namespace custom per MS specific and in general Vendor.* namespaces for vendor specific classes. If WinForms ...more >>

Repost: Unexpected Socket Error (WSAENOBUFS) on Windows XP / .NET 1.1
Posted by Dmitriy Zakharov at 8/19/2003 10:31:42 PM
> Sorry for reposting. This one contains real email address. Hi all, I'm running the following program (see below), which tests connection to the Microsoft FTP Site (207.46.133.140:21) On several of our client's Windows XP machines, it generates WSAENOBUFS error: "An operation on a soc...more >>

Newbie: adding attachements in email
Posted by John Spiegel at 8/14/2003 12:12:10 PM
Hey All, I'm trying to follow some emailing examples from an ASPX page. I'm pretty much there except can't seem to attach a file. When it reaches the line: MyMesssage.Attachments.Add(MyAttachment); the page gives a compilation error: The type or namespace name 'MyMesssage' could not be...more >>

real time network capture
Posted by matthias at 8/14/2003 11:12:11 AM
hello everybody, i want do capture traffic in promiscous mode from ethernet adapter. i have visual studio and the framework sdk installed. i have read at the msdn library about the network monitor architecture. but i did not find any concrete examples or howtos about programming. i expected i ...more >>

Compiling files using csc.exe
Posted by Cin at 8/13/2003 5:59:36 PM
Hi, I have two files: ClassA.cs and Main.cs I need to use ClassA in the Main.cs file inside another class (and so there seems to be a dependency). How do I do that? Do I need to provide a namespace and then "using" it? How do I then compile these two files at the same time from the ...more >>

any problem with .resx files ?
Posted by Lloyd Dupont at 8/12/2003 10:35:23 PM
I have an internationalized ASP.NET application (currently supporting English and French) and some internationalized resource. sometimes my program can't find my strings ! sometimes it doesn't find the culture neutral one, some times the French one. worst, when I restart VS.NET, the failing...more >>

Newbie: Button does not show (C#)
Posted by John Spiegel at 8/12/2003 7:21:46 AM
Hi all, I've got the code shown at the end. When I compile and run the form from the CLI, a blank form shows (no button is visible). What's my newbie mistake??? TIA, John using System; using System.Drawing; using System.ComponentModel; using System.Windows.Forms; public class C...more >>

.Net Framework 1.1 With Visual Studio .NET 2000
Posted by Lim siew Cheng at 8/11/2003 11:51:09 PM
Hi, I've installed the redistributable and the SDK, however .NET studio 2000 is still refering to the v1.0.3.0 (??) ? Anyone has ideas on how to make the application switch to v1.1? (IIS is working wit v1.1 though ) Regards LSc ...more >>

serial communications
Posted by M at 8/11/2003 3:00:55 PM
does c# or the .NET framework provide any serial communications support? where can i find some info on how to handle serial ports in c#? thanks m ...more >>

.NET Framework Path
Posted by Aaron Chan at 8/9/2003 8:02:35 PM
Hello all, Just a quick question... Is it true that the path of the .NET framework SDK files is always under: {windir}\Microsoft.NET\Framework\{version} ? I.e. is there anyway the user could change this path? I'm asking this because I am currently creating an IDE for .NET p...more >>

.NET 'Old' Resource access ?????
Posted by Nadav at 8/8/2003 11:15:06 AM
Hi, I wonder... How one should use C# to access resource data stored in an EXE (8086*) binary ??? ( VC6 .rc resource data )? Can the ResourceManager be used to extract this type of data? Any directions/samples/pointers will be appriciated. Thanks in advance, Nadav, Sofin l.t....more >>

Adjusting security policy to give full trust to intranet code
Posted by vinayc NO[at]SPAM angelfire.com at 8/7/2003 10:43:31 PM
Hi, We want to give full trust to the .NET code coming from our intranet zone. I have tried to modify machine configuartion file using .NET Framework configuartion tool. I have adjusted zone security to give "Full Trust" to the code on intranet zone but it doesn't seem to help. My program sti...more >>

Create a mixed dll
Posted by news.tin.it at 8/6/2003 10:52:24 AM
Hi. I want to build a mixed dll in VC++.NET 2002 to get advantage from code = performance (using ASM and point arithmetic) and use the framework = infrastructure to use libraries into VB.NET and C# without pInvoke. How can I do? Please, somebody can give me code sample or link where can I...more >>

Round up
Posted by Ruslan at 8/3/2003 2:26:28 PM
How can I round up a float number? For example: If I have a number 3.6 I want to obtain 4 and If I have a number 3.1 also to obtain 4 Thanks a lot. Ruslan ...more >>

Visual Studio .net and Norton Internet Security
Posted by Edu at 8/2/2003 1:39:19 PM
Hi, If you use Norton Internet Security, you might be having the same problem I'm having when developing on Visual Studio .net. Before, when using vb6, I had only once to set a rule on the firewall to permit VB6.exe to access the internet and I could run any project without getting the "Progr...more >>

Using framework 1.1 with Visual Studio 7
Posted by Jeff K. at 8/2/2003 10:05:24 AM
Hi, Is there a well supported way for making Visual Studio 7.0 work with .NET framework 1.1? Thanks in advance Jeff ...more >>

Socket Select Limit
Posted by Mario Garcia at 8/2/2003 7:37:31 AM
There seems to be a 64 element limit on any socket list passed as a argument to the select method. Is there any way to change that limit? ...more >>

How to change font style for highlighting using ITextDocument
Posted by Eli Pulsifer at 8/1/2003 3:47:11 PM
Hello, Using the Rich Edit Control I am able to change the font style at will for text ranges but this causes the document to be flagged as modified which is not what I want, how can I modify the font but not effect the modified flat? Eli ...more >>


DevelopmentNow Blog