all groups > dotnet general > june 2004 > threads for wednesday june 16
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
Biggest problem faced in upgrading to .NET
Posted by Jack at 6/16/2004 9:25:01 PM
What is the biggest problem you have faced in upgrading applications from Visual Studio 6 to Visual Studio .NET ? You are welcome to share your experiences.
Thanks ... more >>
Addressing FTP-server from within VB.Net
Posted by QR at 6/16/2004 9:10:34 PM
Hello Pro's,
I have to create an application that posts textfiles to
a ftp-server on an intranet.
I just don't know where to start.
Can anyone help me to get started with this???
Thanks,
QR
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.gri... more >>
.NET Installer Project
Posted by Jasim Iqbal at 6/16/2004 4:36:03 PM
hi,
i'm trying to limit the installation of my application for one time only. when i compile my project it makes a .msi file. Everytime I install the application from msi file it starts to uninstall the previous application and then start installing again, hence, whatever condition i specify, its... more >>
VS2003 and Whidbey
Posted by John Young at 6/16/2004 4:15:58 PM
Can both be installed at once on the same pc at the same time? Also does
Whidbey have to have .NET framework 2 to work?
Although I should be able to target 1.1 with Whidbey anyway.
Thanks in advance
... more >>
csharp windows app and local database?
Posted by dkode NO[at]SPAM cfl.rr.com at 6/16/2004 3:22:02 PM
I will be making a windows app that will run on user's local machines.
It will not be in a networked environment or anything like that which
rules out SQL Server for the database. I am trying to come up with the
best method to store data on the local user machine.
I was thinking of using XML f... more >>
Email Automation using dotnet (URGENT!!!)
Posted by sjain NO[at]SPAM lioninc.com at 6/16/2004 2:19:51 PM
Guys,
I have to create an application that will send emails to our
customers on a scheduled day and time automatically.
Please help me.
-Sid.... more >>
Loading large files
Posted by Gregor Wind at 6/16/2004 1:40:34 PM
Hello all,
I'm trying to make a 3D transformation with image data. For the 3rd 1 D
transformation I have to jump in a 12Gbyte file, to get the data for the
transformation. The jumpimg in the file cost a lot of time. I am doing the
filehandling with help of the filestream and binaryreader class... more >>
Window and console application all in one
Posted by ehigionni NO[at]SPAM katamail.com at 6/16/2004 12:49:14 PM
Hello everyone,
I'm have a window application, but it is a console application
too. I'll try to explain better: if I call the program without
parameters the GUI starts. Otherwise it runs as a console application.
In other words, I emulate the "certmgr" behavior.
My problem is I cannot displ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Posting to ASP page from .NET windows service
Posted by .NET Developer at 6/16/2004 11:02:08 AM
We have a .NET windows service that needs to POST to the typical ASP page
(login page), upon successfull response this service has to POST to the next
page (send data). Can anyone please post a code sample or provide me a
pointer to some article or code sample.
Thanks
... more >>
.NET decompiler
Posted by Carlos Barini at 6/16/2004 10:55:31 AM
Anyone know how to avoid .NET decompiler like anakrino ?
How can I block a decompiler?
Carlos Barini
... more >>
How to document strongly typed datasets (in source)
Posted by Tolga Erdogus at 6/16/2004 10:39:43 AM
Hi,
for a project that I am wrapping up I am writing documentation. I'd like to
be able to put in xmldoc style comments in to the source of my strongly
typed dataset, its tables, relationshipts and fields.
Since the source files are auto-generated, which would imply that my
documentation w... more >>
Informix .net provider - Sql server .net provider
Posted by BS at 6/16/2004 9:45:22 AM
Hello everybody
We are currently writting a small app that will be delivered on an Informix
DB and a Sql Server DB. We will be doing some performance check pretty soon
for both databases.
Is anybody using something else other than the IBM informix provider, and
the regular SqlServer provide... more >>
Creating a suimple virtual directory with default rights
Posted by Microsoft at 6/16/2004 9:05:42 AM
I have a web site called www.test.com
I have a folder under the wwwroot called \testfolder\
How do I turn \testfolder\ into a virtual directory.
I don't need rights and settings, I've figured that part out, I just get
lost setting up the "System.DirectoryServices.DirectoryEntry" and then... more >>
Using Keyword Dispose and GC
Posted by mpatel NO[at]SPAM focus-technologies.com at 6/16/2004 6:17:31 AM
Our .Net team have been pondering about using keyword.
We are using streams FileStream and BufferedStream. We use using
keyword at FileStream, and not BufferedStream which wraps FileStream.
So bunch of people said what if exception occurs buffered stream is
not closed.
My Argument is over ... more >>
|