| Thread | Last Post | Replies |
|
| Running applications developed using framework 1.1 after installing framework 2.0 | 13 Sep 2005 22:36 GMT | 2 |
We've an application developed using framework 1.1 and it's been working great. Now when we install framework 2.0 besides 1.1, the application runs using 2.0 and blows up with some inter-op issues. My question is, is there anyway to force the application to run using
|
| Constraining Drag & Drop | 13 Sep 2005 21:33 GMT | 3 |
Is there a way that I can constrain my drag-n-drop operations from my app to a single target application? It was remarkably easy to get the drag-n-drop functionality going in the first place, but I'd like to only allow people to drag items from my
|
| Event ID: 1011 | 13 Sep 2005 17:52 GMT | 3 |
Recently i formated my webserver and installed Win 2003 SP1, before of this my applications was running all right, but after the modification (win2003 to win2003+SP1) my server is lanching this event: (this event is not frequently, is about 2 or 3 times in a day, and don't have a
|
| Deploy assembly to GAC with VS.NET Setup project | 13 Sep 2005 17:43 GMT | 2 |
I have a 3rd party assembly (it's an ADO.NET driver) which depends on a couple of native (non-managed) DLLs. On my dev machine I can place the assembly and its dependent DLLs in a folder anywhere on my disk and run "gacutil -i AssemblyName.dll". When I do
|
| alowing delegates in attribute c'tors | 13 Sep 2005 17:01 GMT | 1 |
I was just wondering why AddressOf <methodname> is not considered a constant expression for attributes. I mean, is it too much of a stretch to have a method resolved before compile-time? I think this would be a good step toward more explicitly supporting aspect-oriented ...
|
| Hiding DLL files during Search/Find? | 13 Sep 2005 16:51 GMT | 2 |
After installing the .Net framework (v1.1) I lose the ability to find all DLL files on the C: drive. Show all files is checked, and hide extensions is unchecked in the folder option settings, and I have local admin rights. If I go to the winnt directory and search for dll files, I ...
|
| WMI Connection via diferent port | 13 Sep 2005 16:18 GMT | 1 |
I will greatly appreciate if anyone can help me with the following questions regarding WMI: 1. Following ports are used for basic WMI operations: RPC TCP 135, 139, 445, 593
|
| Calling remote dll's from a server | 13 Sep 2005 14:58 GMT | 3 |
I have spent a good deal of time trying to find an answer to this and keep running in circles. I have an application which is deployed to several dozen computers. Certain portions of the application require regular maint. and updates,
|
| DropDownList Question | 13 Sep 2005 13:56 GMT | 1 |
My application has a series of dropdownlists with AutoPostBack set to True and IndexChanged handlers as well. All of the dropdownlists are bound and dynamically populated. Is there a way to manually add an entry to a dropdownlist that is
|
| return statement inside finally block | 13 Sep 2005 13:56 GMT | 2 |
can we have a return statement inside a finally block in C#..if not why?
|
| [OOP] attributes and interface both mandatory | 13 Sep 2005 11:51 GMT | 2 |
I wonder if it is possible in C# to create an attribute and an interface, and to force the developpement to use both or none on his classes... For exemple, if I have : public MyAttribute : Attribute
|
| Patching into New? | 13 Sep 2005 11:20 GMT | 4 |
Is it possible to patch into the memory allocation mechanism in .NET (VB.NET specifically). Maybe a call-back everytime an object is created on our application. For example, when I do...
|
| Unable to send mail using System.Net.Mail | 13 Sep 2005 11:01 GMT | 2 |
I am trying to send a mail using the System.Net.Mail namespace. My SMTP server requires authentication and the following is the code snippet which I've been using: MailMessage msg = new MailMessage();
|
| DataGridView: show not all columns of DataSource | 13 Sep 2005 10:52 GMT | 3 |
I'm trying to use tha DataGridView of .NET 2. But it doesn't seem to have something like a tablestyle, permitting you to show only some columns of the DataSource andn ot all of them. Does anybody knows how to do this? I want for exemple not that the ID of my
|
| How to insert a dropdownlist sourced by a dB inside a datalist row | 13 Sep 2005 09:25 GMT | 2 |
Good Morning, In my web page I've a datalist that is sourced by a database, the problem is that I want that one of the column of the datalist contain a dropdownbox
|