| Thread | Last Post | Replies |
|
| Caching an object client side | 29 Mar 2008 15:33 GMT | 2 |
I am looking to cache a class in a .NET client/server application on the client end. The server holds an instance of the class which is required on the client at various points. Currently I have a cached version of the class in a local member variable on the client. Updates to ...
|
| Redistributing MSVCR70.dll | 29 Mar 2008 15:27 GMT | 1 |
I have a question about whether I'm legally allowed to redistribute MSVCR70.dll. The situation is this: I'm writing an open-source application in Delphi, released under Mozilla Public Licence 1.1.
|
| help- .NET application - very tough architecture question | 25 Mar 2008 19:07 GMT | 2 |
A friend has the WORST software architecture situation in the world. I was wondering if anyone could help me walk him through it. He has a business logic engine for mapping 3-d data to the screen written in C++.
|
| ClickOnce Store metadata "AppType" is not valid | 25 Mar 2008 14:14 GMT | 5 |
I am using .NET2.0 and ClickOnce to deploy my apps. I am deploying to primarily XP Pro SP2 and XP Pro 64 bit. Three machines out of hundreds have had this problem. I do not know the cause, but I do have a solution. It turns out if you simply recreate the user profile i.e. Log ...
|
| System.Delegate.Remove fialed on remote delegates | 14 Mar 2008 06:58 GMT | 8 |
I have remote delegates, but when the remote client is not avialable anymore (crashed for example), I can't remove the delegate from the inivocation list on the server side. When I call System.Delegate.Remove I got the error message:
|