drv62's Q&A profile
Visual Studio VSS 2005 can not show history.
I'm using VSS 2005 and VS2005, both version are 8.0.50727.42. I'm using VSS Explorer. The "Show History..." does not work. No any results when I choose a long period. I tried to empty "From" and "To" fiels, the result is same. Any idea Thanks in advance. Computer Comfigurations: Windows 2000 Advanced Server sp4 English Dual Monitors VSS in english mode (i think) 80 gig hd 1 gig mem p4 3 ghz Windows XP Pro sp2 same config as above Checked the VSS binaries and they are all the same version accross all PCs NOTE NOTE NOTE, this may be very important. Viewing the properties of a file from my Windows XP Pro sp4 box shows unbroken properti ...Show All
Smart Device Development Remote process viewer and ActiveSync 4.1
I have an issue where the Visual Studio 2005 Remote Process Viewer does not work on a Pocket PC 2003 device is connected via USB ActiveSync 4.1. It will connect, transfer the files to the device, and immediately go to the "Disconnected" state. I also have a Windows Mobile 5 device using a Bluetooth COM port, and have a similar issue - the transport copies the files to the device, I get prompted if they are allowable to run, and the device shows a connected status, however, no processes are listed. Connecting to an emulator with Remote Process Viewer works as expected. Strangely enough, the EVC4 Remote Process Viewer works ...Show All
.NET Development error: oledbexception nust declare the variable '@Eff_Date'
Here is the code in my Load event after declaring cn, da and cm cn.ConnectionString = "Provider=SQLOLEDB;Data Source=localhost;Initial Catalog=matrix;Integrated Security=SSPI;" cm = New OleDbCommand("select * from lk_Feat", cn) cm.Connection = cn da.SelectCommand = cm cm = New OleDbCommand("UPDATE Lk_Feat SET Eff_Date=@Eff_Date , Exp_Date = @Exp_Date ......etc. .., cn) cm.Parameters.Add("@Eff_Date",System.Data.OleDb.OleDbType.Date,8, ''Eff_Date'') cm.Parameters.Add("@Exp_Date",System.Data.OleDb.OleDbType.Date,8, ''Exp_Date'') ........and all other f ...Show All
Software Development for Windows Vista About "Presenting Windows Workflow Foundation " The Book
Hi group membes The Book named "Presenting Windows Workflow Foundation" by sams seems to be a very good introductory book , but alas i dont have it . Is there any one who had this book in electronic format or some one who already read it and now wants to give it away ........ (may be to me )hehehehe The book is really quite good as an overview and the InformIT discount makes it very inexpensive in terms of computer books. Don't expect deep drill downs but its an excellent way to get up and running quickly on all the different aspects of WinWorkflow. Alex ...Show All
SQL Server High CPU Usage SSIS Package
Anyone aware of anything I can look at to improve performance of my SSIS packages i basically have two master packages that call about 15 child package tasks each. All the package tasks are called sequentially and all they do is just load flat files into temporary tables and execute a simple stored proc. Each package tasks check to see if a file is there and if so it processes it else it just ends. The packages are scheduled to run every minute to check for files. If I watch the CPU during execution i can see the two instances of DTSEXEC.exe running and consuming about 25-30% of the CPU. The box that this runs on is a Quad processor with 4 ...Show All
Windows Forms Control Similar to IE Address Bar
All: I am looking for a control that is similar to the IE Address Bar. The primary functionality that I am look for is prefix filtering - as characters are entered the expanded combo filters down the visible list. Can anyone help or point me in the right direction Thanks so much. Hi, What IE address bar does when typing characters is&nbs ...Show All
Smart Device Development .net framework will not install or uninstall
I am trying to update my .NET framework but I cannot install or uninstall any of it. When I run the 2.0 redistribution download it installs the most of it and then rolls back and gives me a message saying the the setup has ended. Can anyone help Im not sure. Its not the download that is the problem. Its the fact that I am unable to remove the current version of .NET or install v.2 over the top of it. I have remove file, registry settings, etc that I have found on the internet from people with the same problem but to no luck. ...Show All
Visual Studio Join the World's Largest User Group on Software Factories in VS 2005
Hello my Fellow 'In the Know' Experts: Come on over to our large GotDotNet group if you want to be up to date on all the latest happenings in Software Factories in VS 2005 and beyond with other vendors trying to compete. We are located here with over 100 Members/Fanatics: http://www.gotdotnet.com/workspaces/news/viewnews.aspx id=15536008-e1a7-4c7f-b7c1-dc148491e2c6 Kind Regards, Damon Carr, CEO and Chief Technologist agilefactor www.agilefactor.com 'An Early Adapter of the Microsoft Software Factory Revolution' ...Show All
Visual Studio 2008 (Pre-release) how to create .xps files
can anybody know how to create .xps files programatically You probably want to start here . Pay special attention to the side bars. there is an XPS popup menu on the left and there are related links on the right. Articles and code samples for XPS documentations can also be found here Hope this helps. ...Show All
Visual Studio Team System Problems after installing the team foundation system on clean windows 2003 server
Hello, during the installation of the iis I enabled the frontpage server extensions and I starting installing. Everything went smoothly untill I started with the sharepoint installation. With this one I found out that I can't mix sharepoint and frontpage extensions on one server. After some time I managed to uninstall the frontpage extensions and reinstalled the sharepoint system, At this point I started to try and see whether it's working and everything went perfect. Sharepoint was working perfectly. I continued the installation of the Team Foundation system and after getting a successful installatoin of the team founda ...Show All
SQL Server FTP from a mainframe (z/os) box
Has anyone been able to use an ftp task to pull a flat file from a z/os mainframe The ftp task appears to want the remote file to begin with a /, which pulls you into unix system services on z/os. Thanks! Harry Harry, We do not support paths that do not start with a /. Please feel free to file a bug about this. Thanks, Matt ...Show All
.NET Development Two .NET based softwares creating problems for each ohters
I had a .Net application with Oracle backend. After installing second .NET based software (which did not install .Net framework again because it was alredy present there ) the second software installed successfully, the first application was running when second was installing then first application refused to open without any error message. Even after uninstalling the Second software problem is still there. plz send me a valuable solution ...Show All
SQL Server The merge process could not enumerate changes at the 'Subscriber'.
I have two SQL 2005 Standard servers using merge replication, and out of the blue started getting failure notices regarding "The merge process could not enumerate changes at the 'Subscriber'." I turned on verbose logging and noticed the following section: 2006-04-19 12:53:33.227 Category:NULL Source: Merge Replication Provider Number: -2147200999 Message: The merge process could not enumerate changes at the 'Subscriber'. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write. 2006-04-19 12:53:33.227 The Merge Agent was unable to update information about the las ...Show All
Visual Studio Team System How do I change the port for Reporting Services and SharePoint on a working TFS?
Hello. I have a working single server installation of TFS on my network. I already have a company web site on port 80, and would like the TFS system to be available to developers outside my network. How do I change the ports from 80 to something else The only thing I know to do is change the port in the "Default Web Site" properties in IIS. That seems to work for SharePoint, but not for Reporting Services. Any suggestions Hi Rusty I have come accross this when dealing with reporting Services and the Great Plains Business Portal which is almost a Sharepoint site. The cure is to do an install ...Show All
Windows Forms Switches in Console Application??
Can anyone tell me, what is the proper way of creating switches in a console application I want to have certain functions execute on a specific switch. Ex... c:\MyApp /start If you want them to run consecutively, <i>don't</i> create a new thread. By doing the Thread.Start stuff, you're introducing the problem you're trying to avoid. Just c ...Show All
