| Thread | Last Post | Replies |
|
| WCF | 17 Jul 2007 15:04 GMT | 1 |
Where do I find a Newsgroup for Windows Communication Framework?
 Signature Arne Garvander (I program VB.Net for fun and C# to get paid.)
|
| Writing to the EventLog in Vista | 17 Jul 2007 09:31 GMT | 4 |
Is it possible to write an entry in the "Windows Logs\Application" EventLog and set the source to the name of our application, without creating a source for our application ? If we set source to "Application" when calling the WriteEntry method on the
|
| Run A Query with a Macro in MS Access | 17 Jul 2007 02:13 GMT | 1 |
I have several update queries that I would like run when the user selects one macro command. I have found how to open the query, but I want to run it w/o opening it...is that possible? Thanks for your help.
|
| Visual C++ question | 17 Jul 2007 00:55 GMT | 3 |
I am creating a class library project for VC++ in VS 2005. On compilation, the following error is returned error C2664: 'LookupAccountNameW' : cannot convert parameter 1 from 'char *' to 'LPCWSTR'
|
| multithreading and procedures... | 16 Jul 2007 18:42 GMT | 1 |
I have a multitheaded app. in wich I do not user AutoResetEvent for handling classes that are common for all threads. now, I have a procedure in a common class that looks like this: Public Sub aa(byref Object1 as cObject)
|
| Report a bug | 16 Jul 2007 09:26 GMT | 2 |
I want to report a bug in Windows 2003 can you please tell me the exact link or email address for Windows 2003 where I can put the bug information.
|
| Panel covers menu strip | 16 Jul 2007 09:03 GMT | 2 |
what is the reason, that a panel which dock is set to fill covers a menu strip, which dock property is set to top? I do not want the panel covering the menu strip. What must be done to optimize the display? Norbert
|
| Select in DataSets | 16 Jul 2007 08:40 GMT | 1 |
I want to select specific records in a DataSet eg ds.Tables[0].Select("Max(Volume)"); Voulme is the ColumnName, i need the record(s) with Max in Volume Column. the above throws an error at runtime, is there a wayout.
|
| ClickOnce Questions | 16 Jul 2007 08:02 GMT | 1 |
I've a few questions about ClickOnce in VisualStudio 2005. The installation of my application works fine, I published the files on a webserver and installed the app on a winxp client, updates works also fine. But here's my first question:
|
| ildasm/ilasm to system.data.dll in framework 2.0 result in error | 16 Jul 2007 07:29 GMT | 3 |
Using ildasm.exe I got il file. then, using ilasm I wanted to get the assembly back but it failed. at the beginning it showed the following error for several global methods with pinvokeimpl. error -- Local (embedded native) PInvoke method, the resulting PE file
|
| Problem with SslStream when using Windows Vista | 16 Jul 2007 07:17 GMT | 11 |
When my client program runs under XP and calls a server (solaris in this case) via an SslStream all is well. The client may make multiple calls and multiple authentication calls and be fine. I expressly "clean up" everything streamwise and socketwise and all is well.
|
| Path.Combine loses drive letter | 15 Jul 2007 22:36 GMT | 1 |
Maybe it's just me, but this seems wrong: Path.Combine("c:\\", "\\") returns "\\" I would expect the return to be "c:\\". What do you think? Thanks,
|
| Microsoft Update for Dot Net Framework 1.1 and 2.0 fail. Help please | 14 Jul 2007 13:42 GMT | 2 |
My notebook PC has Microsoft.Net 3.0 installed on top of 2.0 and 1.1 (as an upgrade). Today I saw two security update for 2.0 and 1.1 service pack 1 show on Windows Update critical list.
|
| Robust embeddable webserver? | 13 Jul 2007 23:07 GMT | 1 |
We're looking for a webserver to embed into our application. We need something that's reasonably solid, standards-compliant, and which supports multiple requests and enough web application type stuff (sessions, some kind of form handling, authentication... no need for
|
| Running out of Sockets | 13 Jul 2007 18:09 GMT | 5 |
I am working on a .Net Web Service which will be used by thousands of users at a time. It does lot of file operations (Creating, deleting, enumerating, reading attributes etc) and Ldap queries to AD using .Net APIs. Under stress test, service machine runs out of Sockets and we ...
|