tizzdale27's Q&A profile
Visual Studio Team System TFS API Help [Urgent]
Hi! I would like to create a team project, work item, resource allocation, etc. from my application using TFS API. But i do not know where to start I found Microsoft.TeamFoundation, Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.Proxy.Portal provides APIs for all the above functionalities. But it is very difficult to me to understand the usages of these APIs. Please do the needful asap. Regards, Sheik ...Show All
Visual Studio Team System Another 3200 Error during setup
Hi Almost out of patience (and time) now. Thought I had it made since I managed to get the Report server up and running (finally sic!). But then this popped up (again) almost at the end of the FS installation. Product: Visual Studio 2005 Team Foundation App-Data Tier Beta 2 (English) -- Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\bisdwserver\bin\SetupWarehouse.exe" -n -s "<Ser ...Show All
.NET Development FtpWebRequest and timeouts
hi, i'm using the FtpWebRequest class as used in the SDK examples. i find that when an upload takes a few minutes, the call to GetResponse() fails with "Underlying connection closed", even though the upload was successful. i'm not changing the Timeout value, but i do have KeepAlive set to true, in an effort to keep the connection active. i guess it's a timeout after such a long upload, but i'm wondering if i need to bother calling Get ...Show All
Smart Device Development Compile Error converting from evc4.0 the VC++ 2005
This code compiles fine in eVC 4.0 and earlier (been using for years) #ifdef _DEBUG afxDump<<_T("azipStream::m_bZipEntryIsOpen: ")<<m_bZipEntryIsOpen<<_T("\n"); afxDump<<_T("azipStream::m_bZipArchiveIsOpen: ")<<m_bZipArchiveIsOpen<<_T("\n"); afxDump<<_T("azipStream::&m_strOutputPath: ")<<&m_strOu ...Show All
Visual Studio Internet Connection in VS 2005
Hi, I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this Thanks, Arshad Hmmm... not really. We're using HTTP POSTs to make our web service calls. Are you able to do HTTP POSTs (not ...Show All
Visual Studio How to get the latest version using msbuild
I am trying to develope the application in msbuild which will automatically get the the latest version from vss,compile the code, then use xenocode for obfuscation and finallly to build setups...Can anyone tell me how to get the latest version from vss using msbuild...... Thanks... one way is to use the SDC tasks from http://www.gotdotnet.com/codegallery/codegallery.aspx id=b4d6499f-0020-4771-a305- ...Show All
Visual C# Default Tab Settings in C#
OK, so I am coding away happily in RC1 for a week or so and get the team to begin the switchover process. I check out source code and all of a sudden I notice things are not aligned correctly. Come to find out, the default 05 setting is that tabs are converted to spaces. That's fine as long as people all use the same indention level (default 4), but one change and all %^&* breaks loose. This is new and they have reverted back to a setting is ...Show All
Visual Basic An array of variables
I have the following variables Public Shared angstroms As Double = 0.0000000001 Public Shared astronomical_units As Double = 149598550000 Public Shared barleycorns As Double = 0.008467 Public Shared bohr_radius As Double = 5.291772083 * 0.0000000001 + 19 * 1.0E-19 Public Shared cables As Double = 182.88 Public Shared centimeters As Double = 0.01 Public Shared chains As Double = 20.116840233680467 Public Shared cubits As Double = 0. ...Show All
Windows Forms ClickOnce Deployment and DMZ
I am getting the below error when deploying my application from outside our Company firewall. We have a DMZ setup that will prompt the user for a username and password and then rout the URL to the actual ClickOnce publish.htm. When I run this from outside of the company network I get the below error, can anybody please help The following properties have been set: Property: [AdminUser] = true {boolean} Property: [Processor ...Show All
Windows Forms Application.Exit
Hello all, I have a strange problem that i'm hoping you guys/gals can help me with. I have written an application that i need to update on a regular basis. I have purchase an autoupdater problem that allows me to transfer files from my webserver to the client. But, before i can use it, the application itself has to be closed. I execute the Application.Exit() command and the program appears to close, but it's still listed in the task manager as ...Show All
SQL Server use multiple databases as source for report builder
I have table's in multiple databases. I am trying to access them in the report builder. I tried view's but it doesn't display them. any Idea's. You need to open model designer, open the DSV based on views and for all views define PK/FK columns. This is require by model generation wizard - otherwise it can not generate entities and roles. ...Show All
Windows Forms Is Click Once for me?
I have an exe with hundreds of associated jpg files. Some months the exe will change, but most often the jpg files will either change or new jpg files will be added or subtracted. Can I use Click Once for this I'm guessing that it would just be a big manifest file that has to be updated each month. Also, if so, is there an easy way to get a whole folder of files added to a manafest I'm pretty sure this would ...Show All
Visual Studio 2008 (Pre-release) Sparkle Interactive Designer (on Windows XP)
I am trying to install Sparkle onto my laptop, it is xp (sp2) iwth Office 2007 beta 2, VS2005 and the various .net frameworks and betas including WinFX Runtime Components Beta 2. Everytime I try to install the error asks for me to install "windows presentation foundation 6.0.5295.60113". I am puzzled as I had no problems with Graphic Designer or Web Designer and all 3 betas will install fine onto my desktop Can anyone pin ...Show All
.NET Development System.Net.Mime
Hi, I am looking at the new System.Net.Mime. MediaTypeNames which seem to be targetted at e-mail messages. There are only very few of them. MediaTypeNames.Image. Png is not even there. However, MIMEs are used in HTTP too. IIS can be configured which MIME types to serve. http://www.utoronto.ca/ian/books/xhtml1/mime/mimetype.html#text Other documents actually show many more publicly filed and approved MIMEs. F ...Show All
Visual Studio How to logon to a database programmatically. vs2005
I have a web report (without a datasource) with two different subreports. The subreports are each based on a different stored procedure. When I run the report I always have to logon to the database, although I set the connectionInfo programmatically. The code is from the cr tutorialsamples. Is it because I use a stored procedure instead of tables (the sample uses: CrystalDecisions.CrystalReports.Engine. Table) Regards, Goos. <code> ...Show All
