bwechner's Q&A profile
Visual Studio Subversion SVN with Visual Studio 2005
Anyone know how I can use Subversion SVN source control in combination with VS .NET 2005 to have source control for a website served on IIS with Frontpage extension 2002 Thanks in advance guys! We did not specifically test VS 2005 with Subversion, so I would not be able to comment whether this is possible or not. You might need to talk to Subversion developers to resolve this. Sorry for the lack of a better answer, -Grigori ...Show All
Visual C# How do I pass a class as 'parent' to a form? (using VS2005 Beta 2)
Maybe this is an easy one for some of you, but I keep banging against a wall. I'm a first time programmer and I want to do the following... (By the way I'm working with Visual studio 2005 Beta 2) I've got a form called DialogAncester I've got a form called SpecificDialog which inherits from DialogAncester So far so good..(I guess) I want to open FormSpecific from a class called EntityA, that's not a big deal either public class EntityA : AncestorEnity { EntityA () { ...} public void OpenDialog () &nbs ...Show All
Visual Studio Team System Migrating two SourceSafe databases to the same server
Hi! I am unable to convert more than one VSS database into the same Team Foundation server. When I run the VSSConverter for the second database it stops with: TF60099: Given folder mappings do not match with last migrated mappings. Following was the original mapping please use this only for incremental migration.\n<From>$/</From><To>$/Test/Data6</To> The first database was migrated with this configuation file (part of): <ConverterSpecificSetting> <Source name="VSS"> <VSSDatabase name="S:\Data6"></VSSDatabase> </Source> <ProjectMap> < ...Show All
Visual Studio Express Editions How to get screen metrics on user's PC?
There has to be some way to do this -- In fact, this is already in my "bag of tricks" for HTML/Javascript development -- but I don't know how to do it in Visual Basic .Net (2005) yet. It's gotta be pretty simple -- I just want to know how big the user's screen is. Say I have a 500 X 500 window. If they're in 1024X768, I want to place this window at (524, 0). But if they are using 1280 X 1024, I'll place it further to the right -- for instance, (780, 0) But to do this, I need to know the user's screen resolution. Thanks in advance, Matthew Dim intX As Integer = Screen.PrimaryScreen.Bounds.Wi ...Show All
Visual Studio Express Editions SQL Expres won't open sample files in lessons
I don't get it. MS supplies a turorial lesson, and I can't open the .mdb files, get version exception. Any thoughts I installed the entire package after deleting all SQL, etc. Thanks, Jon SQL Server will not open *.mdb files as they are Access Database files, the files for SQLExpress have an extension of *.mdf for the data files, and *.ldf for the database transaction log files. ...Show All
SQL Server Raw files - create once
Hi, I try to add multiple files to a raw files. I use a loop for it and set the write option to "create once", so that the file should be created when the package is started and files are appended as they flow to the destination... However I always get an error when I try to add the second file that the raw file already exists... Well, I expect that it exists but I don't expect this error because that's not the intended behaviour! Is there anything I also have to do to use the raw file as it's described in BOL Thanks, All answered here Thomas: http://blogs.conchango.com/jamiethomson/archive/2005/12/01/2443.aspx &n ...Show All
SQL Server SSIS will not start after SQL Server 2005 SP1 upgrade
Hi guys, I have experienced a problem with a SQL Server 2005 SP1 upgrade, where hotfix.exe reported an error during the SSIS component upgrade, and then the SSIS service would not start back up. I have since attempted an additional SP1 upgrade on the server, which completed successfully, however the SSIS service still will not start. The server is running Windows Server 2003 Standard Edition SP1 with SQL Server 2005 Standard Edition (x86), which had been a clean RTM install prior to the SP1 upgrade attempt. The following information was located in the C:\Windows\Hotfix\DTS9\Logs\DTS9_Hotfix_KB913090_0.log file (the servers name has bee ...Show All
Visual Studio 2008 (Pre-release) "late binding" communication and more questions
I have several more basic questions concerning indigo: 1. Does the WCF provide a way to communicate to a slick way to communicate to a web service which is discovered during runtime. As an example: somebody provides a WSDL and an operation he wants to call from this service as well as a XML message he sends to the service and a XSL that he wants to apply to the response message. Currently I do something like that with a manual HttpWebRequest. Is something like that possible with WCF in a better way or is the contract/a known interface a requirement for WCF communications 2. Is WCF supported on the Compact Framework or will it be 3. ...Show All
Visual Studio Team System Warning CA1822 : Microsoft.Performance :
The Error: Warning 1 CA1822 : Microsoft.Performance : The 'this' parameter (or 'Me' in VB) of ActivateFormClass.CheckActiveMidChild(Form):Void is never used. Mark the member as static (or Shared in VB) or use 'this'/'Me' in the method body or at least one property accessor, if appropriate. C:\Documents and Settings\joe\My Documents\Visual Studio 2005\Projects\BMC_2005\BMC_2005\Components\ActivateFormClass.vb 15 Bmc2006 The Code: 'Check to see if form is open already if so bring it to the front *** Public Sub CheckActiveMidChild( ByVal formCheck As Form) Dim frmMdiParent As Form = BMCForm ...Show All
SQL Server Installing SQL
I get the message: Sql Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .Net Framework, or Sql Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 again. I have run the program vs_uninst_betas.exe but this did not help. Please some help Hi, go in the ADD/REMOVE Programs in the control panel and install every beta product which used .NET 2.0 beta like SQL Server 2005 beta 1/2/3 , Yukon, VS Express, VS Net etc. and/or additionally the -NET Framework package by itself. HTH, Jens Suessmeyer. --- http://www.sqlserver2 ...Show All
.NET Development Changes to stored procedures do not reflect in associated table adapter
Hi, I created a new SP in SQL Server Express 2005. This procedure select 4 values in a table based on a value that is passed to it. Then, I created a new DataSet file in Visual Studio 2005 Pro. and configured a TableAdapter to connect to the database and bind the 'select' command to the SP. I can see the 4 data columns in the right-side window when I choose the SP. So far, so good. Afterward, when I try to make a change directly on the SP and add a new column to be returned, these changes are not reflected in the TableAdapter. Even if I create a new dataSet file, configure a new tableAdapter, it seems that the program persist to use th ...Show All
Windows Forms VB.NET Arraylist of color names
How do I fill an arraylist (or an array) with the names of the colors This is very close to what I need. How do I get rid of those items that are not colors ...Show All
.NET Development Exception: "The underlying connection was closed: The connection was closed unexpectedly." (sometimes)
I have a windows app connecting to a webservice. In some situation(s) (haven't narrowed it down enough), I get the following exception: The underlying connection was closed: The connection was closed unexpectedly. When this exception is thrown, it is calling a method of a web reference. Now the situation that we experience this is on a laptop in the field that is using a WWAN connection in at least one location. It works fine in the lab at the office. Anyone have any ideas what could be causing this If you are transfering large messages or the operation on the service side is taking very long you m ...Show All
Windows Forms How do you write a 'login' winform?
I have a quick question: I have a winform that needs to have a 'login' window. I would like to show the login window before the main form opens. If the login fails, the whole thing should close; otherwise, the login window should hide and the main window should become visible. I can't seem to get this to work. All I am ending up& ...Show All
Smart Device Development sql select statement
I am trying to use the SQL " SELECT * FROM machines", this retrieves all records(rows) fine when I use the "sqlcedatareader" I want just to access 1 record from the table but the code keeps breaking on the "executereader" line SELECT * FROM machine WHERE mc_no = 12345 Why is this SQL syntax not working Where can I find an SQL syntax reference this works - SELECT * FROM machines but not this - SELECT * FROM machine WHERE mc_no = 12345 is it as simple as the table name is misspelled machines/machine or, could it be that mc_no is a character based fiel ...Show All
