santiagovm's Q&A profile
Visual Studio Team System What does TestID mean? How to get this information?
Hi all, When I create a bug, there is a field under Test tab named "ID". What does it mean In the bug.xml file, I find it is "FieldName="Microsoft.VSTS.Test.TestId". Can I know a test case's TestID before I run it It sounds a test case's attribute, but I cannot find its value in a test case's property. I know if I create a bug it will automatically have a TestID valut inputted in the bug. But if I do not cr ...Show All
Smart Device Development CameraCaptureDialog Issues
I've been having some issues using the CameraCaptureDialog class on an HTC Apache device (rebranded as the UTstarcom 6700): 1. After exiting my application, the device's camera capture screen comes into focus. This happens whether I dispose of the class instance or not, and the Close() method is protected, so I can't call that. Any ideas on getting rid of this lingering capture screen 2. On a seemingly random, intermittent basis, an InvalidOper ...Show All
.NET Development SerialPort SerialDataReceivedEventHandler
Hi, I can't figure out how to get the event handler to work when data is received on the com port. I've looked around the forums here and I downloaded a console sample program that I tested on my computer and it works. But when I try and apply the same Idea to my C# windows form program I can't get the event to fire. Am I doing something wrong Some other post on the forum were talking about using different threads for the SerialDataReceive ...Show All
SQL Server Complex Quieries - Reporting Services
Greetings: I have the following query which will get the column name of the table I am trying to work on .. · SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS Where TABLE_NAME = 'MyDataTable' This query will give me the column name of “MyDataTable”. But I need to add some calculated field – i.e get the number of rows which are not null from “myDataTable” for a particula ...Show All
.NET Development System.Type.GetType fails to return a Type that sin't in the base mscorelib
I have developed a web service that accepts a request object that has an array of request criteria objects. The criteria objects have properties of source queue and the name of the formatter to be used to deserialize the object in the queue. Variaous objects are passed into specific queues and I want to dynamically create a formatter object based on the passed in formatter fullname. The user sends a request object to a web serverice (broker) ...Show All
.NET Development System.Security.SecurityException - Exception from HRESULT: 0x800A0046 (CTL_E_PERMISSIONDENIED)
I get the following erroro when at this method. test = test2.OpenAsTextStream(Scripting.IOMode.ForWriting) where test is Scripting.TextStream and test 2 is Scripting.File. This was just converted to VB.net from vb6. This seems to be running perfactly on VB6 and i get this error only when running it on vb.net. How can this be fixed. Run-time exception thrown : System.Security.SecurityException - Exception from HRESULT: 0x800A0046 (CTL_ ...Show All
Software Development for Windows Vista Scheduling workflow
I have a workflow application (my first) that has several sequential workflows defined that are triggered based on incoming messages from a network socket. What I'm not sure on is how to marshal the incoming requests into the workflow, I could have up to 50/sec inbound requests that each need to be processed via a workflow. At the moment, for each request I do a CreateWorkflow().Start, and while that works for OK for the moment, I'm not s ...Show All
SQL Server Table load
After working on this with no luck for a couple of days I am sick of pounding my head against a wall! I need help!! I am trying to load 3 flat files into one table and I am not sure how to do it using SSIS. I just need some guidence as to where to go. I can load 1 flat file into the table but 3 is the issue and combining the data so it is loaded in sequential rows. I have had it load, but it has been in three pieces one after the other. I am jus ...Show All
Visual Studio Team System TFS Beta 3 Refresh: Error 32000 and Error 26204
Like so many others I experience problems while installing Team Foundation Server (B3R) – after resolving a lot of other problems on my own I get stuck with this one and need some help: “The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 26204”. I investigated further in the VSMsiLog and found a hell of a lot of “ExecuteSqlStrings: & ...Show All
Windows Forms How to call UserControls Property and method from the Container application ?
Hi Friends, I have created one UserContols. I load it on another C# Application using the Assemply.CreateInstance method. Now i need to access all property and method. How to do it Please help me, its very urgent. Nilay Dear Dpowers, Thanks to take a interest in my Post. I have found the solution for that. // Use the file name to load the assembly into the current application domain. Assembly a = Assembly.L ...Show All
Visual Studio Tools for Office VSTO 2005 does not recognize Office 2003 sp1
Good day! I've tried to install VSTO 2005, but unfortunately, it gives me a message that I need to install Office 2003 with SP1. However, I have already installed both SP1 and SP2. I'm running Office 2003 Standard Edition and Visual Studio 2005 Professional Edition too. Does anyone know how I can proceed with my installation or solve this problem Thank you very much Hey, thanks, I didn't notice that. (It wasn't ...Show All
Windows Forms Help: Hosting .net form controls in IE
I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission. I have searched alot on the web about .net security I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions ...Show All
Visual Studio ANN:VS SDK 2005 Feb CTP for v2
Community, the Feb CTP bits are live at https://www.vsipmembers.com/ this release contains DSL and an RC of VSTA. The TFS bits are still the B3 bits from the RTM SDK. New samples since the RTM SDK include SingleFileGenerator, CodeSweep, SingleViewEditor, DSL Samples, VSTA Samples, SCC Samples, and the IronPython end-end integration sample. Other important improvements include doc updates, VSL improvements, the prototype VSTC ...Show All
Windows Forms Standard to Professional upgrade
I have VB.Net standard I have recently discovered that in order to do what I need to I need Professional. Does anyone know if it is possible to upgrade just to VB.NET Pro or if I must get Visual Studio If so how and can an ...Show All
Visual Studio Open Website from Source Control takes long time
I have built up a project in VSS 2005 via internet and VS 2005. It works great in the project I created, I can check out, modify, check in etc. Now when I go to open a new website from source control it takes a very long time. So far 45 minutes and not open. The project has about 1,500 files I was getting timeouts when opening the project at first, but added: [HKEY_CURRENT_USER\Software\Microsoft\SourceSafe] "Timeout"=dword ...Show All
