Description:
Microsoft .NET technology newsgroup.
|
|
|
Test web server applications using ACT5.5
|
| |
Hi , I am into a new project which tests web applications compatibility on windows 2003 . Is this possible using ACT5.5? Please do let know me how I need to start. Regards Sujith
|
|
installing Framework 3.5 SP1 on Windows 2003 SP2 Enterprise IA64
|
| |
I cannot install .NET Framework 3.5 SP1 on Windows 2003 SP2 Enterprise IA64. The error log is: [07/08/09,15:50:16] Microsoft .NET Framework 3.5 (ia64) 'package': [2] Error: Installation failed for component Microsoft .NET Framework 3.5 (ia64) 'package'. MSI returned error code 1603 [07/08/09,15:50:30] WapUI: [2] DepCheck indicates Microsoft .NET Framework... more »
|
|
ABI changes between VC++6.0 and VC++9.0
|
| |
Are there any changes in the Application Binary Interface (ABI) of the Visual C / C++ Versions 6.0 and 9.0, or is it possible to link code generated with 9.0 to old 6.0 Libraries/Object files?
|
|
named events in C# - do they exist?
|
| |
I need to do some simple IPC between C# applications, and a named event object (e.g. CreateEventEx) would fit the bill. I see that System.Threading has Mutex and Semphore classes, but the ManualResetEvent class appears local to the process only. Is there a C# class that supports named event objects?... more »
|
|
Integer template argument warning
|
| |
Hello, I am compiling the following code <code> template < unsigned int I > class A {}; template < int I > class B {}; template < int I > B<-I> foo(A<I> const &) { return B<-I>(); ...template < int I > void bar(A<I> const &) { ...int main() { A<1> a; foo(a); // warning here bar(a); return 0;... more »
|
|
Question on HtmlHelp
|
| |
Hello, we use HtmlHelp for context sensitive Help, like this: AfxGetApp()->HtmlHelpA( helpId, HH_HELP_CONTEXT ); Since we have very many help Ids it can happen that an Id is not mapped in the help file. HtmlHelp then shows an error box. What I want is that it shows the start page of the help system.... more »
|
|
MSVCR80r.dll was not found
|
| |
Hello, I have visual studio 2005 installed, a compiled program cannot run and it generates the error MSVCR80r.dll was not found on the machine visual studio 2005 installed. I thought it must be a FAQ. I searched the net and followed the different suggestions from the link below. it doesn't help [link]... more »
|
|
HD Monitor
|
| |
I have a folder monitor and record all events in a file log. For example, changes and creation of files. How you can develop it? Thank you.
|
|
IE in kiosk mode problem
|
| |
I use vs2005 and this code but ie open in normal windows mode not in kiosk mode. What is wrong? STARTUPINFO siStartupInfo; PROCESS_INFORMATION piProcessInfo; char *m_Process="C:\\Program Files\\Internet Explorer\\iexplore.exe"; char *cmd_param = "-k [link]"; memset(&siStartupInfo, 0, sizeof(siStartupInfo));... more »
|
|
|