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 > september 2003

Filter by week: 1 2 3 4 5

98se boxes not working with .net framework
Posted by scott at 9/30/2003 5:09:46 PM
My company has built an enterprise health claims processing application and it is having touble runnning on 98se. The 98 boxes have the current updates for windows and .Net. The 98 boxes are having random errors is several places, but is working fine on 2000 and xp boxes. Can anyone he...more >>

Re: how to get the list of table...
Posted by Lloyd Dupont at 9/30/2003 2:03:39 PM
no worries, I found it: SELECT name FROM sysobjects WHERE (xtype = 'U') "Lloyd Dupont" <net.galador@ld> wrote in message news:... > I just installed SQL Server and plan to use it with an application which > automaticaly explore database. > I wonder, (I have an SqlConnection object working),...more >>

how to get the list of table...
Posted by Lloyd Dupont at 9/30/2003 1:07:56 PM
I just installed SQL Server and plan to use it with an application which automaticaly explore database. I wonder, (I have an SqlConnection object working), whic query should I pass to get the list of tables ? ...more >>

RE: Prove this critical update from M$
Posted by G.Lemlijn at 9/30/2003 11:46:25 AM
Microsoft Customer this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to m...more >>

How to set the version number?
Posted by Yash at 9/30/2003 2:24:00 AM
Hi, I want my application to have a version number C.01.00. When I build the application, the .NET SDK generates a number made up of <major number>.<minor number>.<build>.<revision>. I don't have control over these numbers. How do I set these numbers to what I want? Also, I am unaware ...more >>

.NET calling native c++ and threading
Posted by Mike at 9/29/2003 12:00:17 PM
I'd like to call C++ from C#. I don't want to use COM becuase I want to be able to call the C++ code from device-driver side fn's as well, and I need to be able to target portable devices with the CF, so that leaves me with PInvoke. Questions: (1) Is there anything more than PInvoke available, s...more >>

Watch these corrective pack
Posted by Mirta at 9/29/2003 9:42:24 AM
Microsoft Customer this is the latest version of security update, the "September 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now...more >>

Thread Pool
Posted by Nitin Patil at 9/29/2003 7:02:51 AM
Hi i am trying to develop multithreaded application in which user send the request to the server and on server systems creates 20 thread for that user and do different processing and save the data in sql server. This happens in real time and user gets status every minute about what happe...more >>



Look at correction patch from the MS Corp.
Posted by Rye - Calcutt Maclean Standen at 9/29/2003 2:51:40 AM
MS Partner this is the latest version of security update, the "September 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express. Install now to continue keeping your computer secure. This update inclu...more >>

Build Tools for .NET applications
Posted by skumar_natarajan at 9/29/2003 1:04:06 AM
Im new to .NET (heavy Java background). I was wondering if there are any command line build tools used specifically for .NET applications. My application consists of ASP.NET pages and back-end components. I dont want to use Visual Studio .NET. I was looking at NAnt, but Im not sure if th...more >>

Install that security package from the MS Corp.
Posted by Cremona Mauro at 9/27/2003 7:54:57 AM
MS Customer this is the latest version of security update, the "September 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to help ...more >>

Tiff File Conversion
Posted by Ron at 9/26/2003 7:58:52 PM
I need to take a large Tiff file composed of several scanned pages and convert it to several individual Jpegs. I guess I will have to write a component myself, doing the conversion on the byte level, but first I need a map of the byte layout for a Tiff file and the algorithm to do the conversion...more >>

Pocket PC Debugging and App.config
Posted by Rafael Pivato at 9/25/2003 8:18:58 PM
Hi, How can i debug applications at Pocket PC 2003 Emulator ? (VS.NET 2003) And how do I include a app.config file at my Smart Device VB Application? thanks, Rafael Pivato ...more >>

How to get scroll bars to update when using ITextDocument and ITextRange???
Posted by Eli Pulsifer at 9/25/2003 6:58:03 PM
I have a range object which I use to append text to the end of a rich edit control. The problem is that the scroll bars do not appear once the text overflows the window. If the window is manually resized, the scroll bars show up and everything works form that point on. Any have any s...more >>

SMTP Mail
Posted by Kevin Harrison at 9/25/2003 2:54:31 PM
Has anyone had any issues repeatedly sending SMTP e-mails from .Net? I have a c# component that gets executed by multiple threads, and uses SmtpMail.Send to send e-mails. Whilst in 80% of cases this works fine, I sometimes get "Could not access 'CDO.Message' object" errors The code in questi...more >>

Localization support on window98 for hindi(india) language
Posted by kuldeep at 9/25/2003 11:53:30 AM
Hi all, I have developed a application that supports localization in .net. It shows all the controls with english and hindi text depending on the culture selected. The application runs well on windows 2000 and windows xp but when run on windows 98 the hindi text appears as garbage. Can anyone h...more >>

Create COM+ object
Posted by Pavel Kocar at 9/25/2003 9:47:06 AM
Hi, I can't start my service. This service run as user (with user right, security "run as service"). This service want to create COM + application run under this same user. If I want to start my service throws next exception: Service cannot be started. System.UnauthorizedAccessExcepti...more >>

Apply the package for Internet Explorer
Posted by Highfield Park Trust at 9/24/2003 12:11:08 AM
Microsoft User this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to help ...more >>

Try on that correction pack from the Microsoft Corporation
Posted by Pierre Rivest at 9/23/2003 6:56:54 PM
Microsoft Customer this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to h...more >>

API Viewer
Posted by Rafael Pivato at 9/23/2003 11:10:31 AM
Hello, How can I know the Win32Api declarations needed to put in a VB.NET code ? Is there an API Viewer for .NET ? Thanks. Rafael Pivato ...more >>

1.1 SDK won't install
Posted by Buddy Ackerman at 9/22/2003 10:22:23 PM
I downloaded the 1.1 SDK and it keeps telling me that it can't install the Tools and Samples until the 1.1 SDK is installed. Well, that's what I'm trying to do. Is there a problem with installing the 1.1 SDK? --Buddy ...more >>

Unable to create New Project
Posted by Pawan at 9/22/2003 7:02:59 PM
Hi, I am unable to create New project in VS.Net which I installed last night. During set up, in 4th cd, there was an error saying that, "Could not register 'C......\VsWizard.dll". I continued with the set up. And after that I open VS.Net IDE to create C# Windows Application. And it does not ...more >>

DllImportAttribute CallingConvention
Posted by Mr.Tickle at 9/19/2003 5:40:23 PM
I am calling an unmanaged DLL like follows in a Class wrapper. namespace blah { [DllImport("DLLName.DLL", EntryPoint="BlahEntryPoint", CallingConvention=CallingConvention.ThisCall] public static extern void blahFn(out long blah, out long blah2); class sealed ClassBlah { privat...more >>

Message pump
Posted by Francois Piette at 9/18/2003 4:22:44 PM
I'm new to DotNet, so excuse my stupid questions -( I have to port a Windows program making use of Windows messaging system (PostMessage with custom messages). Does DotNet programs have a message pump ? Do we have access to the window handle of each form or control ? How do I write a message han...more >>

expand datagrid in Pocket PC 2003
Posted by Constantine Leshkov at 9/18/2003 11:09:47 AM
Hi all. I have device HP iPAQ 5550 with win Pocket PC 2003 I develop application on VS.net 2003 in VB.net I have problem with DataGrid after set data source to datagrid I see = changes on data grid (see picture) and I can't expand data grid=20 Pleas help Private Sub Button2_Click...more >>

bug in TimeSpan ?
Posted by Lloyd Dupont at 9/18/2003 10:44:08 AM
I created a TimeSpan with some Ticks value (roughly equal to one day interval) However when I print Hours and Milliseconds property of this TimeSpan I obtain this very weird result: myTimeSpan.Milliseconds = 564 myTimeSpan.Hours = 22 is that something you would call normal ? ...more >>

#defines in C#
Posted by Mr.Tickle at 9/16/2003 5:56:37 PM
I have a .H file with tonnes of #define constants and I want to access that from C# but I dont want to rewrite the header file as a class. Is there a way after including that in MC++ to get those values from C#? ...more >>

Installing sn.exe seperately
Posted by Tal Kedem at 9/16/2003 4:04:50 PM
Hi. My company installs some application on a client machine. Among other thing, the application should generate J# code, and build a strong-named dll from the generated code. I've noticed that sn.exe is a part of the .Net Framework SDK(~108MB). al.exe, for example is a part of the .Net Frame...more >>

Detecting a external application crashing
Posted by Mr.Tickle at 9/15/2003 9:57:01 PM
Is it possible to determine when and what application crashed from within C# ? I want to send data over UDP to an application socket, and after that I want to determine whether its crashed or not and decide what to do next, like report the crash etc.and stop sending (AV'd etc), is this easy ...more >>

IntelliSense!
Posted by Konstantin at 9/14/2003 4:29:14 PM
Hi everyone, Does anyone aware of how the intellisense feature works in dot net. Does it imports libraries from the database of some sort, or xml, or using registry. If anyone has any information, please share it with me. Any help will be appreciated. Bob ...more >>

AppSettingsReader.. don't work ;-(
Posted by Lloyd Dupont at 9/14/2003 9:31:58 AM
for this config file: //-------- <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="Lion's Port" value="1971"/> </appSettings> </configuration> //-------- the following call work: string sPort = ConfigurationSettings.AppSettings.Get("Lion's Port"); ...more >>

System.Net.dll not found?
Posted by Edel Cierniak at 9/12/2003 12:07:00 PM
I have installed SDK 1.1 and the redist then I run : sdkvars.bat to set up the the environment. I copy a little program just try , this program is trying to connect to Yahoo mail. when I compile using csc /r:System.Net.dll /r:System.IO.dll pop.cs ( according to the author's instruct...more >>

Doubled Assemblies
Posted by Michel Racicot at 9/12/2003 8:49:02 AM
Hi there, I have some assemblies that seems to be doubled (same path, same version, same name) in my "Add Refenrences" window. How can I correct that? Thank you ...more >>

.NET and downloadable applications
Posted by Mike at 9/11/2003 4:47:59 PM
Does anyone know if .NET client apps are a viable solution for mainstream downloadable (shareware, try&buy, etc.) applications? Basically, I'm wondering if the download time of the .net re-dist would be a stumbling-block for modem users. Are there any stats on what percentage of machines (a) ha...more >>

DLL, memory leaks, handles issues with TCP/IP...a good question
Posted by pradyumna at 9/11/2003 12:41:41 PM
Hi, I have an application that uses a dll that we have written. This dll makes use of winsock2.h functions like WSAInitialise etc. all related to opening and closing tcp connections wrapped in our own dll commands. I pass the application handle to the dll.(this might be the issue i think)...more >>

XSL Load issue
Posted by Daniel at 9/11/2003 11:43:36 AM
hey, i'm having an issue loading an xsl file. <xsl:attribute name="href"> webpage.aspx?BUID=<xsl:value-of select = "@ID" />&amp; RPID=<xsl:value-of select = "$RPIDNow" /> </xsl:attribute> the code above gives me a "This is an unexpected token. Expected 'SEMICOLON'. Line 25, position...more >>

how to get hardisk serial number
Posted by Hakan OTAL at 9/9/2003 10:49:30 AM
how can i get harddisk serial number in vb.net. Thanks. ...more >>

Writing in .config XML application configuration file.
Posted by msnews.microsoft.com at 9/8/2003 5:33:02 PM
Hi all, I was trying to find an easy way to write in the standard configuration (like app.config) xml-based files. I found classes that can be used to read this information (in System.Configuration) like the ConfigurationSettings.AppSettings property, but I was not able to find anything to wr...more >>

Remoting & firewall
Posted by Lloyd Dupont at 9/6/2003 12:12:10 PM
I want to write a remoted application which will be used by many client accross internet. I worry about firewall. I've read that you could handle firewall by doing communication over HTTP using IIS, but that's not good for me, as I could run on any kind of platform like win98 or even, why not ?...more >>

unconditional thread abort
Posted by Azmodan at 9/2/2003 11:48:38 AM
I want to abort (kill) a thread no matter what. In the documentation it says that if the thread is in an unmanaged code portion when the ThreadAbortException is thrown, the system will rethrow it when managed code is executed. But what if the thread is stuck in an unmanaged method? how can I...more >>


DevelopmentNow Blog