| Thread | Last Post | Replies |
|
| VS.Net : Shortcut key for Immediate Window doesnt work. | 27 Nov 2006 17:00 GMT | 8 |
in my Visual Studio installation , I cannot go to immediate window using Ctrl+Alt+I ? Could anybody tell me how to set it work ? Thanks in advance.
|
| how to update session state server on Windows 2003 x64 version | 27 Nov 2006 15:46 GMT | 1 |
Sir/Madam, After set the session mode="StateServer" in the Web.config I get follow error, Unable to use session state server because this version of ASP.NET requires
|
| Question on AppDomain and Thread | 27 Nov 2006 15:20 GMT | 10 |
When you create a new AppDomain, objects you created in there using say AppDomain.CreateInstanctAndUnwrap() run in the same thread as the caller is that correct? If so, how could I create an AppDomain having its distinct thread? In
|
| Get the record count of SQL table w/o retrieving records | 27 Nov 2006 14:37 GMT | 4 |
How can I get a record count of an SQL table without the actual records being retrieved? This is what I'm using right now and it does take a long time for big tables: SELECT COUNT(colName) FROM myTable
|
| get the project path | 27 Nov 2006 07:10 GMT | 1 |
I need to know the locaton of a project that i am referencing in my project. So in the project that i want to reference I created a public method in a class that returns Application.StartUpPath . However, when i access this method from my project it return the StartUpPath
|
| Building .Net 3.0 on Server2003 | 27 Nov 2006 05:49 GMT | 1 |
On my Server 2003 image I have installed vs2005, an earlier Orcas (wsextwfx.msi), the 6.0 Windows .Net SDK, the .Net 3.0 framework (dotnetfx3.exe)and now I'm trying to install the latest Orcas. But I get an error message that says I need the .Net 3.0 runtime installed first - ...
|
| datalist and items. | 27 Nov 2006 02:01 GMT | 1 |
Hi, in the ItemDataBound i can use this to change things on a item. Dim memoliteral2 As Literal Dim memolabel2 As Label Dim fileReader2 As String
|
| DataAdapter.Update bug updating Child table via Relations / RowState corrupted? | 26 Nov 2006 21:43 GMT | 9 |
Hi all. .Net 2.0. It seems the DataAdapter.Update Method changes the RowState of child records to 'Modified' when updating them through a Relation. If the child records' .RowState is "Added" or "Deleted," shouldn't they STAY
|
| Any RTF Lib out there? | 26 Nov 2006 20:38 GMT | 8 |
I need a good RTF Parser (Reader / Writer) Library in C/C++/C# for some text processing purposes? any Free or Commodity Libs I can use? Please give some Web Site Address
|
| Question on .Net Remoting Connection | 26 Nov 2006 12:47 GMT | 2 |
In trying to understanding the .Net Remoting plumbing I have a questions and wondering if anyone can help me? I have read Rammer's excellent book but still having got all the answers. This is what I have and I know of.
|
| drag and drop issue... | 26 Nov 2006 05:53 GMT | 4 |
If I use software like OpenOffice and try to drag text I could notice that 1. when I drag inside the document I'm moving the text 2. when I drag outside the document I'm copying the text Yet it all looks like one smooth operation. With correct cursor feedback
|
| JIT Debugger | 25 Nov 2006 14:54 GMT | 1 |
Hi group I have a video game wich probably make an error. this error is catched by the MS JIT debugger and my game is closed. i would like to deactivate the JIT to see if my game could continue ...
|
| Make compile silent in VS2005 | 24 Nov 2006 19:48 GMT | 3 |
How can I make the compile silently so that during the compiling of the solution, the .cs files name will not be listed in the output window? Thanks.
|
| Control properties say 1 thing but control visuals say another | 24 Nov 2006 15:15 GMT | 1 |
I have a problem that I cannot figure out. I have a number of controls (list boxes, radio buttons, text boxes, etc) that are not functioning properly. The properties of each control are set (via code) but they are not being updated in the form that contains them. The opposite ...
|
| system.runtime.serialization assembly missing | 24 Nov 2006 13:48 GMT | 3 |
How can a 2.0 framework assembly like system.runtime.serialization be missing from my machine? How can I get it back? Do I have to re-install the 2.0 framework? If so how?
|