all groups > dotnet faqs > march 2004 > threads for march 22 - 28, 2004
Filter by week: 1 2 3 4 5
Please help.
Posted by Anil at 3/27/2004 4:24:46 PM
I need to know whether .Net provides methods/classes for displaying shared
folders of a device.
One way to solve this problem is to import Win32 dlls ,but is there a direct
way provided by .Net by which all the user level shared folders can be
displayed ?
... more >>
Can i write .Net application running on Win95?
Posted by maxixi at 3/26/2004 11:06:06 PM
Hi,
Can i write .Net application running on Win95?
Maxixi
... more >>
Displaying shared folders
Posted by Anil at 3/26/2004 4:04:50 PM
I need to know whether .Net provides methods/classes for displaying shared
folders of a device.
One way to solve this problem is to import Win32 dlls ,but is there a direct
way provided by .Net by which all the user level shared folders can be
displayed ?
... more >>
ASP.NET on Macintosh OS X
Posted by N4709L at 3/26/2004 3:54:55 AM
We are developing an application using ASP.NET technology. Our
users/customers make use of Macintosh PCs. In theory, since ASP.NET delivers
"plain HTML" to the client, we wonder if there are any problems that others
have found that would prevent an ASP.NET application from being successfully
ope... more >>
Different connection strings. What to use?
Posted by Erik Cruz at 3/25/2004 12:06:34 PM
Hi.
I have seen ado.net samples using two different connection strings for sql
server:
"data source=local;initial catalog=northwind;integrated security=sspi"
or
"server=(localhost);database=northwind;trusted_connection=true"
I can see that they do the same things, but what are the re... more >>
Calling a webservice asynchronously
Posted by JTrigger at 3/25/2004 11:02:46 AM
I have a webservice that I want to call from a web app asynchronously, but
not wait around for a result. Basically I want to fire it off and then
forget about it. I have figured out the asynchronous call all right, but
when the client browser window is closed it sends an HTTP abort and kills
t... more >>
Which development approach should I choose
Posted by R.A. at 3/25/2004 10:55:55 AM
Hi,
Here are a project tasks I have and would like to share it with you to see
which approach would be the best for developing this project - cost and time
saving.
I need to develop an application that does the following:
The application is suppose to create a customized printing. Based on ... more >>
Installed FP2000 and now VS.Net 2K3 has to configure MSDN Library every time it starts.
Posted by Seeker at 3/24/2004 11:20:58 PM
*sigh* Can't Microsoft get anything right?
Just installed FP 2000 for some troubleshooting that I need to do and now
whenver I start the VS 2K3 IDE I have to wait 20 minutes while is has to
"configure MSDN Libarary - April 2003"...
Why does this keep happening and how do I stop it?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Slow Debug enviroment
Posted by robkeates NO[at]SPAM hotmail.com at 3/24/2004 2:14:57 AM
Debugging 'C' Projects in .net seem unacceptably slow, inserting a
breakpoint is OK, removing it breakpoints takes an age, even before
starting the debugger. Any easy solutions to this problem, ??
Rob... more >>
web.config best pratices for passwords
Posted by Jay Douglas at 3/23/2004 12:28:11 PM
Hello all.
I have a few different applications that store passwords for various
items in the web.config file in plain text. (i.e. SMTP Credentials, DB
connection strings) .. I know this is a pretty serious security risk,
however I'm having a hard time find a better way to allow easy modifi... more >>
build only what is needed
Posted by interuser NO[at]SPAM hotmail.com at 3/23/2004 3:08:57 AM
Hi
I use .net 2002 framework 1.0
I have a huge .net solution consisting of many projects. Depending on
the case, each time I change different project(s)
It is extremely time consuming to build all projects every time I want
to debug. Isn't there a switch somewhere to tell .net to build only
wh... more >>
Built an document scanning application
Posted by Ajit at 3/22/2004 10:40:47 AM
I am to start working on a new application
to scan multiple document using ASP.NET/VB.NET
If anyone can give me any lead/tips/suggession as to how to do this
it will be of great help and i will take it from there.
... more >>
|