xpmedia's Q&A profile
Visual Studio Team System Does the TeamBuildTypes folder have to be off the project route.
Hi I need to be able to move the Team Build Types folder to a sub folder due to the way i am configuring Srouce Control. e.g. $ProjectRoot Current *.sln file here TeamBuildTypes Releases Release1 *.sln file here TeamBuildTypes Release 2 *.sln file here & ...Show All
Visual Studio Team System Can't reconnect to TFS using FQDN
I originally posted this in the General group, but this may be better here: I connected to our TFS Server with just the host name, and that worked fine (tfsdev01). Now though I've removed the connection and am trying to add the full name: tfsdev01.some.internal.domain.com. I can browse to the fully qualified site from IE ( http://tfsdev01.some.internal.domain.com:8080/Services/v1.0/ServerStatus.asmx ). When I try to add the server in the IDE though, I get the following error: TF31002: Unable to connect to this Tream Foundation Server... --------- From a different machine that I never connected to it before, I can ...Show All
Smart Device Development Application Manager - Device Not Connected
When I use the application manager (CeAppMgr.exe) to try and install a program, I get a message that says something like "The device must be connected to run Application Manager". (The device is not connected.) I am using a Windows Mobile 5 device and ActiveSync 4.0. What must I do to get the desired behavior "The application will be installed on the next mobile device connection" Thanks, Frank I found the problem. I needed to include the path to the ini file in double quotes, since there were embedded blanks. (CeAppMgr gave no indication of a problem.) Frank ...Show All
Software Development for Windows Vista Request for FreeformActivityDesigner sample
As promised in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=162495&SiteID=1 , I would love to see some examples of the FreeformActivityDesigner by Ramrajprabu, or anyone else. Thanks, Notre It's been awhile. Are the new samples using FreeFormActivityDesigner posted somewhere ...Show All
SQL Server SQL Server CTP won't install as Express is there, but Bld Uninstall Wiz won't remove it...
What to do After 2 days trying (with only increasing frustration) to get SQL Server working on Net Server 2003 SP1, I'll try it on my dev box: XP Pro SP2. I've installed Visual Studio June CTP on my dev box, so guess that SQL Express is on it. Express Manager isn't installed apparently, so I can't just use that. So now when I try to install SQL 2005 CTP, it displays a dialog that old bits need to be uninstalled first. Add-Remove Programs dialog show Visual Studio Beta 2 but not SQL Express or any other SQL. So I run Bld Uninstall Wizard that displays the following dialog I continue, but then it says it is done: But SQL ...Show All
Visual Studio Express Editions german Visual Studio Express Edition - IMG
Hi, where can I get the german IMG-files, not the webinstaller I only know the english ones (http://msdn.microsoft.com/vstudio/express/support/install/) . greetz Have a look at this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=181326&SiteID=1 Here you can find a link for downloading the german localized images of the VS Express Editions. ...Show All
SQL Server Scripting question
I have two Transact SQL scripts and I want to call the second script from the first – is this possible in SQL server I am trying to do a port from Oracle (where this is possible) but cannot find the mechanism to do so in SQL Server. Eg if Script1.sql is BEGIN PRINT (‘Inside Script1’) //Invoke Script2.sql – how do I do this END where Script2.sql is BEGIN PRINT (‘Inside Script2’) END You can only do this by invoking a commanline with the appropiate OSQL command. HTH, jens Suessmeyer. ...Show All
Visual Studio Team System Problems with source control in Team Explorer
I'm the admin for our newly setup TFS. I've added myself as an admin along with a bunch of useres. All of us have VS 2005 Team suite trial, and a team project site has been setup. When I go into the 'source control' branch in Trsam explorer in VS, the source control explorer opens up, however everything in there is grayed out. The same view from other dev's machines shows up fully functional. Is something broken in my install, or do I need to setup permissions in a different way Also, When I do a 'add solution to source control', I get the VSS login box, not the one from TFS. On a related note, how do I control which user&nbs ...Show All
.NET Development How to insulate the client from poor network reliability?
We are developing some in-house ERP applications, that will use an WinForms UI and an IIS-hosted Web Service. The clients will be using a wireless network that is prone to alot of interference. I wish to ensure that the request and response are not corrupted due to network interference. What would be the best way to accomplish this I imagine some form of checksum on the SOAP messages would suffice. Is something like this built into web services via VS 2005 If not and I have to implement it myself, what would be the best way to go about accomplishing this FYI, I am accessing the web services via a proxy c ...Show All
Windows Forms Binding Navigator Tool.Enabled not Working As Expected
I have a binding navigator for which I want to selectively enable/disable the Delete button based on the return value of a table adapter query (given data condition). When all my variables were declared and instantiated within the procedure enabling/disabling the Delete button it worked. Once I refactored out to having this event update class variables, it all got hosed. Any ideas on how I can get this functional Here's what I do (variables are declared at the class level and assigned values 1) at Form_Load (which works) and 2) at BindingSource_PostionChanged event: Public Class ProcessingBatchesForm &nbs ...Show All
Windows Forms Model-View-Controller Implementation
I have learnt about Model-View-Controller concept and after reading it i tried to implement it in VC++. I am having trouble in making the modules M,V and C communicate with each other. I am not able to find out a method of making the controller a kind of bridge between the model and the view. So can anyone give me an example program which does so. Any simple program will do, like for example making a calculator with just three text boxes and one button . Pressing of the button should invoke a function from the model via the controller. The value in the textbox1 and textbox2 should flow into the model variables via the ...Show All
Visual Studio Express Editions Visual C# Express Help complaining that I am not online
I am online and help is configured to use local + online but I keep getting this error message below ---------------------------------------- The information you are trying to access could not be found. Various events could have caused this error. You have chosen to use local Help only, and the topic could not be found in local Help. This error can be caused when local Help has not been installed or only a subset of local Help was installed. To correct this error On the Tools menu, click Options . Expand Help and then click Online This is actually a limitation of the Help system, one which we unfortunately couldn't fix. ...Show All
Visual Studio Tools for Office Inserting hyperlink programmatically into Word document using C#.NET
Hello, I have problems inserting hyperlinks using c# and the word/office API into a document. I have a list of bookmarks in a document and I want to create an appendix table with the names of the bookmarks being hyperlinks to the bookmark range in the document. I also have problems just creating hyperlinks in normal text. I'm doing this: doc.Hyperlinks.Add(anchor, ref missing, ref subaddress, ref missing, ref missing, ref missing); I get the error: System.Runtime.InteropServices.COMException: Command failed at Microsoft.Office.Interop.Word.Hyperlinks.Add(Object Anchor, Object& Address, Obje ...Show All
.NET Development Update connect not working..
Hi all, I am trying to save changes to a dataset in an MSDE database. First I get data from an Interbase database and fill in a dataset with it via a DataAdapter. next I use a dummy edit to mark them and changed. Next I popullate another dataset with data from my MSDE database using another DataAdapter. Then I merge the Interbase DataSet into the MSDE DataSet then do an update...... System . Data . Odbc . OdbcDataAdapter adapter = new System . Data . Odbc . OdbcDataAdapter (); adapter . SelectCommand = new System . Data . Odbc . OdbcCommand ( mystring , conn ); DataSet myDataSet = new DataSet (); adapter ...Show All
Visual Studio Team System Check-in programatically
hi all, I want to do the following works: 1. Download the contents of a shelveset. 2. Checkin the contents using that program. 3. Then delete the shelveset. actually i want to do this for another work. Problem is i can get the contents of the shelveset but can't checkin the contents from there. Can anyone help me Manojit I think, before checkin, you must do unshelve, I suppouse you are using as intermediate server before checkin, so you should do unshelve before, but I suppouse people from Ms can tell for sure, as they do something like this with a tool they call "Gaunlet" ...Show All
