| Thread | Last Post | Replies |
|
| Windows Service cannot start. Error 1053: | 24 May 2005 15:32 GMT | 2 |
I have written a Windows Service which uses a FileWatcher to process file dropped in a directory specified in a config file. If directory does not exist it creates it in the constructor. This works fine on my machine. We have created a new domain user specially
|
| Running programs for non-previleged users on XP | 24 May 2005 14:40 GMT | 1 |
Scenario =========== (1) You write a program using some programming language, say, C#. (2) You make an assembly out of the program by compiling it. It is a
|
| fill dropdown list thru data set | 24 May 2005 11:55 GMT | 1 |
Any idea how to fill a dropdownlist thru dataset I done like this ddLst1.DataSource = myDataSet ddLst1.DataMember = myDataSet.Tables(0).Columns(1).Caption
|
| getting parent assembly through reflection recursively - help requ | 24 May 2005 11:54 GMT | 3 |
Can we get name of parent assembly in a called component recursively ? i know Assembly.GetCallingAssembly() will return one level above. I need to check the parent of parent also. is it possible. can anyone help me.
|
| Can't delete assembly from GAC in Windows 2003 with Framework 2.0 | 24 May 2005 06:34 GMT | 4 |
I can't delete an assembly from GAC. I'm trying to delete from Framework 2.0 configuration tool, but I'm getting an error: Error deleting assembly. How can I remove it? I get also an error when trying to change the assembly trust with the
|
| Alink error, creating satellite assembly | 24 May 2005 03:42 GMT | 3 |
C#, VS.NET v1.1 I have lots of resx files, and created lots of test .de.resx files. When I built, a couple of the .de.resx files gave link errors when building the satellite assembly. To keep going I excluded those files. Now I am
|
| localization, resource not being added to satellite assembly | 24 May 2005 03:39 GMT | 3 |
C#, VS.NET v 1.1, Winforms I have an applications with lots of forms and user controls. We have gone through and turned on the Localizable property for all of them and added modified resx files (german) for a quick test.
|
| Listview - annoying item mixup. Help needed | 23 May 2005 23:22 GMT | 1 |
I'm dropping labels onto existing items in a LargeIcon Listview. My problem is that the listviewitem consuming the event is not the one underneath the mouse cursor!! If only I could derive the listviewitem from the cursor postion, I could solve that problem, but I don't seem to ...
|
| Looking for a good zip (compress files) control | 23 May 2005 21:28 GMT | 1 |
Hi, Does anybody know some good free control to zip file (compress files to zip library)? Thanks.
|
| Session loses it's state exactly every 10 seconds | 23 May 2005 20:44 GMT | 1 |
I'm using Framework 1.1. I have a webform that when I click on an image name in a listbox - the image shows up on the form. The image is located on a novell server - and the app copies the image to the local drive (cache basically) then shows it.
|
| Big Memory Leak in XmlDocument.Load("filename"); | 23 May 2005 20:39 GMT | 11 |
I've been tracking down a memory leak using DevPartner 7.2 and what I am seeing is that calling XmlDocument.Load() leaks A LOT of memory. The following code is called when I click a button on my test form. (this is test code I wrote to confirm the bug, not my actual code)
|
| Using a Class enumeration as a Data Source | 23 May 2005 20:38 GMT | 1 |
I have a class that contains an enumeration and I would like to bind the members of the enumerations to a drop down list box. If have seen some examples that use Enum.GetNames and Enum.GetValues but when ever I pass the name of my enumeration I get an error. Let me illustrate.
|
| Code Obfuscation | 23 May 2005 20:07 GMT | 6 |
I'm concerned a commercial application I've completed could be stolen by deobsfuscation. However it's not clear to me what information is gained when my .net executable is deobsfuscated (decompiled?). Any insight on the subject would be greatly appreciated.
|
| Reflection: accessing member of given object | 23 May 2005 18:12 GMT | 3 |
Hi, I have trouble finding info on the following: I have an object myDataAccessObject that contains heaps of SQLDataAdapters and derivatives thereof. These are auto-generated for me by VS. I want to be able to call the update-method on all of these (in effect doing
|
| upgrade | 23 May 2005 18:03 GMT | 1 |
hi all, I have VB.NET version 7.1.3088 i want to upgrade...how to go aboutit and do they have any free downloads for the same. Please help.
|