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

Software Development Network >> VS Team System

VS Team System

New Question

Help! Can't access TFS after changing password for TFSSERVICE account
Query on web browser wrt Databinding.
Textbox updating/refresh problem.
SQL Server requirement
Getting Drive Info
update data to database
Unshelve to different branch
Loop
If Windowkey pressed then startmenu hide
one form two tables

Top Answerers

Troy Magennis
Alan Robbins
ctsand
okiebug
Alan Robbins
AbelMorelos
ennisb
Nilkanth
Bobby Ma
Mathew1972
sitemap
Only Title

Answer Questions

  • Gurpreet Singh Gill Adding an sql connection to vb express

    Hi, I was using sql express with vb express edition. Everything was fine. I removed sql express and installed sql server 2005. Now when try to add a connection from database explorer I get an error: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) I checked it was allowing for remote connections. I also checked in advanced tab of add connection ./MSSQLSERVER instead of ./SQLEXPRESS but i still get this error. But I'm not sure if it saves that options because when I rec ...Show All

  • Brannon TFS 54000 Error Data-tier clock time rolled forward. Fix it

    We had a problem of this sort. and when chatted with Mr Gregg Boer of microsoft had given me the possible reasons and probable solution to this. This reply could be of help to some who suffered this error. Following is the Reply from Mr Gregg Here is another response: There’s two possible problems here – it’s not clear from this which. Do they have users from multiple timezones “ahead” of the server, and they’re having problems We should handle timezone differences with no problems. Are the server and clients timezones set correctly This is the most common cause of this error – the server’s on the east coast, for example, but is set to the Pacific time zone, and someone manually adjusted the clock to lo ...Show All

  • mosoccer PendDelete usage and differences between item and extendedItem

    Hi all, I have used the following code to delete some files and some folders from my workspace. _W.PendDelete(PhisicalPath); PendingChange [] pc = _W.GetPendingChanges(PhisicalPath); _W.CheckIn(pc, “...” ); Where _W is the workspace. For the folders everything worked perfectly. For the files what happened is that in the Team Explorer the files are still there. Now if I do VersionControlServer.GetItems(ei.SourceServerItem, RecursionType .None); I don’t get anything. Instead if I enumerate the ExtendedItems the files are there. I have two questions: First of all what is happening What is the difference between an item and an extendedItem Second: How would I delete t ...Show All

  • chrisryp save bmp to clipboard as png

    I have a form that makes a bmp. I use this Clipboard.SetImage(mBmpDest) to save it to clipboard then paste it to a word etc doc. However am finding bmp file size is to big. Was wondering how to convert it to a png. No examples on forums. I tried using imageformat, convert but no go. any ideas The extentions you are quoting(.bmp,.jpeg, etc.) are file formats on the hard drive. There is only one bitmap in memory and the only way to change the size is to make the image smaller. Each pixel in the image is transfered to the clipboard. You can't combine them in any way. hmm receiving end. is there a way for an image created in vs 2005 / .net and placed o ...Show All

  • ytse Substitute for VB's 'Module', in C#?

    Is there something thats similar to a module in VB, in C# Because I want my variables to be used widely, so I can use isclicked=true , instead of frmwhatever.isclicked=true   I'm using C# 2005 Express k, thanks, I see your a vb fanatic hehe C# is only a 'standard' because some people (probably those who know no better...) have said "Make it so" as neither C# nor its evil twin, JAVA, are anywhere near as mature of a language as BASIC or even Visual BASIC. For instance, even this method of mimicking a VB "module" is incomplete. One thing that I find valuable in VB is to declare a public string that's value is assigned from the app.c ...Show All

  • HSBF Lewe How to detect when wave file has finished playing?

    I had to use the kernel call sndplaysound rather than any of the newer audio players because my vb.net program must handle both PCM and non-PCM wave files. If I choose to invoke sndplaysound so that control returns to my program immediately, is there a way to detect when the wave file has finished playing The reason that I ask is that I am locking the keyboard during play, but I want to have a mouse click be able to stop the play. Thanks in advance, Ron in Rochester A clumsy workaround I can think of: call sndPlaySound() periodically with a very small .wav with just few milliseconds of silence and the SND_NOSTOP flag set. If you get a TRUE return, you know the original .wav is done playing... Th ...Show All

  • bergeron Win32 API's

    Hi All H ow can i see all the methods inside WinAPi's like user32.dll,kernel32.dll etc.. Looking For Response Decipher Use a tool like Dependency Walker or Dumpbin.exe that's included with Visual Studio (maybe not in the Express versions). Thanx a Lot Decipher.. take a look at this too: http://www.nirsoft.net/utils/dll_export_viewer.html ...Show All

  • nullity How to copy changed files only

    I work on a very large public website. Before Team Foundation server, we had a build process in place that would run a build and then copy changed files, remove deleted files, etc out to the QA server. I dont see anyway to do this with Team Build. Whenever Team Build gets the source for a build from Team Source Control, the file Date/Time is the date that the file was retrieved from source control. So If I deploy(copy) the site to QA, every file is replaced on the QA server. This is bad but not as bad as the problem I run into when I have to replace files on Production. We are talking about a huge public site here. I cant just replace every single file. I only need to move files over that have been modified. Is there anyway to have team ...Show All

  • walsher DB Dude RTM

    DB Dude RTM release was scheduled for 30/11( Visual Studio Team Edition for Database Professionals to RTM on November 30th 2006 ). I can not see yet anything available for download. Is there any change of plans Just hold on for a few more days, there is a little time between RTM and the time it is posted on MSDN, etc. DB Pro officially RTM'd on Friday 1st December. It takes a few days to get through the release process but you should see it available for download on December 7th Matt ...Show All

  • Meteor73 Newbie MDA Problem

    Hi All, I have a problem with some VB code I am trying to get to run - I am accessing a database via an odbc connection and I am getting the MDA message below at the same point in the routine below - each time the code gets thrugh to the 'End Using' statement: The error message is: LoaderLock was detected Message: Attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang. If anyone can help it would be great - I am new to this and I am a bit out of my depth!! I have googled it but I am totally confused!!! Cheers ' ----------------------------- start code ------------------------------ Publi ...Show All

  • Esterill VB 2005 Express > SQL 2000 Developer/Enterprise

    Good evening ladies/gents I asked this question on the SQL page but didn't get a response. A simple Q that initially (at least) just needs a yes/no answer: Can Visual Basic 2005 Express make use of a SQL database (either local or remote) managed by SQL 2000 Developer Edition or is it limited to SQL 2005 Express Many thanks, WTF Thank you both very much for your answers; they help a lot. WTF Anybody Can anybody please tell me whether it's possible for the VB 2005 Express IDE to connect to and manipulate a SQL 2000 locally managed database   I've tried every combination of connection setting I can think of and I know the server is set up correctly ...Show All

  • Kevin Southern Team Explorer setup fails on most of our computers

    Hello, The installation of the team explorer client setup fails on most of our computers. It always fails at the same stage: the installation of "Microsoft Visual Studio 2005 Premier Partner Edition". The error code and message is: Microsoft Visual Studio 2005 Premier Partner Edition: ***ERRORLOG EVENT*** : Error code 1603 for this component means "Fatal error during installation. PS: this happen if we install this client alone. It doesn't happen if we install the client on top of Visual Studio. Unfortunately, our non developer users needs the client only. Hi: You should be seeing a log file generated on the PC's where the installation is failing. This will be in the logged ...Show All

  • Xi0N ReportProcessingException: The Language expression for the report ‘body’ has a user profile dependency.

    Hi, We are trying to configure a subscription to e-mail the "Remaining Work" report daily to a specified email account. We are running the RTM version of TFS and have not modified the RDL's in any way. The Remaining Work report displays fine when accessed via the URL. http://server/Reports/Pages/Report.aspx ItemPath=%2fTFS+Management%2fRemaining+Work The Reporting Service Log (\Program Files\Microsoft SQL Server\MSSQL.3\LogFiles) file shows the following exception when the subscription's scheduled time comes: ReportingServicesService!library!a!08/11/2006-12:02:05:: i INFO: Call to RenderFirst( '/TFS Management/Remaining Work' ) ReportingServicesService!processing!a!08/11/2006-12:02:05:: e ERROR: Throwing Microsoft.Repor ...Show All

  • Philly10407 1>blank test - 98 error(s), 1 warning(s) On every program I compile. IT worked last week?

    1>------ Build started: Project: blank test, Configuration: Debug Win32 ------ 1>Compiling... 1>header test.cpp 1>C:\Program Files\Microsoft Visual Studio 8\VC\include\ymath.h(29) : error C2146: syntax error : missing ';' before identifier '_C_LIB_DECL' 1>C:\Program Files\Microsoft Visual Studio 8\VC\include\ymath.h(29) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>C:\Program Files\Microsoft Visual Studio 8\VC\include\ymath.h(30) : error C2143: syntax error : missing ';' before '<class-head>' 1>C:\Program Files\Microsoft Visual Studio 8\VC\include\ymath.h(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default ...Show All

  • breceivemail Forms and Objects

    I am just trying vb.net express 2005 .... I have worked a little on vb... During the course of learning i came across that to show a form I need to create an instance of it first and then use the show method as in dim mform as new MyForm() mform.Show() But when i tried the old vb way with just MyForm.Show() it too worked .... This is the actual code from Form1 of my test project Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Form2.Show() MessageBox.Show(Form2.Label1.Text) End Sub End Class What is the difference and is it a mandate I create an instance and why Can anyone help me with this ...... ...Show All

828384858687888990919293949596979899

©2008 Software Development Network

powered by phorum