all groups > dotnet general > august 2006 > threads for thursday august 17
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 31
Catch bugs and generate logs
Posted by giannik at 8/17/2006 7:43:56 PM
Does anybody know of any tool or .net components that can trap errors
in .net applications and send error reports.
I found one for delphi :
http://www.madshi.net/madExceptDescription.htm
but I am looking for something similar for .net apps.
giannik.
... more >>
Using C# dll as COM in an MFC application
Posted by Janiv Ratson at 8/17/2006 7:17:31 PM
Hello,
I have written a C# dll in VS2005.
One interface and class are exported using Interop Services.
I want to use this c# dll in my MFC application, using VS2003.
It compiles after I imported the dll to my MFC app.
On runtime I get class not registered HR error in my MFC project.
I use th... more >>
Change a Windows Service Startup type
Posted by rqcoder at 8/17/2006 5:27:01 PM
Is there a way to change a Service's startup type somewhere in the .net
framework?
I've been messing around with the System.ServiceProcess namespace which
allows me to start, stop and pause services however if the service's
startup type is set to "Disabled" there is no way for me to change... more >>
Regex Help
Posted by Jules at 8/17/2006 5:03:26 PM
All,
how do I describe a string consisting of any number of characters, with
an optional (but unique when occuring) end-of-line expression '/'? With
groups if possible, as in "(?<sentence>.*(?<eos>[^\\][\\]{1}$)?)"
Say I have the phrase 'My Taylor is /' as input; I'd like 'sentence'
and 'eo... more >>
directx august 2006
Posted by gerry at 8/17/2006 4:07:31 PM
i just downloaded and installed the directx aug 2006 sdk
the machine i installed it on had both vs2003 & vs2005
the visual studio extensions were installed into vs2003 but not into vs2005.
does the directx sdk not integrate with vs2005 ?
are we essentially forced to develop directx apps using vs... more >>
The Opposite of IFormattable
Posted by Ron M. Newman at 8/17/2006 2:39:58 PM
Dear C# Sages,
For my own persistence purposes I need to be able to load an object from
some source and re-fit it with its value that's represented as a string.
Many objects support "Parse" which takes a string input and sets the value
for the object. However, I can't find a way to "pre-id... more >>
Deploying framework in deployment package
Posted by Steve Long at 8/17/2006 11:03:47 AM
Hello, I 'm not sure if this is the correct forum to post this question in
but, I using MS' suggested method of using their setup.exe and settings.ini
to deploy dotnetfx.exe with my deployment package. My question is, there are
settings in the Config.ini file that I'd like to know how to change b... more >>
Access to Port COM1 is denied
Posted by Lee at 8/17/2006 10:17:02 AM
I am getting this error trying to run a win forms .net app using the .net 2.0
serial port control. This occurs when the app tries to open the port. I knwo
this is some type of security access problem but I have no clue where to fix
it. Help....... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to convert asp.net control to html markup/literalControl?
Posted by gary at 8/17/2006 7:11:02 AM
hi guys:
I want to convert asp.net control into html markup or literal control, so that
I can write them into a empty aspx page. Is there any way to do it?
HtmlForm.InnerHtml doesn't support converting not literal control to html
markup or string.
struggling....
Gary ... more >>
What's the "System" process doing?
Posted by Henrik at 8/17/2006 1:21:02 AM
Hi
Is there any way to see what the System process is doing?
We have developed an application running at a production site to measure and
optimize the production. The application needs to be responsive at all times
during production.
I'm experiencing some problems with my application no... more >>
Providing user feedback in windows forms
Posted by Rykie at 8/17/2006 12:30:32 AM
I am primarily a web developer, but have to develop this windows app.
It works a treat, but it has some places where it lags and some long
running processes, which I want to provide user feedback to the user
from.
I want to open a seperate windows form with an animation on it and a
label that... more >>
PropertyGrid
Posted by a at 8/17/2006 12:00:00 AM
How does the WinForms ProprtyGrid work?
Do they use reflection/Reflection.emit, to get the props and their values?
Can someone tell me?
... more >>
|