| Thread | Last Post | Replies |
|
| .NET 1.1 and Visual Studio 2002 | 04 Jul 2003 22:01 GMT | 1 |
I have Visual Studio .NET 2002 installed on my computer and I also installed the .NET framework SDK ver. 1.1 on the same computer. But, when I look at the 'About' screen, it still says .NET framework ver 1.0. I don't
|
| Config file for a library | 04 Jul 2003 16:55 GMT | 1 |
If I name a config file "myapp.dll.config" and place it in either a library's bin\Debug or bin\Release directories then I am able to read settings with ConfigurationSettings.AppSettings(...). However, if I
|
| How to localize a VS add-in's strings in the Tools/Options... dialog | 04 Jul 2003 06:53 GMT | 1 |
I've developed a VS Add-in, as well as a few panels to permit the user to configure my add-in. These panels appear in the Tools/Options... dialog. I can localize the strings in the panels themselves.
|
| FP Timestamps Do Not Reflect VS Changes | 04 Jul 2003 03:33 GMT | 1 |
I am managing a web with both FrontPage XP and Visual Studio.NET and find that many files that I change in VS or that are changed by VS builds (e.g. DLLs) show inaccurate timestamps in FP and as a result the affected files do not
|
| Tabs showing as arrows, spaces showing as period: WHY??? | 04 Jul 2003 01:01 GMT | 1 |
I committed the sin of pressing the wrong key on my laptop and naturally it triggered some totally unhelpful hotkey command. Now all of my tab symbols show an arrow symbol and my space symbols are displaying a period.
|
| Adding UNINSTALL to a VS built MSI package | 03 Jul 2003 20:16 GMT | 1 |
I'm exceedingly pleased with how easy VS .net 2003 makes it to create an MSI package even for my Borland Delphi project!-))) However, I've run into one problem. It will not let you
|
| Visual Studio.Net Acedemic - must put installation cd's in after install? | 03 Jul 2003 17:25 GMT | 1 |
After installing Visual Studio.NET on either Windows 2000 or Windows XP Pro, Visual Studio occasionally becomes temporarily disabled and asks for the user to insert both installation CD 1 and 2 in order to "install new
|
| Visual Studio 2003 Bug | 03 Jul 2003 13:08 GMT | 1 |
Can anyone confirm if this is a bug. After creating a VB.NET console application and adding an <appname>.config file the action of building the solution (compiling) deletes the config file. The config file disappears and
|
| config file automatically deleted! | 03 Jul 2003 13:06 GMT | 1 |
I created a WinForms app (MyApp.exe), and created a config file(MyApp.exe.config) in it's output directory. However, whenever the build finished, the config file is deleted automatically!!! Besides, anyother *.config files in the output directory (there are several projects that
|
| Backgroundimage doesn't show during execution | 03 Jul 2003 12:08 GMT | 1 |
I am not able to get any background image that has been set in properties, to appear in a form or control when I go to test the app. I can however, call for them explicitly in code i.e. img=picturebox1.image. Any ideas?
|
| Vi keyboard mappings for vs.net | 03 Jul 2003 08:30 GMT | 1 |
Does anybody know where I can find vi keyboard mappings for vs.net. Thanks in advance, Dharshan.
|
| reading an html page | 03 Jul 2003 07:09 GMT | 1 |
I want to read an html page wich is located on another server. I need to get some information out of that page and present it in my own page. Is there an object which read the html page and converts
|
| Reports In Visual Basic.net 2003 | 03 Jul 2003 06:20 GMT | 1 |
I am currently using Visual Basic 6.0. I was planning to purchase Cyrstal Reports 9, but now I'm hearing rumors that visual basic.net 2003 comes with crystal reports. Would it make more sense to upgrade to Visual Basic.net?
|
| Cannot add new Visual C++ project to solution | 03 Jul 2003 03:38 GMT | 1 |
I am a new user to vsnet. Just installed Visual C++.net standard 2003. Can import old C++ v6 projects into solution container OK, but when I try to add a new c++ project (using any template) to a solution container it
|
| Instantiating classes | 03 Jul 2003 01:14 GMT | 2 |
I'm just starting with VS.NET and can't figure out how to call classes from within an ASPX page. I've scoured the MS documentation and website to no avail. Can someone please see why the following doesn't work ? (I keep
|