Software Development Network Logo
  • VS Team System
  • Visual C++
  • Windows Vista
  • Visual Studio
  • Audio and Video
  • SQL Server
  • Microsoft ISV
  • Windows Forms
  • Game Technologies
  • Visual Basic
  • IE Development
  • Smart Devicet
  • Visual C#
  • SharePoint Products
  • .NET Development

Software Development Network >> VS Team System

VS Team System

New Question

Availeble connections to Foundation Server
data search
Datagrid View
what is the function for transation and think time in unit test?
Newbie needs answers about parsing a fixed width textfiles
Publish --- Won't
Saving ALL of the installer to disk
Moving Data to localized Foundation Server
What's the easiest way to bring up the standard windows explorer to browse and execute files?
Console error

Top Answerers

kvnfrazier
Ashish Derhgawen
Jason Bolstad
tomileung
John Lieurance
soldier_shen
nagajim
Hockey Nut
hvdtol
sfmd
The Telegraph: Alice Martineau
Only Title

Answer Questions

  • Tomas Vybihal Install express edition won't!!!

    I have been trying to download and install express but the Bits has 67 files suspended and I can't even get rid of them. I tried the bitsadmin utility reset but it still does not delete them. I had an idea that is what has been stopping them I did get the error 2147023651. but I am having no luck. any suggestions other than a clean install of xp Philsunkist, have you checked out the download troubleshooting guide It has a few BITS specific bits. http://msdn.microsoft.com/vstudio/express/support/troubleshooting/ st_jimmy, BITS is Background Intelligent Transfer Service. A service in windows that is used to download files. I think it is used by windows update. Eh bits please explain m ...Show All

  • Carl Daniel Schema Compare Problem #4

    I am comparing a Database to a Project. The results of the schema compare show that about 25 tables need to be deleted. However, the Update Action column on each of the 25 tables only shows 'Skip'. Can anyone tell me why I'm not able to delete these tables from my project Amos. Again - same issue. You can't delete objects using schema compare - you must delete from solution explorer or schema view. ...Show All

  • Jade Skaggs Handling pre events to perfrom validation

    hi all, We are successfully utilizing TFS event subscription via webservice and doing tasks like work item generation, email notification etc but the problem is we cant do any validation as they are post events, is there any legal way of handling pre events so that we can perform our validations or anyway of rollback, plz advise.. regards faraz Faraz, You are right, even we also felt this kind of functionality is very much required. I have also provided the feedback to product team and expanded this in blog also: http://sanjaynarang.wordpress.com/2006/06/13/suggested-features-and-improvements-for-vsts-version-2/ (look for " Programmable capability to hook on to work item changes before commit & ...Show All

  • skyliner34 Portable Apps in .NET 2?

    Hello, I was wondering if making Portable Apps (apps that doesn't require an installation. Run hard-copy) in .NET 2 was possible. If not, how is it possible (what programming languages, and frameworks ) Thank You Keehun P.S. Does this have to be done in pure C++ without any .NET stuff Thank You yes you can make an executable app without requiring an installer. The compiled application will be stored in your project/solution directory under the debug\bin or release\bin however in order to run applications created in .NET platform, the computer MUST have .NET framework installed. Oh, forgot about that Bin folder however, I was wondering if there is any way to embed all the .NET 2 stuff with DLL's so that the user doesn't ...Show All

  • Avada Kedavra Debug Error: C2061

    I'm making Windows Form Application. With MDIChild and MdiParent. But when i debug my Application i got this error This mistake is connected with absence of definition . Example: include "stdafx.h" int main(int argc, char* argv[]) { for (int x=0;x< y ;x++) // " y " undeclared { } return 0; } 'Form2' and ' newMDIChild' undeclared because VS cannot open header 'Form2.h' .\Xdetool1.cpp(5) : fatal error C1083: Cannot open include file: 'Form2.h': No such file or directory ...Show All

  • TrussworksLeo1 Get Latest Version on a Network path doesn't work

    Hello, I've defined my project workspace on a network path Every time I do a Get Latest Version on my project, every file crashes with the message "Attempted to perform an unauthorized operation". end the file are not flagged as readonly so nothing goes well after with Version Control. If I enable the Trace in TE.exe.config I can see for each file I try to dowload a System.UnauthorizedAccessException in Microsoft.TeamFoundation.VersionControl.FileSpec.ResetFileDACL itself calling a System.File.SetAccessControl. But if I set my workspace on a local drive, I don't have the problem anymore. On network path I can do quite everything ( create/delete/change attributes ) What am I missing Thanks ...Show All

  • UncleSam89 Copy, Cut and Paste Functions in VS2005

    Hello-- I am trying to implement the copy, cut and paste functions in my program. However, it does not appear that Visual Studio 2005 supports getting the selected text by using the ActiveControl object like VB.NET 2003 did. Is there an easy way to copy the selected text of any control to the clipboard Thank you for your help, Dave yes, once you selected the text in the textbox just do a Cut/Copy/Paste method call: Me.theTextBox.Cut() Me.theTextBox.Copy() Me.theTextBox.Paste() is this what you are after Many thanks Ken. Just what I was looking for. Hello Dave I searched a whole lot about 3 weeks , and FINALLY found this . Try this http://discuss.develop.com/archives/wa.exe A2=ind0110c& ...Show All

  • Jens Doose Want to learn visual basic..by e-books tutorial

    hi... i wanna learn vb by e-books tutorial....it may be like "teach yourself VB".. plz help me......... Hi pankaj_singhal, i already suggested the following book: " Introducing Microsoft Visual Basic 2005 for Developers " in the thread http://forums.microsoft.com/forums/ShowPost.aspx PostID=547411&SiteID=1 it is very helpful,  it will guide you in the learnining process, and will give you the concept clearly and easly in only 8 chapters. also, it contains samples as tutorials that you can download Book and Sampe Code reference: http://msdn.microsoft.com/vbasic/learning/introtovb2005/ **************************************************************** if you are new to developement a ...Show All

  • DSent Overwrite Drop Location and keep output from project files!!

    Hi All, Is there anyway that I could by pass drop location and keep the output as I set in the project files Best Regards, Since Team Build hijacks the output directory, my recommendation would be to let it. After the compilation completes, write a custom target that will copy the binaries from the output and source directories to your custom folder structure. You can then zip up the whole structure for deployment. While not the optimal answer, it is the only reasonable one without modifying the Microsoft.TeamBuild.targets file, which I would highly caution you against. - Steve Hi You could also use the following to copy your binaries to the proper location <Target Name=" ...Show All

  • ccal TFS Warehouse Processing Error

    First up, I have deviated slightly from the stock TFS install because we prefer to use Kerberos rather than NTLM for authentication. To that end, all TFS services and app pools are running under a domain account and SPN's for the HTTP service (both NETBIOS and FQDN) have been registered under that account. C:\>setspn -L DOMAIN\TFSSERVICE Registered ServicePrincipalNames for CN=tfsservice,OU=Service,OU=Generic Accounts,OU=User Environment,DC=domain,DC=company,DC=com: HTTP/SERVER1 HTTP/server1.domain.company.com All was working well, until recently when the warehouse process packed up. Processing was generating this error in the Windows Application Log: Event Type: Error Event Source: TFS Warehouse Event Category: ...Show All

  • Cammyr Labeling and local files

    Hi I have a rather complex build process that should label all files upon successfull build. Since the process takes about 20 minutes I'm worried that new files might be committed during build and therefore be labeled wrong. My question is therefore: Is it the latest files in the tree that are labeled, or the version of the files that I have fetched locally Best Regards, Snorre Ah sorry, I'm not using team build, but cruisecontrol.net and nant to do the build. (Team build has proven rather useless in our Continous Integration environment) so the labeling is done manually (tf label ...). What I want to do is to label all files that I fetched 30 minutes ago, and excluding any changes committed ...Show All

  • nabeelfarid Encrypting the exe

    Hi guys, i've got a major problem: If i save database connecting string in my application within a class everybody can read out these datas easily. ( Wont axplain here ) is there any way to encrypt the whole .exe .Or do u ve got any thir party software for doing this Have a nice day OK, if your asking about simply encrypting the connection string there are numerous examples of string encryption http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.DecryptStringTripleDesCode2 You can then store the connection string wherever you wish - whether in a setting, registry or even in the code as the string would be in an encrypted form. But ultimately with this approach you would be decrypting the conne ...Show All

  • dreameR.78 Where is the download?

    can anyone help, I need to know where to download and install new templates. Is it even possible to get more other than starter kits with VB 2005 Express Example: Web Service or Setup.exe for microsoft installer Thanks! thanks! The Express Editions are by their very nature limited compared to the higher versions and one of the key areas that they are is in the area of add-ins. In order to build a Web Service in Express you would need to use Visual Web Developer and for MSI style setup programs you are pretty much out of luck as that is only available with the higher versions of Visual Studio. If you do need an another kind of installer and aren’t happy with what the automaticall ...Show All

  • jiggyswift no symbols are loaded for any call stack

    I get a no symbols are loaded for any call stack error when trying to debug my program, is there a way to make it create the .pdb Debug: 'Client.exe': Loaded 'C:\Projects\soc\soc\debug\Client.exe', Binary was not built with debug information. 'Client.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded. 'Client.exe': Loaded 'C:\Projects\soc\soc\debug\RakNetDebug.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\advapi ...Show All

  • DamsDev2007 Access to Input boxes on URL page

    The overall objective is to enter account nos. or PINs in the target URL programmatically (or at least with some user navigation). I could have had a solution, at least with the user navigating to the input boxes, but this requires that I intercept the keystroke at the box. Unfortunately, the PreviewKey event for the browser doesn't permit the replacement of a character with anything (e.keycode is read-only). Any guidance on this is welcome. GordC GordC, The question can be turned into how to modify the certain part charaters in a URL, just related to input a string or the string substitution. However, when you open the TextBox with PreviewKey event, there is a set of characters that cannot be modifie ...Show All

353637383940414243444546474849505152

©2008 Software Development Network

powered by phorum