Haero's Q&A profile
Visual Studio Team System Failed to connect to Team Foundation Server Proxy
After successfully installing the Team Foundation Server Proxy, we are finding that it is not possible to connect to it from Team Explorer in Visual Studio 2005. We've tried using the Team Explorer client in remote installations of Visual Studio 2005 Team Edition for Developers, Team Suite, and from a local version of VS2005 w/Team Explorer (i.e. on the TFS server machine) and experience the following error: TF31002: Unable to connect to this Team Foundation Server: [ourdomain].net Team Foundation Server Url: http://[ourdomain].net:8081 . Here's what I know: The IIS site was successfully created, and is running ...Show All
Visual Studio Team System Migrate Code Analysis Policy Settings fails when one of the projects in the solution is checked out by someone else
This is the case: A Solution with 4+ projects One of the projects is checked out exclusively by other person When I select the Migrate Codea Analysis... option on the solution I get this message: 'An error or user cancellation occurred during checkout. Some files may not have been checked out. (File is exclusively checked out by another user.)' Then I click OK and I get this: 'Microsoft Visual Studio has encountered a problem and needs to close.' This is the error signature: AppName: devenv.exe AppVer: 8.0.50757.42 AppStamp: 4333e699 ModName: kernel32.dll ModVer: 5.2.3790.1830 ModStamp: 424372ee Any Ideas ...Show All
Visual C# Configuring Outlook options with C#...
My workplace is changing there email sever to use SSL connection and I was wondering if anyone has any idea how to do this easier than going to each computer and changing the option by hand. I found that the option is under Tools -> E-mail Accounts -> More Settings -> Advanced -> “This server requires an encrypted connection (SSL)” for the outgoing servers. I am fairly fluent at C# and have already created a program to do this automatically for other Email clients (Eudora and Mozilla) with C# and was hoping to just add an extra addition to the program to change Outlook as well. If anyone has any tips or website for me to look ...Show All
Windows Forms DataRow Problem?
Windows Forms.Visual Studio 2002 Architect.Northwind.dbo. --------------------------------------------------------------------- Hi, I've tryed several ways and get the same error. I used a Wizard Form. (One ListBox, One DataGrid and Button). I only added: - one MultiExtended ListBox1 and set as ValueMember = "CompanyName", and; - DataView1 plus: Private Sub button1_Click, not work. The System shows an error& ...Show All
Software Development for Windows Vista What do I need to do to test Windows Vista?
Hello, What do I need to do if I want to test Windows Vista Mateusz Subscribe to MSDN or Technet Plus. There is no open public beta at this point. ...Show All
Windows Forms consuming C++ API from .net
Is this difficult to consume C++ API from VB.net Are there any datatypes in C++ that are not supported in VB.net but are supported in C#. C++ api's aren't difficult to consume. As long as it's a .dll, you don't have to create wrappers by hand, and whatever the datatypes can't convert easily, I believe .net will just&nb ...Show All
Visual Basic Detecting control load.
I have a form with a tabcontrol. It has five tabs and each tab has about 20 - 30 controls. When I run the program, it takes a second or three to show the form (Because it loads all the controls before showing the form ). When I click a new tab, it pauses briefly then shows the controls WHILE it's still unloading the controls from the tab I was just on. So instead of a smooth transition it's very laggy, as I can see the controls on both tabs briefly. I was wondering if there was a way to make a progress control and have it step each time a control loads. I can seem to figure out how to tell when a control loads in order to make the progess ...Show All
Visual Studio Express Editions Problems Installing .Net Framework 2.0
Hello, I am a PC repair technician that loves to try lots of new things. I wanted to install and use the Windows Vista Upgrade Advisory Tool and it told me I needed to install Microsoft.Net Framework 2.0 first. I have tried twice so far and it keeps stopping at the point of "executing Regsvcs.exe\bootstrapi". I had a devil of a time trying to uninstall the first attempt to install this the first time until I realized that if I wanted to uninstall I had to quit out of the Regsvcs.exe when performing the uninstall because it would always come up with the error message that the .net installer was running and needed to be quit o ...Show All
.NET Development How do i secure my DLL from being spoofed
Hi, i have this model. a wndows application made up of GUI and 3 DLLS DLL perform the presentation layer duties. DLL2 is the business layer and DLL3 is th DATA acess layer... Now DLL3, is encrypted, obfuscared etc... it has a unique serivce acount (single user account and password) to access the database. The acount info are embded within the DLL. What is wrong with this model What can i do to improve it or to prevent someing from spoofing the DLL3 ( data access layer) By extention how to make sure communication with the server is not tapped into to intercept the acount info maybe using forced encrypting on the clien ...Show All
Visual Studio VS .NET 2003 Pro Installation Problems
Hi, When I try to install Visual Studio .NET 2003 Professional, it just sits doing there doing nothing while displaying "Generating setup script" -- for hours. When I cancel, it asks me if I want to rollback, and then again, does nothing -- I can't even close the window. I have Windows XP Pro + SP2. Can somebody please help! Regards, Siddharth Do you have any logs generrated in your %temp% folder They may help indicate why your machine is hanging. ...Show All
Software Development for Windows Vista Jason Sacks - Alittle information on my confusion please.
I was referred to the Vista Beta 2 by a friend. I have gained access to MSDN at a OS level. I have downloaded Office Pro 2007 Plus, and have allready found a repetative bug. However achiving a download location for Vista Beta (any build) latest I belive is 5365 is impossible. I am not interested in SDKs to build programs as I am a end-user. I have went to : http://www.microsoft.com/windowsvista/default.aspx Main Info Page. http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/default.aspx The so called "Getthebeta" Download the Latest Windows Vista If you are not already a member of the Windows Vista ...Show All
.NET Development Connection to Sybase
Hi, I'm having problems creating a connection string to connect to a Sybase db. I have tried both of these methods... ODBC: CONN_STRING = "driver=Adaptive Server Anywhere 9.0;server=XXX;Database=XXX;uid=xxx;pwd=xxx" Dim xConn As New odbcConnection(CONN_STRING) xConn.Open() and the error I get is "ERROR [08001] [Sybase][ODBC Driver][Adaptive Server Anywhere]Database server not found" OLEDB CONN_STRING = "driver=Adaptive Server Anywhere 9.0;server=XXX;Database=XXX;uid=xxx;pwd=xxx" Dim xConn As New oledbConnection(CONN_STRING) xConn.Open() error=No error message available, result code: E_FAIL(0x80004005). Q1. Should I be using Oledb or ...Show All
Visual Basic VB 2005 Ejecting removable media
I'm writing a program that reads and writes to MO drives and I need to be able to eject the MO disk on completion. Any suggestions how to do this within VB2005 would be most welcome. I assume it is that same process as with Zip drives and similar to that for CD/DVD drives. Thanks Using the MCISendString API may be the way to go. The following is an example of opening the CD drive and closing it. Two Buttons on a form with the following code should work. Public Class Form1 Declare Function mciSendString Lib "winmm" Alias "mciSendStringA" ( ByVal _ ...Show All
Windows Forms Crystal Report Query Error
hi, i have 2 subreports populated manually and having 2 datasets... when i use the main report and i put 1 of this subreports inside , populating manually before showing , everything go ok: subreport=ccMainReport.opensubreport("crystSubRep1.rpt") subreport.SetDataSource(ds) CrystalReportViewer1.ReportSource=ccMainReport but.... when i put another subreport in the main report and i populate it before showing&n ...Show All
SQL Server source database information
Hi, Yet another question. Where do reports store information about connection strings to their source databases and credentials that are used to access those databases. So far I have only found that report rdl file contains info about data sources, but it's in format: <DataSources> <DataSource Name="ExperimentSource"> <rd:DataSourceID>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</rd:DataSourceID> <DataSourceReference>ExperimentSource</DataSourceReference> </DataSource> </DataSources> where the ...Show All
