| Thread | Last Post | Replies |
|
| Enum value nothing | 03 Mar 2004 18:53 GMT | 5 |
I have an enum type VehStatus defined in my VB.NET 2003 application as Public Enum VehStatus Appraisal OnOrder
|
| Custom Logs | 03 Mar 2004 15:46 GMT | 1 |
I have a little problem with custom v's application logs. I have the following method private void WriteLog(string Message, EventLogEntryType EntType, string LogName if (EventLog.SourceExists("TCSDirMonApp") EventLog.DeleteEventSource("TCSDirMonApp")
|
| CONFUSED | 03 Mar 2004 14:41 GMT | 4 |
What is required now to distribute an application I can provide item number one - One - the dotnet Framework I can provide item number two - Two - the assembled object from the build What else is required? Does anyone know? Has anyone ever attempted to distribute a project after ...
|
| Deploy the aspx file under apache | 03 Mar 2004 14:26 GMT | 2 |
Did anyone find ways to deploy the dotnet framework's file like aspx under apache v1.0 or v2.0 ? I am currently using the Web Matrix v0.5 to build my dotnet web application that it works on IIS... but how about deployment under Apache, anyone know?
|
| NameObjectCollectionBase or something else? | 03 Mar 2004 12:40 GMT | 9 |
I have a text file which is of the format: 01001=AGAWAM, MA 01002=CUSHMAN, MA 01005=BARRE, MA
|
| Unable to run EXE (Console C# application) from Network Drive | 03 Mar 2004 12:22 GMT | 2 |
I am unable to run the Eexcutable written in C#(Console Application) Through the Network Drive. And the same exceutable runs properly on the local machine. So can anyone help me how to get rid of this issue. In this EXE i am using three COM dll. If i tried to strong Naming the EXE ...
|
| Selectively build .NET components with different Framework versions | 03 Mar 2004 09:56 GMT | 2 |
I am currently using Visual Studio.NET 2003 and recently was assigned a project to "clean up" that requires that it be built/run under .NET 1.0 (sp2). Since VS.NET 2003 includes a much newer version (I am currently using
|
| Setup for windows application | 03 Mar 2004 09:13 GMT | 2 |
Hi, Good Day! I need to make a setup for my windows application in order to install to user's pc. Can someone help?
|
| The Big Question... | 03 Mar 2004 08:49 GMT | 7 |
I am constantly struggling with the problem of what 'type' of application to develop. WinForm or WebForm? The customer says I need a central database for all sites but the sites are geographically disperse limited to DSL Internet access (VPN solution not an
|
| Compile to exe file. | 03 Mar 2004 08:20 GMT | 2 |
Hi, Good Day! How can i compile my windows application to an *.exe file. Can someone help? Thanks in advanced.
|
| ILIST and Datagrid | 03 Mar 2004 07:11 GMT | 1 |
I have an XML Document. I tried to create a wrapper class to expose an IList Interface to expose certain records in the XML Document as List, so that I can bind a datagrid to this. Binding seems to work, but how can I dynamically create an object that
|
| Form Displaying on it's own. | 03 Mar 2004 06:11 GMT | 1 |
Why when I run this code does the Login Form display when the dim M as new Login runs? I am calling it from the Form_Load of my main form. I thought it should wait until I called M.ShowDialog, but it doesn't. How can I make it behave that way? Any insight would be nice.
|
| Start Page | 03 Mar 2004 01:04 GMT | 2 |
Hi Good Day! How can I activate or retrieve the Start Page which it won't show when i open my windows application where previously deleted. Can someone help?
|
| Need help with Gacutil.exe and regasm.exe | 02 Mar 2004 23:51 GMT | 1 |
i want to use gacutil.exe and regasm.exe but i don't want to install "all" .net framework SDK do you know if i can install only these 2 methods? or maybe i can use them without installing SDK?
|
| Patches for .NET programs | 02 Mar 2004 21:26 GMT | 1 |
I need to distribute patches for a .NET application that I have written. My application was packaged and deployed via the Windows Installer. If I simply copy new DLL's over the old, is this going to cause problems if the user eventually tries to uninstall with the Windows ...
|