| Thread | Last Post | Replies |
|
| Testing Frameworks | 26 Jul 2006 22:00 GMT | 3 |
I have both .NET Framework 1.1 and 2.0 installed on my machine. I wrote an program that I'd like to test against both versions of the Framework. The program is a Windows Form executable that was written against .NET 1.1
|
| Gui threads (STA) and calling WMI | 26 Jul 2006 20:19 GMT | 2 |
Posting an issue for a colleague: They are having an issue w/ making WMI calls from a gui thread. Gui threads need to be on the STA and there is some speculation that WMI calls need to be on the MTA, how to mix both?
|
| Using namespace from another project | 26 Jul 2006 19:56 GMT | 4 |
I have two projects, both build .exe. Project_2 declares an object that is defined in Project_1. At compile time I refer from Project_2 to Project_1 and it makes Project_1 namespace available to Project_2. Project_2 compiles and runs, but at runtime it requires Project_1 ...
|
| Calculate memory consumed. | 26 Jul 2006 13:31 GMT | 4 |
In my application I have a datacache class which stores xml objects which are frequently used. Caching objects can improve performance but they come at the cost of memory and in my case since the number of xml objects can be huge I wanted to put an upper limit to the memory ...
|
| Embedding localized resources | 26 Jul 2006 13:25 GMT | 1 |
I'm trying to understand how VS 2005 and the .NET Framework 2.0 can be used for a localized application. I've read a lot of messages, posts and guides but I can find a straight answer. I would like to write a DLL library, but I think it'll contain also some forms. I'd like to add
|
| ManagedC++ and [System::Security::SuppressUnmanagedCodeSecurityAttribute] and stack walk | 26 Jul 2006 13:15 GMT | 2 |
I have a managed C++ API which calls extensively into native API. I would like to remove the security walk above!! in C# I could tag my declaration like that: [System::Security::SuppressUnmanagedCodeSecurityAttribute]
|
| Remove titleBar | 26 Jul 2006 13:03 GMT | 1 |
I have simple .net form application with one pushbutton. pushing the button open new window . the new window is external application ( not .net application. ) . i'm trying to remove the new application title bar and make it child of
|
| Click on Title Bar | 26 Jul 2006 13:01 GMT | 2 |
I have a busy dialog (i.e. a form with a progress bar with the description of what is happening in the moment) but when I have a counter on it to show
|
| interop & performance | 26 Jul 2006 03:57 GMT | 12 |
I have an application which use has a DLL with 100+ (auto-generated) Managed C++ wrapper around some native API. Compare to a purely version my application has some performance issue and I just realized it is probably due to the security check which happen just
|
| ManagedC++ security: How to avoid the stack walk? | 26 Jul 2006 03:47 GMT | 2 |
In C# I could remove security check on an C DLL call by tagging my function as follow: [System::Security::SuppressUnmanagedCodeSecurityAttribute] [DllImport("SomeDll.dll")]
|
| VB6 deployment through DotNet | 25 Jul 2006 21:58 GMT | 1 |
I know that DotNet's deployment functionality will allow very easy the ability to add a VB6 executable and/or DLL. My question is if there is a way that it can detect dependencies within that VB6 file? I know it does it for DotNet code but it doesn't appear to do it for VB6.
|
| Newbie Connection problem | 25 Jul 2006 18:22 GMT | 2 |
I have spent 3 plus hours looking at documentation and references. I have copied code and changed variables... but still nothing. Here is my connection string and scalar. Dim sqlConn As New SqlConnection("Data Source=*Server;Initial
|
| [.Net 2.0] How to participate into a transaction ? | 25 Jul 2006 17:18 GMT | 1 |
I'm building a component that perform some operation and that is working. This component is runnig into the application app domain by now, but later, this component will be a distributed component that will perform operations which represent only a part of a whole process.
|
| Webservice proxy and override | 25 Jul 2006 16:26 GMT | 1 |
I got the following problem. When I add a webref to a project it generates (somewhere in the darsksides of the solution) a proxyclass. If you follow the inheritance tree you get the following tree: Component
|
| Tick must be Datetime.MinValue | 25 Jul 2006 16:11 GMT | 1 |
We have migrated sql 2000 to 2005. our product is working 1.1. framework also fine. but We are trying to connect sql 2005 thru 1.1. framework, we got the error. Anybody have any solutions or suggestion, pls send the following ids:
|