Walter Boncal's Q&A profile
Visual Studio Team System Folder Error - need help
Hi, I am running TFS Beta 3 Refresh. So far everything has been working fine - we currently have 8 projetcs running. Having some diffulty now though with the removal and creation of a new folder under documents in one of the projects. I first tried to rename the folder only to find that after it seemed to work that the folder disappeared - from both the Team explorer and the project portal. Then when trying to create a new folder with the name ...Show All
Visual Studio 2008 (Pre-release) Real World Localization of WPF Project
Hi All, So I have read the articles about WPF localization. The bottom line is that after a 9 step process (create neutral, add "current culture code', add UIDs, update csproj, rebuild, extract with locbaml, translate csv, create target folder, generate target with locbaml) we end up with a YourApp.resources.dll which contains the GUI of your XAML in the target language. OK. Now a real app has some resources such as strings and ima ...Show All
Windows Forms How to display a "Static" Form
Hello. On the Main form of my application i have an ItemMenu with a Search Option with the floowing code: SearchCustomerForm frmBusqueda = new SearchCustomerForm(); frmBusqueda.Show(); On frmBusqueda in the button for closing it I have: this.Hide(); all i want is to h ...Show All
Visual Studio How to support Temporary Projects
Please teach us how to support temporary projects. Please teach us the topics about temporary projects in Visual Studio 2005 SDK. Best Regards. Shinya Watanabe Hi Douglas, I have created a new thread here - " MPF bug: Solution is not saved when "Save new projects when created" is unchecked ". Could you please have a look at Your input will be much appreciated! Thanks, ...Show All
Smart Device Development SaveFileDialog question!
the Save File Dialog box always display the Main memory (My Documents folder) on Location listbox. How to change it become the SD Card ( or other external storage) as default Or is there any way to disable or invisible the Location listbox i try use SaveFileDialog1.InitialDirectory = "\SD Card" but i cannot work! The result still that same. You should be able to use this as a base: http://msdn.microsof ...Show All
Visual Studio Team System help with wiqlQuery
Hi All, I am learning wiqlQuery but I have an urgent requirement to get the following info: Finding SUM(Completed Hours) for a person between a date range for all projects( or a given project) Actually we want to derive the utilization of a resource..... Please help me with the query, its urgent You cannot get multiple revisions in a single query. WIQL allows to create queries as of certain date (using 'asof <date& ...Show All
Visual Studio Team System Build machine is not reachable
I'm having trouble getting a Team Build type to run. The error message that I receive is "Build machine is not reachable". I have defined the Build Machine as 'teamfoundation' in my build type, which is the name of the Team Foundation server (creative, I know). I've tried various combinations of this, including the IP address, the FQN, and I've tried all of these from remote machines and on the server itself. Everything appears to be ...Show All
Visual Studio Team System Team Foundation Problems after changing TFSReports, TFSSetup passwords
I had to change the passwords for our TFS domain accounts before upgrading from Beta2 to the RC. Everything seemed to work properly after I updated the passwords for the services utilized by Team Foundation. I've noticed that reports are no longer working (just get a red X on the folder) and I can no longer create new projects. I get the following error: Error TF30004: The New Team Project Wizard encountered an unexpected error whil ...Show All
Visual Studio Express Editions Value Conversion Error
Hi Whenever I retrieve a piece of information from a custom query, and then trying to add that information to a new row, I always receive a "Value of type Integer cannot be converted to 'System.Guid'" error. Does anyone know what could be the root of the problem Dim currentHighID As Integer = Me .Tbl_OrderDetailTableAdapter.GetMaxID newRow.ID = currentHighID+1 <<line with error ...Show All
Windows Live Developer Forums Combine Accounts
Quick question, Don't know if this is possible or maybe a future enhancement. I have a live id that i use for messenger and spaces. It is my primary id; however, I do not have it set up for hotmail since it is an email account for another domain. I have another live id that i use for email only (hotmail). Is there a way to link the live id for email up to my main live id so that on live.com i can see my email from hotmail without having to ...Show All
Visual Basic Most elegant way to check if a network connection is available
Hi, I'm looking for the most elegant way to check if a connection is available to an ftp site. For example, I would lie to check the status of the connection before running a routine. Regards HerbiNZ If you asking to check that the you have a network connection prior to trying to do a file upload to an FTP Using VB.Net 2005 you can use the My Classes. The general construct would be ...Show All
Visual Basic Equivalent for a \n new line character in Visual Basic
Hi, I am kind of new to Visual Basic and I got stuck doing a sample Windows Form program. I was trying to write a String into a text file. But I just couldnt get the command for the new line character whereby each time, the new String is concatenated to the next line instead of the same line. I know that in C the new line character \n is used. But what about in Visual Basic Any help would be appreciated. Regards, Arun. ...Show All
Visual C++ cli arrays(newer)
Hi, I am having a problem with cli::array's, here is an example of what I have. ref class A { private: Int32^ i; String^ s; public: A(String^ s2, Int32^ i2) { s=s2; i=i2; } }; ref class B { private: cli::array<A^ >^ a; public: ...Show All
SQL Server how to fixed the size of the report and landscape view state?
Good day. How to make or fixed the size of the templates and how to make the report in landscape mode i have make a layout in the landscape mode but the priblem in print preview it is not in the landscape mode. thanks your help is greatly appreciated Check the width and height property of the "Report" and "Page". Both should be proper, for your report to print (preview) in landscape. ...Show All
Visual Studio 2008 (Pre-release) Aero Glass effect
Can somebody tell me something more about the aero glass effect on windows This is possible in WPF, but how can you accomplish it Can you design it with Expression Designer I saw an example of stockwatch and couldn't figure out were the code was that was responsible for the aeroglass look. Please tell me more I am looking for the same thing, simulate aero with wpf on xp. Check out http://thewpfblog.com/ p=27 ...Show All
