| Thread | Last Post | Replies |
|
| HTTP Handler to create, write files & account privileges | 06 Dec 2004 18:41 GMT | 8 |
I need to use an HTTPHandler to create and write files. I wanted to create the file in the directory that has this handler, and other handlers. For me, this directory is: c:\Inetpub\wwwroot\HttpHandlers. I get an error: "Access to the path "C ...
|
| Managed Windows Service won't Autostart | 06 Dec 2004 17:08 GMT | 1 |
I have a tricky problem. I have a Windows Service project that is set to autostart at system boot, however when I boot the service fails to start and I get an error in the Event Viewer saying the service failed to start in a timely manner.
|
| Any free eBooks on .NET | 06 Dec 2004 16:25 GMT | 4 |
is there any where i could get a free eBook on the .NET technology ? thanks
|
| WinForms UI Thread Safety (Controls) & Events | 06 Dec 2004 16:21 GMT | 2 |
I'm quite sure this is the case, but I'd like to consult to be sure: If I have a UI which subscribes to a bunch of events which any of a number of threads could trigger... and the UI's event handlers will update that UI's controls, then the control updates _are_ done on the UI ...
|
| build setup project vdproj ... | 06 Dec 2004 15:34 GMT | 1 |
how can i automate the build of a vb.net setup project ( .vdproj) ? i've to build a setup project on a machine that don't have VS.net installed, but only the .net FW 1.1
|
| PDF/.NET/XML | 06 Dec 2004 15:17 GMT | 1 |
I am using FO (XSL) via JRE on my PC using FTP getting the fo files to make PDF files from XML files. Can the server be used to make PDF files in .NET from XML files? ie can NET make PDF files from XML files?
|
| Use .NET DLL from VB6 app -> broken references on rebuild? | 06 Dec 2004 15:11 GMT | 9 |
I'm building a set of DLLs in .NET that I plan to call from a VB6 application. I've almost got that to work, but now I find that whenever I re-build any of my .NET DLLs, the reference to that DLL in my VB6 project gets broken. So, I
|
| Help; "Web server is not running ASP.NET version 1.1." | 06 Dec 2004 15:04 GMT | 9 |
"Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services." This is the message I get each time that I want to create an ASP.NET
|
| DataTable - order of rows. | 06 Dec 2004 14:47 GMT | 2 |
I am adding rows to the data table without primary key defined using the DataRowCollection.Add(object[]) method. When I am reading the table directly or using its default view or a view with order set to "", I would like to process the records exactly in the
|
| excel-.net | 06 Dec 2004 14:44 GMT | 6 |
I want to develop a little application, which extracts some values of an excel sheet and displays this values with a rectangle or a circle in a form. Are there any example how to implement such things? regards
|
| Problem with WebRequest and timeout | 06 Dec 2004 13:30 GMT | 1 |
I try to implement "retry" if connection to web ends with "time out". I want to give a chance to prolong waiting for response. The following code is taken from WebRequest.GetResponse() implementation. All I need to do is to modify line with "to change". My client uses derrived ...
|
| RegEx CSV | 06 Dec 2004 13:23 GMT | 1 |
hi folks I went thru some major pains with SQL Srvr trying to import a CSV greater than 255 columns (limitation with MS TXT/CSV driver) and had to write my own sp_OA file reader, parsing routines (views), etc..
|
| Accessing IL-code through reflection | 06 Dec 2004 10:53 GMT | 1 |
is there a way to load an existing assembly into an AssemblyBuilder to access and modify the IL-code contained within methods, or is ILDASM the only way to get to the IL ?? thanks
|
| Save Drawing | 06 Dec 2004 10:34 GMT | 1 |
I drawed a little FlowChart (with some Rectangles and Lines) in the OnPaint event of a Form. How can I save this Chart for example as a jpg-file or bmp-file? patrick
|
| Determine if my application is running in the Citrix environment | 06 Dec 2004 04:45 GMT | 2 |
Is there any way to know if my application is running in the Citrix MetaFrame? Does the process has some properties set that determine the same? Please help...
|