husky1's Q&A profile
Visual Studio Express Editions Making "MaskedTextBox" values return in order...
I written some code (with some help..alright, alot of help) to store the values to a .txt file(s) so that when I re-open the form, the values will return (Hopfully to where they came from), but unfortunately they don't. What happens is, they start back filling from the bottom of the form (Highest "MaskedTextBox" number to the lowest) P.S. I'm already using this solution for "TextBoxes" Using FileOpen(1, "FSO.txt" , OpenMode.Input) and it works fine (Confused) I'm saving the values for "TextBoxes" to one file( FSO.txt) and the values for the "MaskedTextBoxes" to another file( FSO2.txt ...Show All
Visual Studio Team System TF30207: Initialization for plugin "Microsoft.ProjectCreationWizard.WorkItemTracking" failed
I've seen this posted, however, I don't see an answer to the problem. I would like to resolve this issue this week. I have project teams waiting on this working. If I can't get it to work, I will be forced to use VSS. Thanks Eric J. Johnson ejjjohnson@ciber.com OR johnsonericj@att.net Error TF30004: The New Team Project Wizard encountered an unexpected error while initializing the Microsoft.ProjectCreationWizard.WorkItemTracking plug-in. Explanation TF30171: The Microsoft.ProjectCreationWizard.WorkItemTracking plug-in used to create the new team project could not be initialized and returned the following error: ...Show All
.NET Development Web Service works locally, not remotely
All is ASP.NET 2.0, C# I have a web service that works exactly as expected when on the host machine, invoked in a web browser. When I try to consume it from my client application, it fails, and fails oddly. When the service gets called from the application, I get a SQL Exception that for the parameterized query I don't provide a value for the parameter '@SITE' . In the code I clearly set this parameter. When I consume the service from my client I always provide a default value, so I know that a value is provided. When I run it from a web browser I type in the two parameters & they clearly are accepted and processed correctly. An ...Show All
Visual C++ WinNT.h generating compiling errors
Hi, I've been trying to compile a small piece of code but I always get an error which seems to come from WinNT.h (line 222). The error is "error C2146: syntax error : missing ';' before identifier 'PVOID64'" and it generates other errors like " error C4430: missing type specifier - int assumed. Note: C++ does not support default-int". The line says: typedef void * POINTER_64 PVOID64; I'm currently using Visual Studio 2005 and Windows Server 2003 SP1 Platform SDK. The paths were registered with the tool that comes with the SDK. How can I solve this problem Thanks for your help. ...Show All
Visual Studio Team System Process templates
Hi, I'm writing a little app to add process template using the IProcessTemplates interface from Microsoft.TeamFoundation.Server library of TFS beta 3 refresh. I need to pass 5 parameters and I don't know what are the next three parameters : 1 templateData (byte[]) 2 metadata (string) 3 state (string) Could you help me on this Thank you Answered by Ravi here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=173598&SiteID=1 ...Show All
Visual C# VS2005 Image Library Gone!
Hey fellas, I've got the beta2 Team system thing, - nearly had a heart attack watching the MSDN.TV thing regarding the image library.. but my install didn't include it for some reason, and ideas or suggestions why - it's not somet silly like an extra download from somehwere on msdn is it Thanks, Did a compelte install, must have missed it - will try again when i got a spare bit of time to reinstall - thanks ...Show All
Visual Studio Team System Debugging unit tests running on ASP.NET Development Server
Hi, we're having issues while attempting to debug our unit tests for ASP.NET apps, i.e., there is no support for automatic debugging in VS2005. The current msdn documentation on the subject has been deemed incorrect, with forthcoming amendments posted here: http://blogs.msdn.com/vstsue/articles/556002.aspx#DebuggingOnIIS The procedure for IIS works, but after following the steps for Cassini to the letter, i still cannot get the debugger to attach. the Break() is ignored in the unit test, and the Debug dialog never appears. However, another post suggested using this as a workaround: System.Threading.Thread.Sleep(10 * 1000) - givin ...Show All
Software Development for Windows Vista Select Approver - activity
In Oracle Worlflow we have an activity called SelectApprover, is there an equivalent in Windows Workflow or please tell me a logic to apply a similar activity.Excuse me for my ignorance and treat this question as one from a newbie! thanks in advance. Ramprasad, WF doesn't provide a "SelectApprover" shape out-of-the-box. You could want your approver to sign-off via email, a website, some winform client - so WF provides all the infrastructure needed to create a select-approver like activity that fits your needs. A common way this is often modeled is by using an InvokeMethod & EventSink ...Show All
Software Development for Windows Vista Problems with Mpeg4s Decoder DMO
I have a compressing video capture card that provides an MP4s stream from an analog camera. The capture card SDK contains a DirectShow filter and I can easily construct a graph in DirectX SDK's GraphEdit tool. The graph is simply card->Mpeg4s Decoder DMO->Video Renderer and it all works nicely. This filter is used to capture streams from the card. The actual usage for the stream is such that it is first captured and stored as a raw MP4S stream (subtype WMMEDIASUBTYPE_MP4S). The stored video is then used in different applications that decompress it to a bitmap. And that's where the problem is: I can't initialize the deco ...Show All
SQL Server SQL Server 2005 Express & Office 2003
Are there any updates available that will enable an Office 2003 project to connect to SQL Server 2005 Express Thanks in advance for your help! ...Show All
.NET Development How to do a programmatic update of table
Assume a table called Test with three columns and n rows: ID integer identity primary key UpperLimit integer V1 integer Test is part of a SQL Server 2000 database on a server. I want to read and update the table using the following algorithm for i = 0 to n-2 test(i).V1 = (test(i).UpperLimit + test(i+1).UpperLimit) / 2 next test(n-1).V1 = (test(0).UpperLimit + test(n-1).UpperLimit) / 2 How would I do this in a .NET 2 web site or VB application. It would be OK, but not necessary to use a datagrid to display the results. The main thing is just to read the table, modify each row ...Show All
Windows Forms Sort DateTime-String in a DataGrid
I have a DataGrid, the source for my grid is a DataTable in a DataSet. One column is a DateTime type and for a better look I convert my DateTime rows to string. But now the sorting is false, when I click on the header for the Date-Column (because of the alpha numeric sorting for strings). The sorting is like this: 10.01.2005 15.02.2005 19.01.2005 and I want it like this: 10.01.2005 19.01.2005 15.02.2005 As you see, my DateTime culture is de/DE. Has anybody an idea Why are you change the data type (DateTime -> String) when what you really want is to change the display format ...Show All
Visual Studio Express Editions Can only select aspNetSqlProvider
Using Walkthrough: Creating Web site with membership and user login. I established Membership site in IIS (local host) on xp. Selected ASP.NET configuration and then Security Tab BUT Security Set Up Wizard is not visible to continue. And ASPnetSqlProvider is only selection i have and it has an connection error. According to documentaion, the login stuff should default to Access database but no sign of aspNetAccessProvider. I check all readme's and other documentation and did not see how to select other than the sql provider. Any help would be appreciated. Thanks Pauley ...Show All
Visual Studio Team System Enterprise Architecture Framework
Which Enterprise Architecture Framework best pairs with MSF 4.0/3.0 IEEE, TOGAF, Zachman Which Enterprise Architecture Framework does Microsoft employ internally This document on MSDN notes the IEEE, but doesn't give many details. http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnmaj/html/aj1entarch.asp There is certainly the WSSRA for Infrastructure, but that is more of a pattern and practice than an Architecture Framework recommendation. ...Show All
Visual Studio Team System Getting Code Coverage to work
Hello! I'm sorry if this has been asked many times before but I tried to look for an answer but only got alot about web tests. I've just followed this article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/vstsunittesting.asp by Mark Michaelis and everything has worked great, but when I try to use code coverage (by right clicking on a runned test and choosing code covering results) I get the message "Code coverage is not enabled for this test run". I tried to go into localtestrun.testrunconfig, choosed "code coverage" to the left and then added a checkmark infront of VSTSDemo.dll and clicked ...Show All
