| Thread | Last Post | Replies |
|
| Windows Server 3003 and No-Touch Deployment | 03 Feb 2004 19:01 GMT | 10 |
We're using no-touch deployment with a particular application. We can serve the application from a Windows 2000 Server machine with no problem. We're not able to serve the application from a Windows 2003 Server. It appears that the app's .config is not being transferred to the ...
|
| Installation of Windows Service without .NET | 03 Feb 2004 16:20 GMT | 1 |
I am writing a Windows Service in VB.NET I read a walkthrough on the net about how to do it, and it states that I should use the "installutil" that comes with the .NET framework to get the Windows Service running as a service.
|
| Custom Actions for .NET project setups | 03 Feb 2004 15:47 GMT | 1 |
I need to preinstall silently some applications and runtimes (.net runtimes) before I install my application but want to do this from a .bat file. I tried to add this as a custom action in the setup project in "Add files" but its not allowing .bat files. Are .bat files no longer ...
|
| Increasing UDP Recieve Buffers | 03 Feb 2004 15:44 GMT | 7 |
Hi, My application needs to read UDP packets which are coming at a rate of about 50Hz. (For 1 or 2 second bursts). When I examine what has been recieved, I see holes of missing data, perhaps 10 missing packets per second.
|
| Event order | 03 Feb 2004 14:40 GMT | 3 |
I'm having a problem with the order in which events are raised.. I have a form that contains a treeview and a textbox. When I click on the treeview control from the textbox, the textbox's Validate event isn't fired until after the treeview's AfterSelect is fired. This seems like a ...
|
| XML schema qustion | 03 Feb 2004 14:33 GMT | 1 |
I have an xml schema, and one one of the attributes on one of my elements, I do this: <xs:element name="class"> <xs:complexType>
|
| How to Find Icon Font? | 03 Feb 2004 13:13 GMT | 3 |
Is it possible to discover the font used for icons in .NET? I have found SystemInformation.MenuFont but so far haven't been able to find the icon font.
|
| ClickOnce & .NET 1.1 | 03 Feb 2004 12:59 GMT | 1 |
ClickOnce is very interesting & needed, however it seems to me that it is 'just a tool', especially supported by Whidbey. My question: does ClickOnce actually requests/rely on the new .NET 2.0 features or would it also, somehow, be possible to use ClickOnce for deploying on ...
|
| cutting down the size of dotnetfx.exe | 03 Feb 2004 12:57 GMT | 2 |
I understand that in order to run any application programmed with dot net requires an installation of the framework. Considering that the file size is 23M, does anyone know if there is a way to customize the dotnetfx.exe file in order to cutdown the file size, or if dot net ...
|
| System.Windows.Forms.DataFormats question | 03 Feb 2004 12:53 GMT | 3 |
Under System.Windows.Forms is a class called "DataFormats" that can be used to programmatically manipulate the clipboard. This has a number of intriguing properties and yet I can't seem to gather exactly how this can be used. Is it possible to use this class and its methods to do ...
|
| FTP Problem | 03 Feb 2004 12:38 GMT | 1 |
FTP Data connection type can use PORT mode or PASV mode the first mode client open a port wait connected and send "PORT" command to server tell it's IP address and port. If client connect through gateway then server cann't find client use this IP address and port to transfer data.
|
| Multithreaded HTTP requests | 03 Feb 2004 11:42 GMT | 2 |
Hi Chaps, I'm trying to make repeated requests to a web service asyncronously so the server can deal with the requests while the client does another task, then the client can pick up the responses.
|
| XmlDocument.SelectNodes does not behave properly with some Xpath expressions | 03 Feb 2004 11:26 GMT | 4 |
The method XmlDocument.SelectNodes does not behave properly in some situations Here is the XML file with which the behavior reproduces <VisualStudioProject><CSHAR ProjectType = "Local
|
| Reflection - Transform a dotnet component to XML | 03 Feb 2004 09:53 GMT | 3 |
I receive an error on the recursive call...... The text colored blue is my center of the problem.... The funuction defined below works fine with the exception of sub classes. when the function reaches a sub-class like fonts property or text the function fails with the error
|
| Compilation Pb: 'System.Directory' cannot be found! | 03 Feb 2004 08:52 GMT | 1 |
I'm quite new in the .Net Framework Environment. I am currently trying to develop a VB.net appli that connects to my domain Active Directory using the "Microsoft.DirectoryServices" namespace, but when I try to compile the source file named "logoff.vb" using the following command ...
|