| Thread | Last Post | Replies |
|
| SIP/RTP/RTCP analyzer tool??!! | 31 Aug 2004 21:51 GMT | 6 |
I'm looking for a free and simple to use easy to install video/audio player with the capability to track and analyze SIP/RTP/RTCP between two computers.... does Microsoft provide such tools? if yes, how/where can I get it? if no, do
|
| http error 403 'forbidden' when trying to access ASP Quick Start tutorial | 25 Aug 2004 09:54 GMT | 2 |
I've installed MDAC 2.8 and the .NET Framework SDK, and am trying to access the ASP.NET Quickstart tutorial (http://localhost/quickstart/ASPPlus/). I open the web page in the start menu (C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Samples\StartSamples.htm on my ...
|
| How to find the OS? | 23 Aug 2004 12:12 GMT | 1 |
I want to find in which operating system my C# project is running. Can anyone tell me how to do this?
 Signature Christopher
|
| httpHandler and custom extensions | 23 Aug 2004 08:19 GMT | 2 |
I've .net 1.1 installed on a XP-Prof computer. My problem is that I can't use own extension ie file.myextensions with my httpHandler. The web.config contains the following code: <configuration>
|
| Identifying "System" assemblies in a stack trace | 23 Aug 2004 07:29 GMT | 1 |
I am using the StackTrace class to loop through the entire stack trace of my application. I am doing this to check my calling assemblies for some security purposes. But I have a problem now. I don't want to check on "system" assemblies (like System.Windows.Forms, etc.). I have to ...
|
| Availability of RESGEN.EXE utility? | 19 Aug 2004 13:42 GMT | 2 |
RESGEN gets installed with the Framework SDK and shows up in the FrameworkSDK directory of VS.NET. Does it get installed with any other applications or packages, or is it available in any other way?
|
| how to use GetNamedSecurityInfo | 18 Aug 2004 19:31 GMT | 1 |
i am having much trouble getting GetNamedSecurityInfo API to work from Advapi32.dll. how can i call this function using VB.NET? thanks in advance!
|
| How to load wav files in .Net | 17 Aug 2004 06:48 GMT | 1 |
In my program I have few wav files and I want to load different wav files based upon the input. Is there any API or component in .Net to load the WAV files. Thanks,
|
| ConvertTypeLibToAssembly and oleaut32.dll | 14 Aug 2004 19:55 GMT | 1 |
I am attempting to write a program, in C#, that converts some COM DLLs to Interop DLLs (following the instructions in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr fSystemRuntimeInteropServicesTypeLibConverterClassConvertTypeLibToAssemblyTopic ...
|
| tlbimp problem | 11 Aug 2004 14:41 GMT | 1 |
I am trying to generate RCW PIAs for my COM dlls. One of my DLLs fail with the error message: TlbImp error: System.Runtime.InteropServices.COMException - Element not found.
|
| Socket Listener Issue | 11 Aug 2004 01:52 GMT | 1 |
I have a problem with my TCP Socket Listener. I am using a vb.net synchrounous listener to allow a client to connect. I have no problem with the client connecting and exchanging data between the two systems. The server constantly listens, processes, and sends back response ...
|
| SDK VIEW | 09 Aug 2004 14:03 GMT | 2 |
where are the classes (source codes) for the sdk? I am very interested in reading the code and familiarizing myself to the classes and methods availalbe for future development....Thanks in advance
|
| How to play the content of an audio buffer? | 08 Aug 2004 18:07 GMT | 2 |
I have a byte array containing an uncompressed audio waveform and I would like to play it under MS Windows using .NET 1.1. Could anyone give me some tips on how to do it? Eric
|
| how to call C++ lib file from C# | 08 Aug 2004 17:38 GMT | 4 |
Dear everyone: I know I can call a dll by c# like this: using System.Runtime.InteropServices; [DllImport("user32.dll")]
|
| .NET on Linux | 06 Aug 2004 14:18 GMT | 4 |
i want to design my new application keeping in mind Linux and other OS's. I have heard there is .NET framework for it (MONO). Is it good idea to shelf Java and choose .NET to develop when you wanna keep in mind OS independence.
|