all groups > dotnet sdk > august 2004
No option to create a Pocket PC 2003 app.
Posted by Glisson at 8/31/2004 8:59:21 PM
I am running win xp
VS .NET 2003 Pro Trial
Have installed eMbedded C++ and SP4
PPC2003 SDK.msi
When I choose to create a smart device app I only have the option for WinCE
or PPC 2002. I have a PPC 2003 enabeled Dell Axim synched to this computer
with AS 3.7.1 abd can also run the emulator... more >>
SIP/RTP/RTCP analyzer tool??!!
Posted by Harry Potter at 8/31/2004 11:56:24 AM
Dear All-
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
you know of any in priticular that you can refer me ... more >>
Which version shall I use? Visual studio .NET or 6.0?
Posted by Berka at 8/25/2004 11:07:07 PM
Can I under no circumstance build an application in Visual studio .NET 2003
unmanaged to work on a computer without the framework .NET? Or is there any
dependencies between the compiled program and the framework? Or is the Visual
Studio 6.0 better to use. The program is written in Visual C++.... more >>
HTTP Error 403 - Forbidden
Posted by Rechird at 8/24/2004 1:25:01 AM
I have installed Microsoft .NET Framework SDK QuickStarts tï½ã€€ï¼·ï½‰ï½Žï½„ï½ï½—s XP Prï½.
When I click the ASP.NET QuickStart Link to
http://localhost/quickstart/ASPPlus/
I get ï½ï½‚ï½ï½–e ï½ï½’ï½’ï½ï½’.
Hï½ï½— tï½ã€€ï¼³ï½ï½Œï½–e.
... more >>
How to find the OS?
Posted by Christopher at 8/23/2004 3:59:01 AM
I want to find in which operating system my C# project is running. Can anyone
tell me how to do this?
--
Christopher... more >>
httpHandler and custom extensions
Posted by Henrik de Jong at 8/20/2004 2:24:01 PM
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>
<system.web>
<httpHandlers>
<add verb="*" path="*.aspx"
type="MSDNHandler... more >>
Availability of RESGEN.EXE utility?
Posted by Bert Hyman at 8/18/2004 9:07:22 AM
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?
--
Bert Hyman | St. Paul, MN | bert@visi.com... more >>
How to load wav files in .Net
Posted by Koti at 8/17/2004 10:39:26 AM
Hi,
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,
Koti... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error creating window handle
Posted by Ramana at 8/11/2004 12:23:21 PM
Hi,
I am working on a windows application (C#) which has number of tab pages
and each tab page contains large number of controls (labels, text boxes,
buttons etc).
After facing the window creation problem, I came to know that the maximum
no. of window handles per process is limited to 10000.
... more >>
tlbimp problem
Posted by Helge G Solheim at 8/11/2004 11:20:34 AM
Hi,
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.
I am using this command line on the visual studio command line prompt:
tlbimp /primary /nologo /asmversion:3.6.0.... more >>
Identifying "System" assemblies in a stack trace
Posted by Gopalakrishnan N.T via .NET 247 at 8/11/2004 4:59:03 AM
Hi,
I am using the StackTrace class to loop through the entire stack=
trace of my application=2E I am doing this to check my calling=
assemblies for some security purposes=2E But I have a problem now=2E=
I don't want to check on "system" assemblies (like=
System=2EWindows=2EForms, etc=2E)... more >>
Socket Listener Issue
Posted by Jimmy Chapman via .NET 247 at 8/9/2004 10:34:36 AM
I have a problem with my TCP Socket Listener=2E I am using a=
vb=2Enet synchrounous listener to allow a client to connect=2E
I have no problem with the client connecting and exchanging data=
between the two systems=2E The server constantly listens,=
processes, and sends back response mess... more >>
How to play the content of an audio buffer?
Posted by Eric DELAGE at 8/8/2004 5:23:56 PM
Hi.
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... more >>
SDK VIEW
Posted by john at 8/6/2004 1:51:02 PM
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
... more >>
ConvertTypeLibToAssembly and oleaut32.dll
Posted by Eric Misimelissa via .NET 247 at 8/6/2004 1:58:35 AM
I am attempting to write a program, in C#, that converts some COM=
DLLs to Interop DLLs (following the instructions in=
http://msdn=2Emicrosoft=2Ecom/library/default=2Easp?url=3D/library/en-us=
/cpref/html/frlrfSystemRuntimeInteropServicesTypeLibConverterClas=
sConvertTypeLibToAssemblyTopic=2E... more >>
User Quota and Ownership programming in VB.NET
Posted by Samuel Shum at 8/5/2004 7:44:03 PM
Greetings, I'm just wondering if there are any classes and examples in
VB.NET that show how to assign ownership and quota to users. I'd found a
class namely "IsolatedStoragePermission" in system.security.permissions
namespace
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpre... more >>
Updating form from another thread
Posted by majid-eng at 8/2/2004 3:07:02 AM
Hi
I have a thread that does many calculation and i'd like to view each calculation result in my form synchronously. how can i do?... more >>
|