jasontehpirate's Q&A profile
Visual Studio Team System Is it possible to change the connection string property of a Web test datasource?
Hi all, thanks in advance for your help. We are developing a series of web tests to be used for performance testing. These tests use a local database for parameter data. What I have not been able to change is the connection string of the web test datasource. If we move the tests to another testers machine, they have to create a new datasource, re-establish all of the bindings in the Form Post parameters and then delete the origi ...Show All
System Center Disk space used
For the Utilization by resource Simulation result, does the utilization refer to disk throughput utilization or disk space utilization If it is for disk throughput utilization, how can I find the disk space utilzation It would ben really good to know how big the Exchane databases will grow and how many log files will be produced over a given period. Thanks. Ben .. The utilization reported by SCCP re ...Show All
Visual Studio Team System Code Analysis Settings
Hello, Does anyone know if there is an easy/simple way of applying Code Analysis settings across multiple projects within a single solution For example, I have a solution with seven projects. I would like all seven projects to have the same code analysis settings. However, going through each project is a little time consuming and I'm likely to miss a few settings here and there. I guess what I'm really asking is... is th ...Show All
Visual Studio Express Editions Error message "non-generic method" using ObjectDataSource and GridView
Here is my process: (all with visual web developer 2005 Express, April version.) 1. create new dataset in the app_code folder, called interaction.xsd. (right-click on the app_code directory and select new...) a. Step through the TableAdapter Configuration Wizard. b. Select the data connection (ManagementConnection String (Web.config) c. Create new stored procedures d. sql statement "SELECT Interaction.* FROM I ...Show All
.NET Development XML boot sequence??
Is xml a possible subject lingo for a boot sequence IE. is it possible to have xml boot an operating system well i definetly had no plans of editing my EPROM at this poin, but my MBR yes. i want to test a method of driver verifacation, and implementation. query hardware > save to hardwareprofile serch for nearest http, ftp, ssh, ect.. Ddb ( Driver database ) secure connect query Ddb verify drivers in Ddb match harwareprofile return ...Show All
Visual Studio Tools for Office Enable/disable popups in main menu
Hi; We have an Add-In where we need to enable/disable a couple of menu items based on the location of the caret in the document. As an example, think of the Cut menu item in Edit - it is only enabled if text is selected in the document. Is there any event or any other method where we can enable/disable the menu items just before the menu is displayed. Possibly an event that occurs when the user clicks on the main level menu that will cause it's ...Show All
Windows Forms Button problem...
Hi! I need som help with coding. I wan't to have a ToolStripMenuItem and link it to another form but I don't know the code for that. Can someone please help me Thanks in advance. Didde wrote: Hi! I need som help with coding. I wan't to have a ToolStripMenuItem and link it to another form but I don't know the code for that. Can someone please help me Thanks in advance. A ...Show All
Smart Device Development Blank IO Exception
Hi. I'm trying to write to a serial, COM, port on the mobile device. using .NET 2.0 here and WM2005. After months of trying to find out, I found out a couple of ways of doing so. Yesterday I tried the serialport class, unfortunatly when it writes to the serial port, it gives me a blank IOException - no idea why. The COM port is 3 and is enabled in the system settings by default. Next step was to go low level stuff - so I imported ...Show All
Visual C# SQL Server 2005 and Threads - Licensing
I am working on a project that will require the use of SQL Server 2005 Workgroup Edition. We were planning to use the version that comes with 5 CALs instead of the version licensed based on processors due to the enormous cost difference. Our customer who will be using this is a goverment agency and MS charges them ~$800 for the 5 user version, but the version licensed by proce ...Show All
Visual C# Using an SDK written in C in C# apps
Hi everyone. I'm having trouble finding the *best & easiest* way to incorporate an SDK written in C into my C# apps. Since there are regular releases of the SDK, I don't want to transpose all of the C code into C# (since I'd need to perform a lot of diffs and repeat the process with every new release of the SDK (or write a custom parser/generator/translator, which I'd like to avoid)). From what I can tell at this point it seems like it wi ...Show All
Visual Studio Team System How to support Code Coverage
We want to support Code Coverage for COBOL project System. Please tell us how to support Code Coverage with VSIP SDK. Please tell the topics about Code Coverage in VSIP Documents. Best Regards. Shinya, does the COBOL project system emit MSIL code If so, then if the compiler emits symbols files in the correct format then code coverage should automatically work, there shouldn't be any thing you need to do specia ...Show All
Visual Studio Tools for Office How to embed remote attachments into an Outlook Item
Hi, I've learned how to embed attachments into an outlook item (i.e. a contact). The code is like this: (...) // this works and I succeed in getting the contact Outlook.ContactItem contact = Globals.ThisApplication.GetNamespace("MAPI").GetDefaultFolder( Outlook.OlDefaultFolders.olFolderContacts).Items.Find( string.Forma ...Show All
Windows Forms Database question
I am writing a program that will allow you to create new databases on a SQL server. However, I am getting an error that says the database 'MODEL' is being used, and we can't get an exclusive lock on it. I have no problem creating  ...Show All
Visual Studio Express Editions creating multiple dataset
I am trying to create more 1 dataset in VB 2005 express. I have 3 tables: 1) Company 2) Location 3) Country The first on table company is OK. But the next one I tried, either on Location OR Country, I will get an error. Is that a limitation in the Express Version of VB 2005 with MS SQL 2005 Express Vincent ...Show All
.NET Development Threading issue
I have a Windows Forms application in C # which communicates with a web service. If I put a communication function as a separate thread I don't see the feedback displayed on the screen in a textbox. Does anybody know the reasons why On what thread is the feedback written back to the textbox The textbox should only be accessed via the UI thread of the Form. ...Show All
