| Thread | Last Post | Replies |
|
| what are the memory caps for threads running as a CLR stored procedure executed by sql server 2005? is it limited by OS only or also by sql servers memory limits? e.g. lets say my clr stored procedure is executed by sql server 2005 then it creates 10 threa | 25 Oct 2007 15:27 GMT | 1 |
what are the memory caps for threads running as a CLR stored procedure executed by sql server 2005? is it limited by OS only or also by sql servers memory limits? e.g. lets say my clr stored procedure is executed by sql server 2005 then it creates 10 threads and each thread ...
|
| Backgroundworker | 25 Oct 2007 14:28 GMT | 3 |
Anyone able to look at this code with backgroundworker. I am calling a FindDuplicates class and need to pass in the DriveData class that is passed into the form. So it is necessary to pass in to RunWorkerAsync the
|
| UI to Control Unit Tests | 25 Oct 2007 14:27 GMT | 5 |
I'm working in Visual Studio 2005 Team Edition for Software Developers I've used the wizard under the Test menu to create a bunch of unit tests. When I click "Test -> Start Selected Test Project with Debugger" the tests run.
|
| Reflection - method parameter marked as "out" doesn't have a BaseType | 25 Oct 2007 13:53 GMT | 2 |
I've got some code that is trolling through and assembly looking for methods that have parameters whose BaseType is DataSet (they are strongly-typed DataSets). .ParameterType.BaseType is always DataSet for parameters that are passed like:
|
| Xml Serialising Exposes a Class Too Much | 25 Oct 2007 13:30 GMT | 1 |
The code below is something I found on the net which serializes lists of objects. I have a few problems with it though. First, I hate that you have to have a default constructor - public Item() {}. For example, if you have a Directory class I think it doesn't make sense
|
| How to enable/disable serial port through C# | 25 Oct 2007 10:20 GMT | 1 |
I can enable/disable serial port through device manager. But I have to do it through programming . How can i do that in C#? Please help. Thanks in advance
|
| A simple interface. | 25 Oct 2007 05:00 GMT | 1 |
My boss gave me a task, i have to write with Visual C# a interface. He has a DataBase made with Access and he wants a program in C# with the possibility to show the contents of database, to order the contents and to addict some new files.
|
| Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. | 25 Oct 2007 04:27 GMT | 1 |
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to run a SQL Server Project with a CLR stored Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I
|
| ASP.NET SQLDataSource.SelectCommand | 25 Oct 2007 04:12 GMT | 1 |
Guys using the below code how do I obtain the results from the select query? //======================================================= // Create new SQLDataSource
|
| Help with marshalling into char** | 25 Oct 2007 03:40 GMT | 1 |
I'm attempting to inteface C# with the Ghostscript DLL. The function I'm having trouble with is defined in C as: int gsapi_init_with_args(void *instance, int argc, char **argv); My interface code is:
|
| Best C# book | 25 Oct 2007 02:24 GMT | 12 |
I work since few weeks with C#. NET 2005/2008 and I would like to complete my weak sides with a good book about C#. Could you advise me some which could start from beginner to expert ? I have a 7 years C++ background.
|
| Dynamic create tab pages on a tab control | 25 Oct 2007 02:23 GMT | 3 |
I done some looking on Google and could not come up with a way to dynamically create tab pages on a tab control. Does anyone have a link to any examples. Regards
|
| Detect non-standard characters in string | 25 Oct 2007 02:10 GMT | 5 |
I have a project to take a MS Word doc and reformat the text into text files that are built into my App. The only issue I have is some time there are some characters in MS Word that
|
| rasdial returns 632 on x64 bit Vista nd Windows XP | 25 Oct 2007 01:45 GMT | 18 |
I have a 32-bit application installed on x64 (AMD64) Vista and Windows XP. The rasdial returns 632 - ERROR_INVALID_SIZE on x64 machine; but the rasdial behaves properly installing the same 32-bit application on a 32-bit machine. Any clue?
|
| consolidating my events | 25 Oct 2007 01:33 GMT | 6 |
hey all, protected void Calendar1_VisibleMonthChanged(object sender, MonthChangedEventArgs e) {
|