| Thread | Last Post | Replies |
|
| a little GAC help please | 08 Apr 2008 19:50 GMT | 5 |
I have a signed assembly that I installed in the GAC using Windows Installer 2.0 (VS2005). I can see the assembly using the standard Explorer view C:\Windows \assembly, as well as using the gacutil.exe /l myassembly.dll console.
|
| Problem with projects not compiling | 08 Apr 2008 19:39 GMT | 2 |
Can anyone tell me why I keep getting the following problem after shutting down VS2008 and attempting to reopen my solution? Warning 1 The referenced component 'System' could not be found. Warning 2 The referenced component 'System.Core' could not be found.
|
| Threads problems | 08 Apr 2008 19:39 GMT | 2 |
I am trying to build thread inside thread in this way: Thread A (start) { successHandler = false
|
| Closing all Windows in Windows Application | 08 Apr 2008 19:33 GMT | 8 |
I have a chat application which i have created using WinForms 2.0 (C# lang). The situation i am faced with is that i need to close all the opened (chat, public chat, chat invite, chat history, user profile) windows
|
| Looking to buy a new laptop | 08 Apr 2008 19:23 GMT | 6 |
For a while my wife and I have shared my current laptop (Dell Inspiron 6000D), and it's worked out ok. However, lately she's kind of caught the bug and finally started getting a feel for all the wonderful things she can do on a computer from getting some of her office tasks
|
| How to make CLR stored procedure generate comments in TSQL when it is deployed via visual studio? | 08 Apr 2008 19:21 GMT | 1 |
How to make CLR stored procedure generate comments in TSQL when it is deployed via visual studio? e.g. when i right click the project and hit deploy, i want some comments to appear in or around the SQL wrapper that calls the CLR function.
|
| The business way to store personal data in database (any) | 08 Apr 2008 18:41 GMT | 2 |
What is the current modern way to store private information such as credit card, social insurrance etc... into the database. There are standards that we have to request like FIPS. I could use AES with 256bit keysize length, but the secret key should be
|
| format a double using System.Convert.ToString | 08 Apr 2008 18:41 GMT | 3 |
I can use System.Convert.ToString to convert a double to a string, but how do I format it (say I want to keep two deimals)? Or there is another class that is I should use? Thanks. WJ
|
| COME ON MICROSOFT - CLEAN THIS NEWSGROUP - IT'S BECOMING UNUSABLE !!!!!!! | 08 Apr 2008 18:29 GMT | 4 |
|
| Problem occurs in loading managed C++ dll. | 08 Apr 2008 17:02 GMT | 1 |
While trying to load a managed C++ dll getting an error "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)".
|
| TreeNode.EnsureVisible question | 08 Apr 2008 16:46 GMT | 1 |
HI NG! I have a problem which is very confusing for me. In my app it is possible that the tree view will be cleared and created completely new.
|
| property in an interface | 08 Apr 2008 16:46 GMT | 7 |
hey all, can and should a property be included in an interface class? if so, can someone please show me a simple example? thanks,
|
| LINQ to SQL - Help with restructuring a query | 08 Apr 2008 16:31 GMT | 2 |
I'm trying to get my head around LINQ to SQL and the new syntax. I have a query that's working, but I have a feeling that it's not as clean as it could be. I would like some guidance on how to improve it. In short, there's a table that can have multiple entries for a single
|
| How do you know that the gc runs | 08 Apr 2008 15:22 GMT | 3 |
Is there a way to know when the garbage collection runs? We would like to see how an app performs and when various gc levels kick in. Thanks
|
| Trying to understand interfaces | 08 Apr 2008 15:01 GMT | 3 |
I am using the Head First book to try and understand interfaces.There is one thing I dont understand about the following code: public void Sort() {
|