all groups > visual studio .net general > february 2006 > threads for february 22 - 28, 2006
Filter by week: 1 2 3 4
Forms Inheritance and its baggage!
Posted by essgee at 2/28/2006 11:10:27 PM
Inheriting Forms (aka Visual Inheritance) is quite useful. However, I have
found VS2005 facilitation of this feature a little bit quirky. (It may also
be true for VS2003)
Firstly one has to presume that some controls on the base Form will be
declared as Protected. (Purists may argue against... more >>
Visual Studio 2005: a page fault generator?
Posted by Alessandro Riolo at 2/28/2006 10:15:18 PM
We have VS 2005 on 4 machines, Win XP Pro, all dual core P4 (2 Prescott
and 2 not, all HT, 2 i915P 2 i875P), and we get a lot of performance
problems. One of the main issues we identified is that VS 2005 is
generating a lot of page faults, in one of the machine (1.5GB DDR 400,
dual channel... more >>
Problem with XmlDocument
Posted by NN at 2/28/2006 11:47:24 AM
Before that nothing I want to ask for excuses for my english level.
The problem that I have is the following one:
I have a file xml with "encoding=3DISO-8859-1" and accents.
When in VB.NET, in a Form I write:
Dim objxml as new XmlDocument
and then when de Forms load:
objxml.Load("C... more >>
Minimum hardware spec for VS2005
Posted by Johno at 2/28/2006 9:47:30 AM
What's the minimum spec and will VS.NET 2005 run at an acceptable speed on it?
TIA
Johno... more >>
code signing in 2005
Posted by gerry at 2/28/2006 9:36:22 AM
when creating a web deployment project in vs2005, the authenticode options
that were available in vs2003 have been removed.
is this functionailty available elsewhere in vs ?
or is this now a completely manual process ?
Gerry
... more >>
deployment project with COM interop
Posted by R Wampler at 2/28/2006 8:07:27 AM
I have a project using COM interop (to be used through VBScript) which runs
fine when I register the .dlls using regasm or by letting the project build
register for COM interop. The problem occurs when I install the .dlls
through the deployment project. The install runs fine, but when I run ... more >>
Dragging Classes and Interfaces from referenced assemblies onto Class Diagrams
Posted by harrisjr2001 NO[at]SPAM yahoo.com at 2/28/2006 6:15:58 AM
I don't seem to be able to drag classes and interfaces from referenced
assemblies onto Class Diagrams. Is there a problem with doing this?
... more >>
unspecified error while adding new webform to WebApplication
Posted by Abhijeet at 2/28/2006 3:18:04 AM
Hi ,
I m getting "unspecified error" while adding new webform to project.
Any help appriciated...
Thanks,
Abhijeet.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS 2005 seems to lock a file during debug
Posted by cold80 at 2/28/2006 2:43:30 AM
I'm working with VS 2005 and I have a simple Windows Forms application
with a single button. Inside the click event of the button I have a
breakpoint in the only line of code that is:
return;
So, I launch my application, I click the button and VS stops on the
breakpoint before doing anythin... more >>
VS2003 and VS2005 - Safe Together?
Posted by ML at 2/27/2006 7:41:11 PM
I've seen various reports off and on for the last few months on where there
are issues with VS2003 and VS2005 installed on the same dev box. Are all
the issues basically worked out now and is it safe to use both together on a
production dev PC without any issues of maintaining project in both... more >>
Importing VS 6 projects into VS2005
Posted by sherwood NO[at]SPAM programmer.net at 2/27/2006 2:57:03 PM
Visual Studio 2005, C++ compiler
An MFC project imported from Visual Studio 6 does not compile, due to
several syntax errors in msidl.h. This is a MS include file, which I
did not request. I don't use IDL at all.
Anyone have a clue what might be wrong?
... more >>
how to change install package to run under .NET 2.0 instead of 1.1
Posted by levu at 2/27/2006 10:49:27 AM
My applicaton and its installation package was created under Visual Studio
2003 for .NET 1.1. Unfortunately, my customer upgraded all their w/s to .NET
2.0. Now, when we try to run the .msi file, this is the error message I see:
"This setup requires the .NET Framework version 1.1.4322. Pl... more >>
Unable to connect to SQL Server database.
Posted by Garry G Bain at 2/27/2006 6:44:45 AM
VS2005 just created a Web Solution using WebParts.
When I click the Security Tab or link in the WAT (Web site Admin Tool) I get
the following error :
"There is a problem with your selected data store. This can be caused by an
invalid server name or credentials, or by insufficient permissio... more >>
Installing VS.NET 2005 on 5308
Posted by Oscar Thornell at 2/27/2006 12:00:00 AM
Hi,
I am trying to install VS.NET 2005 (Team Ed. Arc.) on Windows Vista 5308.
The installation hangs during the "Hide_VBasicSharedDirData action..."
usually resulting in a bluescreen of death after aprox. 10 minutes..
I have tried to shutdown Windows defender services...
Tried to run Vis... more >>
VS .Net 2003 Setup Project Wont Register Output for COM
Posted by Chris Newby at 2/26/2006 3:27:10 PM
I have been working with writing an Outlook Add-In and started with the VS
Add-In wizard which created the Add-In project and a setup project. The
primary output of the Add-In project is, as you'd expect, included by
default in the setup project. Also setup by default in the setup project is
... more >>
Copy Web Site FTP Problem
Posted by Mark Olbert at 2/24/2006 5:28:05 PM
Sigh. Every other ftp client I've used lets me enter the path to the site, the user id and password, and connects.. but not the one
in VS2005. Why does MS have to do everything differently?
Here's the problem: when I try to connect (through Copy Web Site) via FTP, I get the error message "The ~/... more >>
Visual Studio 2003 'Loses' code
Posted by Phillip N Rounds at 2/24/2006 4:27:49 PM
I have had a recurring problem with my VS2003
1: It keeps loosing certain types of code, specifically
MyButton.Attributes.Add("onclick", "myJavaScriptFunction();");
I add this in the
private void InitializeComponent() method, after all the appropriate C#
event handlers are added... more >>
installation error of vb.net 2003 on windows millenium edition
Posted by munawar at 2/24/2006 2:20:58 PM
hello
I get the error message that the operating is not supported and says please
read the readme file so can you please tell me the solution to the problem
thankyou... more >>
VS 2005 Web Site Deployment Problem
Posted by CanoeGuy at 2/24/2006 12:37:28 PM
I have developed a web site in VS 2005 using the login controls included. I
have developed this app on my local machine and everything works fine. When
I copy the project to the web server, everything works fine except for the
login part. I get an application error. The ASPNETDB.MDF is in ... more >>
VSNET 2003 with ASP 2.0
Posted by Andrew R. Jones at 2/24/2006 12:15:55 PM
I'm trying to upgrade from ASP 1.1 to 2.0. Can this be done and still stay
with VSNET 2003? An upgrade to VSNET 2005 proved to be deadly on existing
applications.
THanks
Andrew
... more >>
Remove plugin from VS2005
Posted by narshe NO[at]SPAM gmail.com at 2/24/2006 7:22:33 AM
I installed the AnkSVN plugin, and don't want to use it anymore. I
uninstalled it, and rebooted, and the plugin stays win VS2005 but the
commands don't work anymore.
How can I completely get rid of it? I don't want it in my menu anymore.
... more >>
Web project not compiling sub directories
Posted by Ryan at 2/24/2006 2:58:21 AM
Hi all,
I have a web project under VS 2005 that does not compile or validate
any content in some of the directories. This is very frustrating as
when VS works well it is great, but at the moment there are errors all
over the place which are not being caught until I access the pages via
the we... more >>
Setting profiles in Visual Studio?
Posted by Jorgas at 2/23/2006 12:46:34 PM
Hi! I have a question regarding setting profiles in Visual Studio.
My scenario is this: When I work at my office I have two screens and I place
the different windows and toolboxes out on both screens. But, when I work at
home I only have the screen on my laptop and therefore I have to move al... more >>
FileSystemWatcher
Posted by Michel Meex at 2/23/2006 12:32:30 PM
I have a problem with the filesystemwatcher object. We created a windows
service with this object, which should file an event when a new file is
created on the server on which the service runs.
It infact works, as long as we do it on the server itself. As soon as I
create it through a netwo... more >>
Microsoft File Transfer Manager
Posted by Gilbert at 2/23/2006 4:03:58 AM
If this is not the right discussion group for my topic please tell me where I
can post it. My question is : How can I restart the Microsoft File Transfer
Manager to continue a download that has been interrupted by a PC shutdown ?
Thank you.
--
Gilbert.... more >>
VS 2005 Tools for Office - Outlook Add-in won't install with the S
Posted by AMolotkov at 2/22/2006 10:30:27 PM
Hi,
I was hired to do a VS2005 Outlook add-on. I am using Office Tools with
VS2005, and the Outlook template project. It works just fine out of the
Development Environment, but two problems I could not overcome despite hours
of research are: a) the setup file won’t install the add-in on... more >>
VS2005 General Performance Degradation
Posted by Maestrocity at 2/22/2006 8:53:29 PM
Has anyone experienced gradual performance degradation with VS2005? And
I mean in all aspects of the program, intellisense, design-view,
compiling, etc. Eventually I have to reboot and then it is up to speed
for a few hours before it begins to degrade again.
I have a fairly clean machine...
... more >>
Windows Mobile 5 emulator
Posted by Jim H at 2/22/2006 9:08:42 AM
I was just at an MSDN seminar and they were building smart apps using the
Windows Mobile 5 emulator. My VS 2005 Team Edition only has Pocket PC 2003
and WinCE 5 emulators. Where can I get the Win Mobile 5 emulators (phone
and handheld)?
jim
... more >>
Setting up a fileshare project on a remote webserver
Posted by Jed at 2/22/2006 8:03:57 AM
I have asked about this in the past without any success, but I have some new
insight that may help me get an answer to "How to setup up a root web
fileshare project on a remote server" I am starting to think it cannot be
done.
Here is the Server setup:
* ServerName: Cellar
* Windows Serv... more >>
MSBuild task for restoring a database
Posted by Boske at 2/22/2006 6:29:00 AM
Hi,
During our build process, we want to run unit tests on a clean
database. Therefore we want to restore a database. Does anyone know how
you can create a MSBuild task to do this?
Thanks in advance for your help.
Kind regards,
Karine
... more >>
Shared Rows in DataGridView 2005
Posted by Other_Developer_More at 2/22/2006 6:00:30 AM
Hi there:
I'm having some troubles with a DataGridView (2005). Happens that sometimes,
when I'm handling some event, say CellMouseDown so to speak, the property
e.RowIndex is -1 (it's a shared row), son I don't know which cell was clicked
and every action using it will fail. I can't even un... more >>
Problems with new project from existing code in Visual Studio 2005
Posted by RG_Basser at 2/22/2006 3:39:27 AM
Hello,
when I create a new project from existing code in VS2005 the project file
..vcproj starts with three characters  and the xml encoding is 'UTF-8'.
(only visible in a hex editor or a code editor like vslick edit). But when I
create a new empty project (e.g. Hello World) this three ... more >>
Good Cheap Installation Software??
Posted by Wayne Gibson at 2/22/2006 12:00:00 AM
Hi,
Was wondering anybody could help?
I'm looking an application to help deploy my Windows Form application. I've
been using the built in installer in VS.NET 2005, but I want to package all
the files up into one exe (this includes the prerequisites!). So that my
users only have to downlo... more >>
VS 2005 and PSDK and VS 6 compatibility
Posted by Mitch Gallant at 2/22/2006 12:00:00 AM
VS 2005 Pro install on XP Pro SP2
I noticed that the install includes PlatformSDK lib, bin and include
directories at:
C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
Are these the same files included separately in the Windows Server
2003 SP1 PSDK (April 2005) ?
If I installed thi... more >>
|