| Thread | Last Post | Replies |
|
| Deployment Problem | 29 Aug 2004 08:45 GMT | 1 |
I would appreciate if any of u could help me out of this mess. I created a windows service and i have a another project(which has some Util function) which is added as reference.Now when i compile,where will the second project dll be placed. There are 2 directories , Bin/ Release ...
|
| Derived method GetObjectData .... can not reduce access. (runtime error) | 29 Aug 2004 06:24 GMT | 2 |
I'm getting the follow message when I try to call a routine which creates an instance of my class TG.ADO.DataConnector.ADOConnectorColumn. The calling code is //
|
| Impersonation and Path.GetTempPath() | 29 Aug 2004 02:26 GMT | 3 |
I have a ASP.NET app that uses Excel interop to save an .xls file on disk in a temp folder and then read it back and e-mails it as an attachment. The problem is deciding where to store the temp file. My web.config has <identity impersonate="true" />
|
| Code sample and/or tutorial please | 28 Aug 2004 17:27 GMT | 3 |
I thought this would be simple but.. I need to monitor a folder on a Windows 98 and up PC for new files and perform events with the files in a windows system tray application (runs in the background). For some reason I am having trouble with the watcher
|
| Windows CE or Pocket PC ? | 28 Aug 2004 17:25 GMT | 1 |
If we had to develop a .NET Smart Devices application, what are the pros and cons in choosing between Pocket PC OS, and Windows CE ? This may be an age-old question, but hope somebody has the patience to explain
|
| Problems with a program | 28 Aug 2004 14:58 GMT | 1 |
I'm writing a program in Visual C++ .Net that ask's the user to enter two mumbers, obtains the two numbers from the user and prints the sum, product, difference, and quotient of the two numbers. The problem is I can get the sum to print, but not product, diffrence, and quotients ...
|
| client os question | 28 Aug 2004 07:28 GMT | 4 |
Hi all, I am considering using Windows 2003 Standard/Enterprise as the OS for my desktop. The main reason being since I do development work and cannot afford buying 2 machines (seperate server & client). Are there any downsides to doing this? Basically I need to use/install the ...
|
| removing DefaultTraceListener in app.config | 28 Aug 2004 06:43 GMT | 1 |
I am using the tracing features in system.Diagnostics I want to be able to configure my listeners throught the app.config not in code. I configured a TextWriterTraceListener which works fine. But I noticed output was also being sent to the console, and if a Trace.Fail statement is
|
| How to Use MSMQ in .Net? | 28 Aug 2004 03:04 GMT | 5 |
Sample: System.Messaging.MessageQueue mq = new System.Messaging.MessageQueue(@"FormatName:DIRECT=OS:B\private$\hello"); mq.Send("hello");
|
| Object reference not set to an instance of an object. | 27 Aug 2004 20:54 GMT | 1 |
I basically built a C# ASP.Net application on my local machine (running Windows XP, MSSQL2000, IIS) and it has been tested and ready for deployment. So I deploy it to our server (running Windows 2003 Advanced Server, MSSQL 2000, IIS). So I go to the site locally in
|
| This is Disturbing | 27 Aug 2004 18:09 GMT | 1 |
Associated Press Greenspan Warns on Baby Boomer Benefits Friday August 27, 10:22 am ET By Martin Crutsinger, AP Economics Writer
|
| Declaring variable publically | 27 Aug 2004 17:12 GMT | 2 |
I need to have two private subs have access to a variable. One will assign the value and the second will use it. The user will choose a file using the openfiledialog and a button The user will use a second button to begin processing the file.
|
| An open source drive space viewer | 27 Aug 2004 16:53 GMT | 1 |
"Simon Harvey" <sh856531@microsofts_free_email_service.com> wrote in message news:... Hi all, I am looking to make an open source Drive space viewer. One that displays
|
| Reflection pass by ref abnormal behavior | 27 Aug 2004 16:37 GMT | 1 |
I am trying to call a method from a .net class dynamically and I am passing a string reference to the method. Below is a sample of what I am doing. Somehow the value of the parameter passed is not being updated. The wierd thing is that if I change the variable type to Integer, it ...
|
| Set Icon Property for User's Desktop and AddRemoveProgramIcon Prop | 27 Aug 2004 11:20 GMT | 1 |
I am using VS.NET Setup Wizard to create my setup msi file. However, I can't set the AddRemoveProgramsIcon property for my Setup Project and the Icon proptery for the shortcut of the output file in the User's Desktop. The correct icon can't appear.
|