| Thread | Last Post | Replies |
|
| Can someone help me debug this snippet of code? | 27 Aug 2006 22:57 GMT | 10 |
I have two classes. The first one called Program contains the Main() method. This class ideally should be able to call a method called normDensity from another class NormalDistribution code attached below the first class. I instantiate the NormalDistribution class as:
|
| Nant with .net 2.0 without solution task | 27 Aug 2006 22:30 GMT | 2 |
Can someone please show me an example of how to build a single .net solution via Nant without using the solution task, or the msbuild task? I can't seemt o find an example anywhere. Thanks in advance
|
| Need language pack | 27 Aug 2006 22:28 GMT | 1 |
I have install dotNETFramework 2.0 Chinese. Need I install Chinese language pack?
|
| NUnit or mb.Unit | 27 Aug 2006 22:25 GMT | 1 |
Hi All Sharpies, Which is a good tool for TDD, NUnit or MBUnit? I reas some blogs they say MBUnit is better but I was looking at the activity and it seems MBUnit was last updated in 02/06.
|
| C# 1.x with C# 2.0 *.DLL | 27 Aug 2006 22:14 GMT | 1 |
Is it possible to reference a .NET 2.0 .dll with a .NET 1.x compiler? I have tried with C# but I get a compiler error. I was wondering becuase you can implement both generic and non generic iterators and when you implement a generic interator with the IEnumerable<> interface it ...
|
| Raise Event not working (revised) | 27 Aug 2006 21:57 GMT | 2 |
(my last post was incomplete so this issue is being reposted) I have an ASP.Net C# app with a Default.aspx page with an ascx user control on the page named EditGrid.ascx given the ID myEG on the page. I am trying to raise a custom event in this user control passing custom data
|
| How to know a event handler alreay added to invoke list | 27 Aug 2006 21:56 GMT | 2 |
Can someone tell me how to know a event handler alreay added to invoke list? For example, how can I know tvwLeft_AfterSelect2 is already added to tvwLeft.AfterSelect so I won't do it again?
|
| Problem with the Designer | 27 Aug 2006 21:55 GMT | 2 |
it´s the third time now that I´m getting an error message like this: Warning 1 The designer cannot process the code at line 85: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; The code within the method 'InitializeComponent' is generated by the
|
| Best way to maintain settings? | 27 Aug 2006 20:26 GMT | 5 |
We have a .NET Win app that runs at 12 different cattle feeding lots. Each lot runs an isolated instance of our app using its own SQL Server instance. For overall settings specific to a feedlot, we're maintaining those values right now in the database. But I'm not sure its the ...
|
| how to make sure this.Test() call base class method in base class constructor | 27 Aug 2006 19:43 GMT | 2 |
There is a method Test() implemented in base class and override in subclass. In base class itself, how to make sure this.Test() will just call implementation in base class only? Thanks a lot!
|
| Raising Event not working | 27 Aug 2006 19:36 GMT | 7 |
I am trying to raise a custom event in a user control passing custom data arguments. I have done this many times in VB but this is my first time in C#. The code below passes the proper arguments in the
|
| MSHFlexGrid.... | 27 Aug 2006 19:24 GMT | 4 |
hie, does anyone know. how to use the MSHFlexGrid.. .in C#... and does'nt VS 2005 shipp with a NEW MSHflexGrid??? i hav VB6 installed to so does that create some conflict?? theres only ver. 6.0 .
|
| Catching exceptions in other assemblies. | 27 Aug 2006 19:19 GMT | 5 |
I have an object named DisasterRecovery. The Ctor of this object is this: private DisasterRecovery() { Application.ThreadException+=
|
| Access to Registry from Windows service when computer reboot. | 27 Aug 2006 18:54 GMT | 2 |
Hello !!! I'm write service that change value in the registry key. Service work under LocalSystem account and have all right to chage this key.
|
| How to seperate GUI-Design and Core functions? | 27 Aug 2006 18:22 GMT | 3 |
I´ve a general question how to perform a strict seperation between GUI design and core functionality. To give a little example... I´m importing an xml file into a MS SQL database.
|