| Thread | Last Post | Replies |
|
| Installing Windows Services using Microsoft.net Setup and Deployment project | 09 Mar 2004 20:03 GMT | 1 |
I have created a Dot Net Windows Service. I am able to install it manually it using InstallUtil. I am now trying to create a setup package MSI and let the setup program take care of deploying and installing the service.
|
| JIT Compilation for win form app | 09 Mar 2004 18:25 GMT | 2 |
I am working on a win app, and when testing it, I encounter an error that results in a dialog opening and giving me a generic error (object ref not set to instance of an object or the like). It doesn't tell me what the ref or obj is, and doesn't give me a line number. Isn't this ...
|
| Could not access 'CDO.Message' object | 09 Mar 2004 16:28 GMT | 7 |
I built a .NET windows service application, which uses SystemWeb.Mail.SmtpMail class. On my development machine (XP OS) it runs well. When I install the application on other machine (Windows 2000 OS + .NET
|
| windows application deploying | 09 Mar 2004 16:27 GMT | 1 |
I have a simple windows application and i want to deploy it , I opened a new project then i selected setup project and then right click on the application folder and project output but ican't see anything , can anybody help me telling me how can i deploy a windows application in a ...
|
| take the control of my distant app, for maintenance purpose. | 09 Mar 2004 15:27 GMT | 1 |
Hi group. I am the tech support of my app, which contain some not user-friend functions (that could be use in extreme situations). I think about put a prog, which all me to take the control of the app throw the web when the
|
| How to tell if an assembly is signed | 09 Mar 2004 14:42 GMT | 1 |
I have about 20 assemblies in a solution. It appears that one or more of them is not getting signed and the build processes is not giving an error (on the .CS ones). It fails .CPP and .VB. Is there is a utility that will allow me to easily see if assemblies
|
| Version 1.0 vs Version 1.1 Framework | 09 Mar 2004 14:38 GMT | 3 |
My question is whether a web application compiled using VS.NET 2002 (targetting .Net Framework version 1.0.3705) will run on a machine with v1.1 of the .Net Framework? I'm thinking in respect of copying the .aspx files and the .DLLs in the BIN directory from my development machine ...
|
| Icon editor in VS .Net | 09 Mar 2004 13:42 GMT | 1 |
when I edit and save a new icon in the VS .Net development environment strange things happen. The icon shows up allright in the IDE itself and in the images and fax viewer, but the default VS icon appears in both Resource Explorer and my own
|
| An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in system.dll | 09 Mar 2004 13:11 GMT | 1 |
I Tried to get the ByteFX MySQL.Net provider to work but get the following on my machine. I also tested it on an Windows 2000 server with Farmework 1.1 installed and the error was not thrown. Error: (The dutch words come with a dutch machine.)
|
| Obfuscation and Salamander | 09 Mar 2004 10:41 GMT | 14 |
Much question is simple, why should I, as a freelance developer, spend good time producing client/server software and libraries in .net when any stupid monkey can extract all of my source using Salamander? And what's more, for those that don't get Salamander, what is the point of ...
|
| String.Join vs. StringBuilder, which is faster? | 09 Mar 2004 07:55 GMT | 18 |
I have a function that takes in a list of IDs (hundreds) as input parameter and needs to pass the data to another step as a comma delimited string. The source can easily create this list of IDs in a comma-delimited string or string array. I don't want it to be a string because I ...
|
| How much will it cost finally? | 09 Mar 2004 01:06 GMT | 5 |
I intend to setup a small web site based on MySql and .net framework. Is .net framework free to use with Windows 2003 or do I have to buy a full version of Visual Studio or something else? Any proposed alternatives? So, is there a free compiler for aspx files that I may use ...
|
| Text only line printer | 09 Mar 2004 00:50 GMT | 1 |
I'm writing a virtual terminal that needs to print credit card receips to a text-only line printer. I do not see in the .NET framework a way to print to non-graphics printers. Does anyone one know how this is done? Thanks,
|
| Type conversion from System:Object * to double | 09 Mar 2004 00:01 GMT | 1 |
I'm trying to write a routine that mixes managed and unmanaged types I'm having trouble getting the data elements from the managed array datatype using GetValue and storing them in a unmanaged dat structure. I'm a c programmer who is brand new to MC++ and C++
|
| Code Template | 08 Mar 2004 21:27 GMT | 2 |
I want to modify the code generated by the C# Windows Application Project. I think I have to deal with the code template of that. Or can I create a new project type? I 've tried to find some information of that. Unfortunately, I cannot find
|