| Thread | Last Post | Replies |
|
| Initialize in and unit (cs file) | 22 Jun 2006 10:11 GMT | 4 |
I want to know how could i have an initialize method in a namespace. I want to make an auto-registration component like that : in ParentCollectionUnit public class myParentCollection
|
| Web Service calls failing after 5 minutes | 22 Jun 2006 10:06 GMT | 4 |
We are calling a webservice running under SSL with a request that takes quite a while (8-12 mins) to return. This has been running fine on my desktop machine for some time now, but when the code is deployed to the live server, it fails after 300 seconds (5 minutes), with an error
|
| IntelliSense doesn't work in single .cs with refrences. | 22 Jun 2006 09:33 GMT | 3 |
I am writing a single .cs in IDE that uses some refrences that I have created previously as dll. I compile this refrences with /r switch in csc.exe with no problem. IntelliSense works with cs commands and syntaxes. But the problem is It
|
| Class instantiation from Type | 22 Jun 2006 09:16 GMT | 2 |
I'm developing a custom server control that should take a datasource and its Type and from its Type instantiate internal objects to display data. MyServerComponent mySrv = new MyServerComponent();
|
| Countries ... | 22 Jun 2006 09:10 GMT | 1 |
Does anybody knows the location of Countries list ready to paste to an application Combo Box items... ?
|
| Dual Monitors | 22 Jun 2006 08:16 GMT | 2 |
Assuming a user has a dual (or more) monitor setup, how do I force a windows form application to open up and display in the default monitor of the system? Thanks in advance
|
| compile and debug a single .cs in IDE? | 22 Jun 2006 06:51 GMT | 2 |
Hi Group, Can I compile and debug a single .cs in IDE? I want to set a breakpoint on my single .cs (in IDE) and call its method from other projects. This .cs is compiled to a dll every time
|
| Is there a C# code repository? | 22 Jun 2006 06:48 GMT | 2 |
Just curious to know if there's a c# code repository similar to Perl's CPAN or PHP's PEAR etc? In particular, I'm looking for community developed solutions to common web development steps.
|
| DataView IndexOf | 22 Jun 2006 06:46 GMT | 1 |
I have a CustomerTable which is a DataTable. I have a PersonalDataView which is a DataView. The code below returns the row index of the table beautifully. Any pointers on how to get the row index of the DataView?
|
| nullable types got me down | 22 Jun 2006 06:37 GMT | 2 |
I'm in the very early stages of evaluating an OR Mapper library called EntitySpaces (www.entityspaces.com) and it's really cool, but they use nullable types which are new to me and it's making my life very hard. I'm generating business entities from different MySql Dbs and some of ...
|
| file upload at diff locations | 22 Jun 2006 03:41 GMT | 2 |
I have website build using c# where I have 3 images in my homepage. I have a table called images where I store the physical path of all 3 images. eg: Image1 --> C:\StoreImages\User1\Image1.jpj Image2 --> C:\StoreImages\User1\Image2.jpj
|
| ADO Connection still connecting after Open? | 22 Jun 2006 01:25 GMT | 29 |
Suddenly this week, I've started getting this error message: System.Data.SqlClient.SqlConnection(GetOpenConnection)ExecuteNonQuery requires an open and available Connection. The connection's current state is connecting.
|
| want to use this code in C# | 22 Jun 2006 00:31 GMT | 9 |
i'm trying to run a program from the %ProgramFiles% with no success,what is the problem with this code'why i can't run the program,i've to use the %ProgramFiles%,Plz help with this code Process Outlook_Express = new Process();
|
| TextBox and New Line | 21 Jun 2006 23:28 GMT | 6 |
How is the New Line character written to the TextBox field (TextBox.Multiline=True)? For example: TextBox1.Text = "Line 1\nLine 2";
|
| Using VS 2005 | 21 Jun 2006 23:27 GMT | 3 |
I have someone at work starting to look at converting our 2002 projects to 2005 and had quite a few problems with the project. I thought you could use either 1 or 2 file (codebehind) method. But when I create a project, I can't seem to find a place to make that
|