Soviut's Q&A profile
Visual Basic How can i set JIT Debugging in VB Express Edition?
According to documentation available, we can set JIT debugging in: Tools --> Option --> Debug But, in VB 2005 Express Edition Beta 2 this option is unavailable or, at least i can't find out where is it. Thanks ...Show All
Visual Studio Reuse class designer?
This is a longshot...but here goes. I have to provide a "class designer-like" UI for a project (the designer creates an xsd that represents the design of a business object). The timescales are really tight. Is there any way I can reuse any of VS 2005 class designer classes to help deliver this functionality Thanks in advance Stuart Hi Stuart, Unfortunately the answer is no. We are developi ...Show All
.NET Development SignedXML Object creation
I want to create my own signedxml object. The current object does not handle many things that I need it to do currently. Inheritance unfortunately still hides much of what I need to do modify. So how does the inner workings of the signedXML object actually work Articles or tutorials in making it work would be very helpful. I do not need the standard signedxml stuff as I have already tried these. I am still h ...Show All
Visual Studio Team System Team Build - Security
Hi, we would like to implement multiple team-build types, but only certain users must be allowed to execute certain team-builds. I have not found a way to ristrict which users may execute a specific team-build. Will this be an RTM feature - or must we use alternatives for all restricted Team-Build functionalities ie. a scenario would be deploying to a staging area - which causes different version-numbering to be applied. this may only be d ...Show All
Visual Studio Consistent # of columns in matrix
I am designing a master-detail report which uses a matrix nested inside a list. The matrix displays a set of values (which may be null), grouped at several levels (I'll spare you the gory details), while the list groups on several of the primary keys of the data Problem is, I would like to have column headers consistent throughout the report, and if possible, have them rendered at the top of the page only. The dataset contains sparse data - ...Show All
.NET Development SOAP Header
I want to add a soap header to a web service call and the web service doesnt define a class for it. I have just the string of xml nodes that i want to pass to the service How do i do that Hi Richard, Check out this url: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwebservicesprotocolssoapheaderclasstopic.asp Best of luck, Ido. ...Show All
Windows Forms Speech SDK! No winform support?
I built a very nice we app in minutes, and the tools make it very easy to build simple web sites. But I need speech in winforms!.... Does anyone out there know what I'm getting at My target audience is win xp home, so asp.net ...Show All
Visual Studio Express Editions Convert a VS.net 2005 csproj file so VS.net 2002 recognizes it?
I found a way to do this from VS 2003 to VS 2002; see below..... 1. Modify the Solution Files Change the first line of the solution files from Microsoft Visual Studio Solution File, Format Version 8.00 to Microsoft Visual Studio Solution File, Format Version 7.00 2. Modify the Project Files VS2003 has this format <VisualStudioProject> <CSHARP ProjectType = " ...Show All
.NET Development ADO.net, how to use INSERT statement
when execute insert statement, happend exception "fail to connect datasource". if change the value( , , ) to real value(3,'dfdf',11). it work well. so it prove that it can connect to DB. and execute select statement, no problem. why insert can happened the problem how to handle it CageNo defined to AutoNumber, CageName to Text and Food to Number(long integer) in Access. Any help, i will appreciate it. using System; using System.Drawing; us ...Show All
Visual Studio Team System MS Guidance on Naming Conventions for Workspaces, Branches, Shelvesets, Labels, etc
It would be nice if TF provided some suggested naming guidance for various nameable items like: Workspace Branch Shelveset Label It might also be nice to provide guidance on suggested directory structures like: $/Branches/Rel1.0 $/Trunk/Docs $/Trunk/Src I perused through the MSF Agile docs and couldn't find anything related to branching. ...Show All
Visual C++ VS8 2005 Projects only work on my PC
Until recently I've been using VS.NET 2003, now I have VS8 2005. And none of the project I make work on other computers. They only work on my PC, when i try to run the program on another PC I get this error: C: \FilePath This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem . Why is that How can I fix it Also, when I compile VS.NET ...Show All
Visual Studio Team System How to set permissions to a field in a workitem.
Take a bug as an example. 1) How could I assigne permissions to "state" field, so that only users in the QA user group can change the state from "active" to "closed" 2) For a certain field, I only want it to be readonly for user group A, while it is modifiable for user group B. How 3) Another question: How could I set up permissions to only allow users in "QA" user group to create a bug workitem Many thanks. ...Show All
Software Development for Windows Vista Windows Vista Activation
How does one activate Windows Vista The online wizzard does not work. I'm having the same problem has anyone got a solution for this Thanks graham ...Show All
.NET Development FtpWebRequest method=Create Directory problem with "#" in the directory name.
When i try to create a directory on a server with FTPWEBREQUEST with a # character in the directory name it only creates the directory name up until the # character. For example if i try to create the directory "C# Express" only "C" gets created on the server. I if send "C++ Express" it creates "C++ Express" on the server. I'm going to check into other characters that are valid for a directory nam ...Show All
Smart Device Development having trouble with hotsync of treo 650, get unable to access LDAP directory
Please help, I have talked to tech support for my treo, I have talked to tech support for other software like Intellisync and no body can figure out what is happening.... Anybody ever have a problem like this....When I attempt to hotsync my treo 650 which is a palm one product with microsoft windows format using the software that came with the phone/pda, and I go through the hotsync process...the process is stopped due to a message window that p ...Show All
