mystereetbouledegomme's Q&A profile
Visual Studio Team System Reduce the size of TRX files - limit logging?
hi all, Hoping someone can advise me on how to reduce the amount of logging that is sent to the TRX file. I have a scenario where I am (trying) to test about 3500 URL's (and their dependent requests). The information that I would like to know is; 1. If the URL fails. 2. If any of the dependant requests fail. This is all the information that I need. I am finding that at about 1000 requests the logfile becomes unmanageable and VS aborts t ...Show All
Visual Basic Processing Serial Data
I need the reduce the processing time in a uMicrocontroller to allow faster sampling times. This has creates a problem in the data collection routine in VB. The old system collected the analog data a converted it to a decimal format before sending it to the serial port. This data is collected and saved using Hyperterminal. The VB program would, when run, would open this file and process the decimal data by graphing it. What I need ...Show All
SQL Server Autosize algorithm
Hi, I'm interested to know what the Autosize functionality is supposed to do. Obviously its supposed to size objects...but based to what The reason I ask is that I'm using Autosize on my data-flow components. On some occasions after using Autosize the full name of the component is not visible. I would have thought that displaying the component name would be objective #1 of Autosize. This doesn't just happen with components with long names ...Show All
.NET Development how to update element while create a file
hello aLL I'm using VB.Net I'm using writer = New XmlTextWriter (....... to careate an xml file I need to change an element after i have built it !!! how XmlTextWriter writes XML nodes to stream or file. Most likely you write it to file. After you write your XML it is in the file and you can modify it as any other text file on your system. (I.e. open it in Notepad or do this programmatically.) To edit it as ...Show All
Microsoft ISV Community Center Forums How to open Access files and export them to Excel
I need to open multiple Access files and export several colums to Excel. The problem is that the file extension is not a typical access one and that I need to choose a table from several tables for each file. Then I need to merge into one excel document. Any help would be appreciated, thanks. I'm sorry, I thought this was the VB.Net site. VB.NET. and I'm new to it... thanks. ...Show All
Windows Forms TASKVISION DataLayer - How many table can the datalayer support
Hello, Suppose i have accouting and inventory system and they both add up to have around a 150 tables then can i define all of them in the common datalayer, how many tables can be supported in this TaskVision datalayer , since it sits in the memory, and is consistent . Will it be ok to define individual datalayer for specific tables to make the Datalayer component more light. Please advise I ...Show All
SQL Server Why is Unique Constraint is prefferd over Unique Index?
A UNIQUE constraint is preferred over a unique index. Why In SQL Server, a unique constraint is implemented by creating a unique index. Therefore, there are no significant differences between creating a unqiue constraint and creating a unique index that is independent of a constraint. Data validation occurs in the same manner, and the query optimizer does not differentiate between a unique index created by a constraint or manually cre ...Show All
Windows Forms Microsoft Agent in WinForm
Hi. I want to use MSAgent in my Windows Form Application, Would anyone help me Hi,there Does anyone know how to implement ms-office assistant look like msagent characters(with input balloon) And why do it seem that fewer and fewer people are getting interesting in MsAgent techonology ...Show All
SQL Server Export a report to Excel : Data in a column become several columns
Export a report to Excel : Data in a column become several columns When i export a report to Excel, the problem is coming, the report data that is in a column become several columns in Excel. Why the problem happens How to solve it. You probably have other items that are either above or below the column that don't align with the column. The excel renderer has to create multiple columns (the report is basically flattened into a table ...Show All
Windows Forms Problem with value DataGridViewComboBoxCell
In VB 2005 Express I have a problem, which completely do not understand. I use a DataGridViewComboBox in a DataGridView. When I change data and save it, I have no problem. But when I close the form I a repeting error, being: System.ArgumentException: DataGridViewComboBoxCell value is not valid. Can anybody help Thanks in advance, Simon Use the following link: http://lab.msdn.microsoft.com/productfeedback/De ...Show All
Visual Basic Where to store files that your App uses?
I am coming from VB6, where I used to use App.path to store all of my application files (like config files, and Access databases, report definitions etc), and now I am using 2005. I am having trouble figuring out where I am supposed to put application file dependencies during development and deployment. By dependency, I mean a file the program uses, could be any kind of file, but it is a file I want to distribute with my app. For example, I ...Show All
Visual Studio 2008 (Pre-release) I love DLinq. Really need n-tier support though.
In section 7.4 of the DLinq guide it mentions that that's something you guys are looking at. Do you guys have an idea if that functionality will get in there before the product is given the green light to go-live Since most apps these days are designed as SOA, there will need to be a distributed notification mechanism. Thanks CZ The type of n-tier support we have for DLinq is simply an API that allows you to int ...Show All
Windows Forms Project Outut Question, Please Help.
Hey everyone how are you doing I am new to the board, and I am new to programming and Visual Studio .NET 2003. I am teaching myself both of them starting off using “SAMS Teach Yourself Visual Studio .NET 2003 in 21 Days”. &nbs ...Show All
Smart Device Development WinCE.Net with Platform Builder
I have ST2410 device, bought it from www.ucdragon.com . It is loaded with WinCE.Net 4.2. I would like to build the image myself with customize components, load my program and sell it to my customer. Where can I get Platform Builder Do I need to register first Thanks ! It turns out, I do have BSP, and they are going to send PB4.2 cd to me. The only thing I need to do it to implement PSM, and buy wince runtime lic ...Show All
Visual Studio Port other than 80 for the Server Configuration
Is it possible to use a different port than port 80 Anytime I try to enter WWW.DOMAINNAME.COM:8080 it gives me a message "Only a server name or an IP address (like server.microsoft.com or 10.0.0.1) is allowed here, SourceSafe will automatically generate the necessary URL from it.". Hi Todd, With Beta2 bits you can only use default ports (80 for http, 443 for https). The final RTM version of VSS 2005 will suppo ...Show All
