| Thread | Last Post | Replies |
|
| .NET Framework 2.0 features on VS 2005. | 29 Jan 2007 19:40 GMT | 7 |
I am tyring to use the .NET Framework 2.0 with Visual Studio 2005, but I cannot get the System.IO / class method File ReadAllText feature to work. How can I get this to work with VS 2005? Thanks,
|
| unable to run vss.open() | 29 Jan 2007 19:03 GMT | 7 |
I am just trying to open vss: try SourceSafeTypeLib.IVSSDatabase vssDb = new VSSDatabaseClass(); vssDb.Open(@"C:\Program Files\Microsoft Visual
|
| Studio 2005 and the ".Designer" file...?!? Code practice in properties. | 29 Jan 2007 16:49 GMT | 3 |
I have a created a custom usercontrol which inherites an Excel like usercontrol. In this usercontrol I have a custom property called SpreadTemplate, which is an enum with (at the moment) two members called None and Pipeline.
|
| VS.2005 and Vista | 29 Jan 2007 14:58 GMT | 5 |
I have a strange one. When I run Visual Studio (with SP1 mind you!) I always get the UAC message asking me permission to run the environment. I have installed and reinstalled the SP. I can right click on the shortcut and choose to run as administrator
|
| Translating to local time | 29 Jan 2007 14:54 GMT | 4 |
Some examples in datetime format: Thu, 25 Jan 2007 10:22:39 -0500 Thu, 25 Jan 2007 09:12:17 -0800 Thu, 25 Jan 2007 10:26:04 -0800
|
| Is there difference ??!! | 29 Jan 2007 11:56 GMT | 1 |
From beginner ..... Both "Window Form" & MFC (microsoft foundation calsses) / both of them accept " Controls " on them. Can any person tell me what's Difference??!!
|
| VBE 2005 - 'Index' Property For A Control | 29 Jan 2007 09:42 GMT | 5 |
Guyz, Whatever happened to the 'Index' property for a control, that used to be present in VB 3.0 / 4.0 / 5.0 / 6.0 and which now seems to be missing from VBE 2005?
|
| List of Vista/Visual Studio 2005 Problems! | 29 Jan 2007 05:39 GMT | 2 |
Well, after looking at this list, I'm thinking of staying with XP/VS2005 for a while longer. At least until SP2 is out and Vista has been burped a few times. Here's the link to the list of KNOWN woes that await MS developers on Vista.
|
| ClickOnce and Version Number | 29 Jan 2007 05:07 GMT | 3 |
When I publish an application with ClickOnce, I specify Major, Minor, Build, and Revision numbers for the Publish Version, for example as 1, 0, 0, 97. But when I view the version of the exe file in explorer, or get it programatically, it comes back as 1.0. 0.0.
|
| Using Application Settings in N-tier architecture | 29 Jan 2007 00:54 GMT | 7 |
How are Application Settings supposed to be used in multi-tiered applications? If I have a winforms application consising of 2 projects 1. UI PROJECT: has the settings
|
| CLR stack | 28 Jan 2007 22:43 GMT | 5 |
I would like to learn if there is any difference between the stack that MSIL uses for each method for executing instructions and the stack that it uses
|
| Blue Screen of DEATH | 28 Jan 2007 21:17 GMT | 1 |
Hey guys, i am having a problem with my pc. It is running XP Home and is an advent. Sometimes it does it when it starts up or some times jsut randomly. Here is the error code:
|
| system restore | 28 Jan 2007 21:16 GMT | 1 |
system restore fails to bring my computer back to a restore point. It goes through the entire process and after restarting it states that it was unsuccesful. I have tried different restore points with the same result
|
| Help with some terminology | 28 Jan 2007 18:59 GMT | 5 |
(1) Can anyone please tell me the exact meaning of primitive types in the MSIL context. (2) Also what is the meaning of the world inline? (3) What is the meaning of the statement: "You should bear in mind,
|
| Read an excel spreadsheet on 64bit windows | 28 Jan 2007 18:41 GMT | 2 |
How do you read an excel spreadsheet cell on 64bit windows without using MS.JET (because it hasn't been ported) or without using Office interop (Because I'm not allowed to install it on the server)? Any ideas?
|