double msi
Fri, 07 Sep 2007 08:21:48 -0700
I have an access application to deploy and i use the vs2005 deployment
tool. it work no.1 but after it install everything i need it to
execute a second msi which is the access 2003 runtime. how do i do so ?
...
|
Interop C# Application
Thu, 06 Sep 2007 12:13:58 -0700
I created a new VS 2005 C# application which calls an existing COM
component which I had created years ago in VC6. I added a reference
in Visual Studio 2005 to the COM component and it generated a
Interop.MyCOMApp.DLL. When I run the app in debug mode it calls the
COM module just fine. I'm building an Install ...
|
RE: Transaction context in use by another session
Thu, 6 Sep 2007 04:04:02 -0700
My guess is that you are dealing with mutithreaded problems, do you have any
static variables in your process?!
Else post you sample source, that will be helpfull :)
Cheers
"David Good" wrote:
> I've read MSDN cover to cover. I've searched the internet all the way to the
> end and even read the inde ...
|
Threading application block?
Thu, 6 Sep 2007 11:52:34 +0100
Sorry if this question has been asked before, but is there any intention to
write a threading/process management application block (or did I miss
something and it already exists)? A common pattern for me when writing
software is to create a thread mananger and to create classes to manage
queues of work it ...
|
Re: Returning typed DataRow from WebMethod
Thu, 30 Aug 2007 16:24:53 -0400
"BeanDog" <BeanDog@discussions.microsoft.com> wrote in message
news:4B3F68DF-0B67-4540-9230-A61AE42FBD07@microsoft.com...
> The title pretty much says it. I'm using the tutorial on MSDN for
> creating a
> 3-tiered distributed application
> (http://msdn2.microsoft.com/en-us/library/aa581776.aspx), a great tut ...
|
RE: Exception Management Application Block - installation problem in ASP.NET - The event source ExceptionManagerInternalException does not exist
Thu, 30 Aug 2007 10:33:37 GMT
To fix the error:" The event source
ExceptionManagerInternalException does not exist and cannot be created with
the current permissions.", do this:
1. Open regedt32 (not the standard, regedit) and navigate to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\EventLog
2. click on "Security-->Permissi ...
|
regasm
Fri, 24 Aug 2007 10:48:03 -0700
why when I run regasm with tlb and codebase params do I get a different
result when run with admin privs vs local system account. Its being deployed
via sms which utilizes local system. When done this way things fail but if I
manually install with admin privs it works fine. any ideas?
thanks
tonyr ...
|
|
|
Read Message Queue Error
Fri, 24 Aug 2007 13:46:09 -0000
Hi,
I have a window service reading from a message queue and gave me a
repeated error for the first message it read. In other word, everytime
I start the window service which reading from the queue. It throw
exception on reading the first message from the queue. There error is
looking like this:
System.Thr ...
|
Gaming: C#-C++ network communication
Fri, 24 Aug 2007 02:00:02 -0700
Hi,
I am to write a C# game serrver, which would communicate with a C++ client.
It should be used just for the administration communication (not during the
game itself, just administrating different game rooms, users, tournaments
...), however there should be many thousands concurrent users online,
sec ...
|
How To: Write a custom remoting transport
Thu, 23 Aug 2007 22:54:01 -0700
I have created cache (basically a Dictionary(tkey, tvalue)) that is remoted
via TCP.
It allows me to load up the cache with 1+gb of data that remains cache
between calls and client startups.
Multiple callers can call on the remoted cache and retrieve data.
I'd like to avoid the binary serialization cost ...
|