all groups > dotnet faqs > september 2003 > threads for september 22 - 28, 2003
Filter by week: 1 2 3 4 5
Check out this package from Microsoft Corp.
Posted by Michael at 9/28/2003 11:28:42 PM
MS Partner
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 prot... more >>
Can anyone help this problem? Cannot creat asp.net project.
Posted by CM at 9/28/2003 6:30:35 PM
Hi there:
Just installed VS.Net 2003 on a Windows 2000 Server with IIS installed.
However, I cannot create any web application, The error message is:
The Web server reported the following error when attemption to create or
open the Web project located at the following URL:
'http://localhost... more >>
Try on these patch from the M$ Corporation
Posted by Eleanore De Sole at 9/28/2003 1:59:27 PM
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 prote... more >>
Look at this corrective update
Posted by c.zwartjes at 9/26/2003 8:41:17 PM
Microsoft Consumer
this is the latest version of security update, the
"September 2001, 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 >>
Some questions on building an application.
Posted by Nigil at 9/26/2003 8:13:02 PM
hi Guys,
Ok... let me start from here... I have create a project called "New
Project";
under my "New Project" Solution Explorer Panel, I have including a file
called "Testing.gif";
so when I compile my project.. how do I copy the "Testing.gif" to the output
directory without creating a metho... more >>
Try on critical pack from MS
Posted by Joan Walton at 9/26/2003 12:49:32 PM
MS User
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 prot... more >>
DLL Hell in .NET
Posted by Allan Wong at 9/25/2003 8:55:36 PM
What are the under-lying DLLs or libraries that .NET is sitting on which
after installing another program will cause the entire .NET Framework to
fail?
... 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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
crypt32.dll
Posted by Robert Vabo at 9/25/2003 7:50:32 AM
I have a VB6 application that stores a lot of passwords in the databasen. I
want to use these functions to Encrypt and Decrypt these passwords. I also
have a .NET application that is going to Encrypt/Decrypt the same passwords.
Is it possible ? These two applications is NOT ran on the same server... more >>
Dynamic Execution of Function/Proc
Posted by Kishor at 9/24/2003 12:52:15 PM
Hi all,
I am Using VB.Net for developing my application. I am now needed help. In
this project I have to execute some function, but I cannot call them
directly using function name, I wanted to execute this function dynamically.
So I have a function list in database written as a string. I am no... more >>
just installed 1.1 - now how do i use it?! =)
Posted by K. Shier at 9/24/2003 12:21:58 PM
i have a VB.Net project that i began authoring under framework v1.0
i just installed 1.1* and now would like to start accessing the added
functionality of it, but whenever i check my references, they all still
point to 1.0 dlls.
i think i can handle manually re-setting the references to the ... more >>
Lock fields
Posted by Harshil Patel at 9/24/2003 10:14:00 AM
Hi
I am trying to lock fields on my form (VB.NET), so that they cannot be
edited by the user. So far I have accomplished my goal for the text box
by setting its read only property. But what should I do for combo box
and mask edit box (added as an reference). list box etc. I don't want to
use... more >>
Questions for installation of .Net 2003?
Posted by CM at 9/24/2003 9:47:25 AM
Hi there:
Just cannot find those basic information easily, anyone has the answer for:
1.What is the correct sequence to install .Net 2003?
2.How many disc space is required for .Net 2003?
3. Do I have to install Architect?
Thanks!
CM
... more >>
Dotnet dev on Win XP Pro
Posted by Peter Parker at 9/23/2003 11:54:51 AM
Hi All,
I'm going to be doing some .net development work on Windows XP Pro for the
first time, having done all my work so far on Windows 2000 Advanced Server.
Are there any restrictions on .net stuff on XP Pro that I should know about?
I ask for two reasons: a couple of years ago I was doing... 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 >>
Use these important pack that came from the Microsoft Corp.
Posted by fakauto at 9/23/2003 7:28:36 AM
Microsoft User
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 to ... more >>
nullreferenceexception when trying to fill an array of strings
Posted by Fabio Papa at 9/23/2003 5:00:17 AM
Hi,
I am fairly new to programming and and even newer to dotnet. I appoligise
in advance if this is a dumb questions, and I would appreciate if you could
answer it anyways. :)
I am writing a windows service wich sends emails to customers at a specific
time. My app retrieves cities and th... more >>
How i can pass the values from one page to another????????
Posted by Salman Iqbal at 9/22/2003 5:44:47 PM
Dear Support team
I have binded a list to logins to the dropdownlist control. And Thanks God
it worked fine.
Suppose database structure is like
********************************
ID NAME
1 Salman
2 Richards
3 ... more >>
Processor or Memory for Visual Studio 2003 Developing Machine
Posted by Gerry Viator at 9/22/2003 3:26:37 PM
Hi all,
I am currently developing on Visual Studio 2003 and I'm getting ready to =
buy a new machine.
I would be running VS2003,SQL2000, Crystal Reporting,Macromedia =
products,Office2003, Remote Desktop to
some Servers. Allot of these would be opened at the same time.
My question is sho... more >>
How to add a shortcut to the desktop from an console application?
Posted by Gilles LAMBERT at 9/22/2003 1:10:28 PM
Hi,
Does anybody knows how to add a shortcut to the desktop from an console
application in different versions of windows system from 98 ?
Thanks and best regards
Gilles
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Provider for Oracle Database
Posted by Harshil Patel at 9/22/2003 6:48:12 AM
I am developing an application in VB .NET and Oracle 8i. I am exactly
not sure about what provider should I use for my database.
Which one would give the best performance and also will not have any
conflicts from moving from Oracle 8i to oracle 9i in the near future.
Any help would be app... more >>
|