sacherel's Q&A profile
Visual C# Trackpad Location Peek
I want to track the locations where I touch the trackpad (or touchpad in my laptop) not necessarily the cursor movement or the screen positions. I just want to seek the positions or locations of the touch points with relative to the trackpad itself. What can of APIs do I use to retrieve this information Example: -------------------------------------------- | & ...Show All
SQL Server Many-To-Many Self-Join
I hope somebody can help me with a rather complicated problem I am having involving triggers and foreign keys. I am working on a database that manages projects in terms of Tasks and the other Tasks (I call them "Pretasks") that must be completed before the Task in question can be completed. Any Task can be a Pretask for one or more other Tasks, and any Task can have any number of Pretasks, which calls for a many-to-many self-join on my tasks table, tblTask. I handle this with a linking table, tblTaskChain, which contains two fields, CurrentTask and Pretask, each of which contains a TaskID referencing a record in tblTask. I hi ...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... You need to put Microsoft.Sdc.Common.tasks and Microsoft.Sdc.Tasks.dll somewhere where msbuild can find them, easiest way is to throw them into the same directory where your project file is located (even though this is probably not the recommended way) see 3) in the error message, you'll need to add <Import Projec ...Show All
.NET Development Migrating from Vs 2003
Hi I want to migrate an application to compact framawork to VS 2005, but I get errors like that: at EnvDTE.ConfigurationManager.get_ActiveConfiguration() at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.GetProjectOutputs(Project project) at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.AddProjectEntries(Project project, List`1 entries, Boolean thisProject) at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.EnsurePopulated(Boolean fPopulateProject) at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.SearchProjectEntries(AssemblyName assemblyName, String typeName, Boolean ignoreTypeCa ...Show All
Visual Studio Team System Deleting a Team Project
Hi, is there any way to delete a Team Project created by me From Team Explorer exists the remove option but I couldn't find one to delete all the different parts of a Team Project (SCC, Project Portal, Work Items, etc). Is it possible Thanks a lot LucasC In VSTF Beta 3, I can not even find the deleteteamproject.exe file. Can someone confirm that it is supposed to be present, and if so, where I've installed the data tier, app tier, full client, and have searched on all of them, to no avail. ...Show All
Microsoft ISV Community Center Forums Disable "Unprotect Document" in Tools Menu Item
Is it possible to disable "Unprotect Document" in Tools Menu Item in MS Word using VBA We are accessing and modifying documents in Java using JACOB. If the document is protected we are unprotecting the document and doing modifications. But if the document is protected using a password there is no way we can provide the password programatically as each document could have different passwords. So if it is possible to disable the "Unprotect Document" menu using VBA then the menu can be disabled and the document protected without password. This way the document can be accessed and modified only programatically and not by the ...Show All
Smart Device Development nativewindow in compact framework available??
I want to select a date from datetimepicker. If I use eventhandler valuechanged, it goes nuts. So I found to control if the date was changed with the eventhandlers DropDown and closeup but these are not available in Compact framework. for the eventhandlers I found this solution http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=4069b90f-f53f-4726-8790-36a9d3830aed e DateTimePicker control in the .NetCF v2 doesn't implement DropDown and CloseUp events which could be really helpful whe dealing with the picker. It doesn't mean that these events or messages are not available in the native counterpart. Win CE SDK docs show the presence o ...Show All
Visual Studio Team System vsmdi relationship to TestCase/TestMethods
I am trying to determine how an entry inside the vsmdi file relates to a test case method. Each test case item in a test list appears to have a unique Guid and the relative path to the assembly that the test case belongs in. However it does not list the test class that the test case belongs to. This information is visible when viewed from the test manager, but does to appear to be stored on the filesystem. Does anyone know how this relationship is maintained Yep, thats' it cracked. To summarise what is required, here's a bit of C#: SHA1Managed crypto = new SHA1Managed (); byte [] bytes = ne ...Show All
Windows Forms Adding a control to the Operating System Window !!
Hi.. How can i add a control to the operating system window... i mean how to make a control exist in any window i open such as My Computer window simply i want to make a control that affects the window content, such as folders and files .... thanx in advance... ...Show All
Visual Studio Team System Proxy Configuration for Dummies
Hi, my coworker and I just can't get the proxy setup straight. I started a test setup where I have one TFS and one client. The client can connect directly to the TFS without a problem, now I want to do the same, but use a proxy (we will later do this between remote locations with a slow connection). I have some really basic questions and I guess I just did not understand how exaclty the proxy works. a) Where do I have to install the proxy portion (the setup in the proxy folder on the TFS CD) I assume that this goes on the machine that is the client to the actual TFS server. Like this: TFS Server ----WAN connection---- Proxy &Client ...Show All
Visual Studio Team Foundation Server
Hi guys. Just a quick question... I have received my beta kit from MS with Studio 2005 beta 2 and all the extra disks. I have also got a disk called Team foundation server. As there is no documentation with the kit, what exactly is the team foundation server, and do I need it I have installed, and got running well VS 2005, but not sure what to do with the other disks like SQL server & Team foundation server. Any info would be greatly appreciated. Thanks in advance. Max Hi, The Team Foundation Server is a new addition. It consists of support for: SourceCodeControlServices, WorkItemTracking, Policy Support, Reporting, and ProjectMa ...Show All
.NET Development RC0 - when?
Does anybody know, when the RC0 of VS will be made available via MSDN subscriptions (hopefully along with a SQL-Server CTP/RC which then meets the framework version of that vs) Thanks, Klaus Hi, There is an update for this question. The RC1 will be released in September. Somasegar has made a blog post regarding this. http://blogs.msdn.com/somasegar/archive/2005/08/22/451026.aspx Regards, Vikram ...Show All
Visual Studio 2008 (Pre-release) Endpoint not found exception when more than 20 clients connected simultaneously
Hi, I am developing a WCF application in which more than 100 clients will connect to the server simultaneously and in each request server may send large data (say 25MB per request). While testing the app, I realized that only 10 request can be handled at a time and client will not get any exception till 20th request but after 20 request it start throwing Endpoint not found exception for the rest of the connection. Below are the server and client config files: (I am using Feb CTP and threading in loop(100) at client side to test the application) Server: < xml version = " 1.0 " encod ...Show All
Visual Studio Team System error 32000
Team Foundation Server Dual-Server Deployment ,while install Application Tier get the error: Error 32000.Failed to get CustomActionData. here is log file info: vs70uimgr: DisplayMessage_START:Error 32000.The Commandline '"Z:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\widbloc.exe" -s datasvr -d CurrituckDB' returned non-zero value: 1. [06/16/05,23:57:14] vs70uimgr: DisplayMessage_END:Error 32000.The Commandline '"Z:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\widbloc.exe" -s datasvr -d CurrituckDB' returned non-zero value: 1. [06/16/05,23:57:14] Setup.exe: AddGlobalCustomProperty [06/16/05,23:57:14] ...Show All
Visual Studio Team System Getting frustrated with red "X" on documents folder
I am at a loss as to why the Documents folder insists on displaying a red "X" in the Beta 3 Refresh. I have granted myself admin privilages but it seems to have done no good. Anyone know what would cause this I'm sorry to hear you are having problems. Several bugs have been fixed in this area in the RC, hopefully it will fix your problem. One thing to check: Open the project portal and make sure you can open all of the document libraries. If any of them cannot be opened then you will get the red x. You will need to correct this condition for the document explorer to work. ...Show All
