| Thread | Last Post | Replies |
|
| .NET & McAfee | 27 Feb 2004 02:14 GMT | 1 |
Are there any known issues with .NET and McAfee? Currently I have a windows service written in .NET which uses Remoting. However I am seeing errors while its running on machines with McAfee installed.
|
| Putting stored procedures in a dll | 27 Feb 2004 01:47 GMT | 1 |
I have a question regarding sql server stored procedures. Is it possible to put stored procedures written using T-SQL in side a dll, and then load the dll from sql server to execute the stored procedures without any change to the stored procedure code?
|
| Binding listbox to a dataview. Please help... | 27 Feb 2004 00:09 GMT | 3 |
I am writing windows application in vb.net and I have scenario where I have two listboxes side by side and I want to "copy" selected items in listbox on the left to the one on the right. Both listboxes bound to two different dataviews like this:
|
| Help: Placing Internet Shortcut for Windows Forms application (hosted on web server) on Desktop | 26 Feb 2004 23:39 GMT | 2 |
I have a Windows forms app that resides on a web server. I (and my intended user base) access the application via an Internet shortcut, i.e. "http://servername/appshare/app.exe". That's all fine and dandy, as well as the setup and deployment project I had to write to
|
| Mac OS support | 26 Feb 2004 19:11 GMT | 8 |
I need to know that .NET Framework has Mac OS support. As someone of my application needs to run on Mac OS. Thanks.
|
| Serial COMM on Pocket PC and .NET | 26 Feb 2004 18:49 GMT | 1 |
I'm considering using a Pocket PC to do some serial communications. I don't really know anything about this, but am curious about: - What do I need to do to run .NET on a Pocket PC (normal .NET redist or some compact version)?
|
| ASP.NET perfmon counters all 0 ... ?? | 26 Feb 2004 18:21 GMT | 4 |
I have a Windows Server 2003 machine running IIS6.0. I recently xcopied over an ASP.NET application that was originally running on a Windows 2000 Server machine. The application works perfectly on the new server, however, when I run
|
| Play embedded non-WAV sounds without COM components? | 26 Feb 2004 18:11 GMT | 1 |
The subject says it all really, but to emphasise that I don't wan't to play WAVs (too big: MP3 or WMA would be better) and the sound file must be embedded. Also, I want to ensure that the executable is a stand-alone. (That is, it isn't accompanied by COM dlls, for example. This may ...
|
| ASP.NET throwing registry access denied exception on Trace.Write | 26 Feb 2004 18:09 GMT | 2 |
Suddenly started in the middle of the afternoon. No updates to the machine, no setting changes, just rebuilt solution. Restart - no effect Changed processModel userName in machine.config to SYSTEM, no effect
|
| LZW compression | 26 Feb 2004 16:00 GMT | 1 |
Where can I find a LZW compression source code for the .NET Framework? What about the performance of the algorithm? Thanks. Eduardo Pavinato Klein
|
| Initial Black Flicker on Fade | 26 Feb 2004 15:21 GMT | 1 |
Having a problem with a little flicker that is annoying. On the close of the form, would like to fade it out. I use a timer and decrease the opacity as it ticks. Here's the deal, with a small form with few controls, the flicker is not too bad and could be tolerable. Now, when ...
|
| .Net Application crash when .net framework is not installed | 26 Feb 2004 15:14 GMT | 3 |
How can I show a dialog to the user to indicate the .net framework is not installed? thank you
|
| Help please, | 26 Feb 2004 15:01 GMT | 3 |
[This followup was posted to microsoft.public.dotnet.framework and a copy was sent to the cited author.] I am getting a server error when I try to create a Web Project from Visual Studio 2003. The error I get is:
|
| Stopping and Starting a Windows Service | 26 Feb 2004 14:58 GMT | 1 |
I have developed a Windows Service in VB.Ne When I try to start the Service it tells me that it cannot start as there may not be any work to do When I comment out below line of code in my OnStart event.... objEventLog.EnableRaisingEvents = Tru
|
| How can i know which version of .Net Framework | 26 Feb 2004 14:54 GMT | 1 |
Hi guys, How can i know which version of .NET Framework am i using in my server. Any command of any place can show me the correct information? I found that the componenet i create is run smoothly in .NET Framework 1.0, and not so smooth in version 1.1. So i suspect the new ...
|