| Thread | Last Post | Replies |
|
| VS.Net project and memory problems | 23 Jul 2008 19:48 GMT | - |
OK... Solution: 5 projects Project1 (Main project)
|
| What is MSSharedLibKey.snk | 23 Jul 2008 14:12 GMT | - |
I have a Visual C# Solution in VS.NET 2008 and one of it's assembly is using signing. It finds the proper .snk file but when I try to compile the whole project in Release mode
|
| IE asking for password | 13 Jul 2008 20:54 GMT | - |
I installed vs.net 2008 on win 2003 everything runs great beside that each time I hit F5 (to build and show my webpage in the browser) IE prompts me for a password. I enter the current users password and get access to the page. There is a remember me checkbox... but it doesnt
|
| WPF localization | 12 Jul 2008 21:18 GMT | - |
I've read an article about WPF localization. It said it is recommended to manage Uid's with msbuild /t:updateuid projectname, and use locbaml command line tool to parse and generate satellite assemblies. But, this is really tedious. I have to open a command prompt, have to move
|
| compile bar on IDE vs2008 | 11 Jul 2008 17:17 GMT | - |
how can I show my comile bar on vs2008 IDE? TIA
|
| Visual Studio Intellisense Shortcuts | 10 Jul 2008 21:51 GMT | - |
Some time back I heard of shortcuts that one could use while an Intellisense menu was active that would group the entries by methods, members, properties, and code snippets. This shortcut would allow you to quickly see all the methods instead of having to scroll a lot to
|
| WebDev.WebServer.Exe System.Runtime.InteropServices.SEHException | 10 Jul 2008 11:39 GMT | - |
An ASP.NET web project has recently began crashing WebDev.WebServer.exe with a System.Runtime.InteropServices.SEHException. The EventLog for the crash looks like this: Application ID: WebDev.WebServer.EXE
|
| ClassCleanup timeout? | 06 Jul 2008 18:02 GMT | - |
I've created a method marked with [ClassCleanup] to clean up after Vs2008 (Pro) has run a set of unit tests. The method stops some services that have been started in the [ClassInitialize] method. The method itself works fine - I can call it from within a unit test and it will ...
|
| Refresh Dataset Designer but not lose queries | 23 Jun 2008 17:28 GMT | - |
I am using Linq to Dataset. I have a Compact database (.sdf) that is the source of my dataset. In the course of development several new queries have been added to the table adapters for the dataset.
|
| ComponentRemoved | 21 Jun 2008 22:05 GMT | - |
When someone is designing an ASP page in VS 08 I would like to be able to tell when they have deleted a component. I have wired into the event ComponentRemoved, but it also appears to fire when the Designer is exiting. Is there a way to tell when the Designer is exiting versus ...
|
| Stop Custom class from being overwritten by VS2005 auto designer | 20 Jun 2008 19:45 GMT | - |
Hi, i'm having a strange issue, I've created a Class dervived from a DataGridView that has all my columns, events properties etc defined. I take this class and instanciate it on a Form. The problem is when I modify a object on the parent form (say resize a button, change colors) ...
|
| A way to automatically create arrays of controls? | 20 Jun 2008 19:18 GMT | - |
Is there a way to tell the IDE that you want to create a series of controls and have their variables be in an array rather than individual variables? I've written several dialogs that contain lots of text boxes or check boxes that I want handled the same, and to simplify code, I ...
|
| VSTF Running under administrator account in vista conflicts on TFS | 19 Jun 2008 06:35 GMT | - |
VS is forcing itself to run as Administrator on vista so everyone using vista logs into TFS as administrator. How can this be fixed? I can't have everyone using the 'Administrator' account to log into TFS (Only applies to VS on Vista or 2008 Server)
|