all groups > dotnet general > april 2006 > threads for thursday april 6
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
VSNet 2005 service works as expected, except for my computer being too fast/lazy ?
Posted by Radu at 4/6/2006 10:59:21 PM
Hi. I have created a service which watches a folder and if any text
file is added to that folder runs a custom encryption scheme on it. I
add a file in that folder, and it works fine. However, when I add a
second file I have a run-time error on my "openfile" line, saying that
the file is in use ... more >>
"The service did not start due to a logon failure" when starting a custom service.
Posted by Radu at 4/6/2006 9:24:53 PM
Hi. I have created a service which I needed to install. Therefore I use
InstallUtil.
On my dev machine at home I login as Administrator and I have *NO*
password set.
In my first attempts with InstallUtil I tried with username =
Administrator and I left the password textboxes blank. No go - it s... more >>
authentication with Active Directory
Posted by Brian Shafer at 4/6/2006 8:47:03 PM
Hi,
All i can find is examples of authentication with web services...
I want my user to authentication with the doman AD. How can I do this?
Brian
... more >>
Can't edit property in IDE
Posted by Steve Barnett at 4/6/2006 4:35:29 PM
I have a field in a user control which is a structure. The structure has
three fields, an integer a string and a Boolean. When I put my user control
on a form, the property that references the structure is greyed out, so I
can't set any of the fields of the structure.
Is there something I s... more >>
How to Package and Deploy Windows Installer 3.0
Posted by John at 4/6/2006 4:22:41 PM
I have made setup project (VS 2005) that includes setup of my app and
Framework 2.0
How can I check if there is installed Windows Installer 3.1 and if not to
install it?
I know that I have to add launch condition, but don't know what to type in
properties.
Thanks
... more >>
Standby and Hiberate modes
Posted by Phyxius at 4/6/2006 1:47:02 PM
I just had a new computer built. My previous computer was also a custom and
I was using Windows XP home. I purchased a new XP Home edition from Microsoft
and installed it into the new computer-not an upgrade, then transferred the
necessary data from my old hardrive to my new one. All drivers... more >>
How to save custom collections using ApplicationSettingsBase?
Posted by Mountain at 4/6/2006 12:12:01 PM
I'm working with the example code found at
http://msdn2.microsoft.com/en-us/library/system.configuration.applicationsettingsbase(VS.80).aspx.
I would like to implement application settings based on some custom types.
For example, let's say I have a collection of settings that I could represen... more >>
How to manually abort a thread on unload a domain?
Posted by Artem at 4/6/2006 10:38:32 AM
When I use the method Thread.Abort, it only sends a request of aborting to OS
to stop a thread. The thread itself isn't killed and allocated resources
aren't released. I tried to run that thread inside of a domain, specially
created for it, but the domain can't be unloaded, 'till there are some n... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can't make ApplicationScopedSettingAttribute work at all
Posted by Mountain at 4/6/2006 10:33:02 AM
In the following MSDN documentation:
http://msdn2.microsoft.com/en-us/library/system.configuration.applicationsettingsbase(VS.80).aspx
there is an example of using ApplicationSettingsBase. I implemented the code
and it works as expected. However, I want application scoped settings, so I
ch... more >>
Problems opening a MS Access Database...
Posted by Michel at 4/6/2006 10:23:22 AM
Hi,
I need to know if there is anyway of opening a database only for reading
data, is an Access database, the problem is that if the file is open, the
connection fails, saying that the file is already in use.
Can I open the database in a read only mode, or something like that???
Thanxs in ... more >>
Html parser
Posted by deafsheep at 4/6/2006 9:49:01 AM
Hello
Where can I find any html parser that I can use in C#?
Thanks in advance... more >>
use functions in .h file
Posted by katy at 4/6/2006 8:08:02 AM
Hi,
I hope I haven't gone to the wrong group..
Actually, I am a beginner, so please don't mind if I have asked some stupid
question. .
Now I'm writing an application using speech SDK (SAPI) with visual
basic.net, but I want to use some functions in a .h file provided by the SDK,
I am very... more >>
VS 2003 Browser Control Issue
Posted by Craig at 4/6/2006 7:56:02 AM
Hi All,
In our application we make use of the standard browser control to allow
customers to interact with the internet. When a customer visits a web page
with a javascript error, they get a "Do you want to debug?" popup dialog. I
cannot find how to tell the control to ignore errors. I k... more >>
CommandTimeout in web.config
Posted by Stephen at 4/6/2006 3:12:01 AM
Does anyone know if I can set the commandtimeout in the web.config for my
whole application or do I need to change this for every call. I want to
quickly change this globally if I can without releasing all the source. Can
someone show me how to do this if it is possible.... more >>
|