| Thread | Last Post | Replies |
|
| Probelm with Process and shortcut | 01 Jun 2005 00:21 GMT | 4 |
I directly go to the problem, I create a Process, I set the Filename to the full path and filename of a shortcut file (.lnk) and then I start my process, like this : Process p;
|
| deployment of winform control for use in webpage | 31 May 2005 19:14 GMT | 1 |
I developped a winforms usercontrol that I need to use in a webpage. If i make an msi file that the users download seperately then it works. But I cannot figure out how to put it in a cab file so I can just put it in my object tag and they don't have to download it. (the ...
|
| MSCommLib | 31 May 2005 15:58 GMT | 2 |
Im developing an C# app and I am needing the MSCommLib component. Is it correct that it comes with Visual Studio 6.0? How can I get it? Is it possible do download. Thanks
|
| problems with May VB Express/Avalon/Winfx SDK | 31 May 2005 14:51 GMT | 1 |
Am I the only one encountering problems with the May VB Express? Aside from the fact that Microsoft have again needlessly changed things, like registry access which was fine the way it was and removed the visual basic compatability namespace which I was actually using, ASIDE from ...
|
| Sharing DLL between threads | 31 May 2005 09:46 GMT | 6 |
I've a third party DLL (not a .NET class library PE) which I use using DllImport attribute in my application running in multiple threads invoking different methods of the same DLL. The memory usage of the application is shooting to 1GB in just 30 minutes.
|
| framework1 to framework2 | 31 May 2005 09:31 GMT | 1 |
we are willing to upgrade our server from framework1 to framework2 but we afraid that it will damage our framework1 websites and applications. what are the risks in upgrading to framework2?
|
| newbie question | 31 May 2005 08:21 GMT | 2 |
what is difference between server_Activation and client_activation? TIA.
|
| DataSet/datatable Dispose | 31 May 2005 05:36 GMT | 3 |
when dataset/datatable will be disposed ? After calling Dispose(), when i access DataSet or DataTable, the object exists. Even after calling GC.Colect(), when i access them, the object and data
|
| Source of components in development projects? | 31 May 2005 02:44 GMT | 4 |
In a development environment, what is the source of components for applications being written? In other words, are a set of components installed from say Visual C++ .Net?? Let me explain my understanding of .NET:
|
| New Beta 2.0 build - error CS0115: 'ASP._MasterPage_master.Framewo | 31 May 2005 00:16 GMT | 2 |
I receive the following message when I try to build in the newest 2.0 beta. Build worked fine under the previous February CTP version. error CS0115: 'ASP._MasterPage_master.FrameworkInitialize()': no suitable method found to override
|
| Implementing enumerations that could change | 30 May 2005 19:25 GMT | 6 |
I have been designing a class that encapsulates the functionality of a "Phone Number". I find that I am getting stuck on how to implement the "type" of phone number the class represents. I started off by using an enumeration such as..
|
| Loading a referenced Framework 1.1 assembly from a Framework 2.0 Application | 30 May 2005 18:57 GMT | 1 |
We reference System.Messaging from our library that is a .Net Framework 1.1 assembly. This library is then referenced within our .Net Framework 2.0 Beta 2 application: Expected references:
|
| .net 2.0 -> "InvalidOperationException" at DebugTime | 30 May 2005 15:55 GMT | 1 |
Mit dem Framework 2.0 habe ich ein Problem das ich vorher nicht hatte. Oder es zumindest nicht festgestellt habe. In my Application I show each seconnd the Time in a statusbar. At runtim it works fine. If I want debug, fires an
|
| Using threads correctly | 30 May 2005 15:27 GMT | 1 |
Whenever i need to use threads in my apps, i always have the same problem of choosing the right kind of threads to create. I never know whether to create threads by using:
|
| Registration Problem | 30 May 2005 14:41 GMT | 1 |
I got a laptop recently and I installed MS Visual Studio .NET 2003 Academic on it but when I open the program and I try to register it I get a message that it was already registered. This is true since I already installed and registered it before on my main computer last year. ...
|