twiggy's Q&A profile
Windows Forms Newbie Question - Adding a "Next" Button
I am completely new to using Windows Forms and Visual Studio. I downloaded a Sample code off of this site called "Tabbed MDI" I plan to use this as a starting point. Currently the only way to navigate from one form to another& ...Show All
SQL Server Connections to SQL Server Files (*.mdf) require SQL Server Express 2005
When ever I click on an MDF file in VS2005 I get the following message. Required Components Missing. Connections to SQL Server Files (*.mdf) require SQL Server Express 2005 to function properly. Please verify the installation of the component or download from the URl: http:go.microsoft.com/fwlink/ linkID=49251. I think this may have been due to the install order and options I selected. 1. VS2005 Pro, without SQL Server Express 2005 as I wa ...Show All
SQL Server SSIS will not start after SQL Server 2005 SP1 upgrade
Hi guys, I have experienced a problem with a SQL Server 2005 SP1 upgrade, where hotfix.exe reported an error during the SSIS component upgrade, and then the SSIS service would not start back up. I have since attempted an additional SP1 upgrade on the server, which completed successfully, however the SSIS service still will not start. The server is running Windows Server 2003 Standard Edition SP1 with SQL Server 2005 Standard Edition (x86), wh ...Show All
Windows Forms WYSIWYG HTML Editor
What about a WYSIWYG HTML Editor for Winforms Whould be greate for Content Managment Systems. And, as you all know, we're moving back where we came from (bringing power back to the ritch client). Or, what about exportToHtml() from a RitchTextBox ...Show All
SQL Server using User Defined Data Type (UDT) in a sql server 2005 database + Window Application.
Hi, I am using VS2005 C# + sql server 2005 Express edition. I need to using a database that uses my own defined data types to define its tables columns. I already have designed a Database projact and create the new UDT as follows: Create a new Database project in the Visual C# language nodes. Add a reference to the SQL Server 2005 database that will contain the UDT. Add a User-Defined Type class. Write code to ...Show All
SQL Server Printing SSRS 2000 Report from VB.net
I am trying to accomplish this and don't know if its possible or not. I have a VB.net form which contains a button 'Print'. The requirement is when the user clicks this button the pdf version of the SSRS report is printed. I haven't found a way to do that. Currently, when the user clicks the 'Print' button we have it linked to the pdf report (through the URL link)... Can we achieve the direct printing as requested without displaying the ...Show All
Visual Studio 2008 (Pre-release) Is the pseudo SQL syntax necessary?
Current LINQ syntax is like this: var upperLowerWords = from w in words select new {Upper = w.ToUpper(), Lower = w.ToLower()} where w.StartsWith("a"); But I think that this is unnecessary breeding of C# with SQL. I believe that combination of methods with lambda calculus would be better: string[] words = { "aPPLE", "B ...Show All
Visual Studio Express Editions creating dll's
hey i am designing a program and i was wondering if it is possible to create a dll in Visual Basic Express Edition well, maybe I should rephrase that. I'm designing a program where when you click a button it opens a text editor(already have that made). Someone told me that to reference the program in the code you need to create a dll(is this true ) Yes you can make a dll in VBE. No it isn't needed. You c ...Show All
.NET Development Where gets Intellisense the descriptions of methods, properties, ...????
Is it possible to add a discription to my methods so the intellisense can display it Intellisense uses the summary tag from the member to display so provided you are using the <summary> tag on your classes, methods, properties, etc. they'll be displayed. Michael Taylor - 10/8/05 ...Show All
.NET Development WebService Timout troubles
My webservice times out after insterting 15 or 16 rows into an access database from a mobile device. I read that databse querys and things of that nature take a long time. (well longer than regular methods) Ive gone into my iis server setting and changed the script timout to a higher value (longer than what its timeing out at) no change. i put <httpRuntime executionTimeout="600"/> in the web.config for the service. Not sure if this even do ...Show All
Visual FoxPro directory list
i would like to show in a listbox the files of a directory(not all files for example reports only *.frx)and to be able to refresh that.in other programms there are file list boxes components that do this,but i dont seem to find any in vfp.what can i do There's more than one way but the easiest to start would be to change two properties of your List Control: RowSource=".frx" RowSourceType=7 && fil ...Show All
Visual Studio Team System Area and Iteration fields and field constraints
Hello, we are busy editing work item types (fields, states and transitions,... ) for our own use. We edit the process templates with Process Template Editor Tool (Imaginet Resources). In one problem we ran: It seems not possible to add field constraints to the fields Area Path and Iteration Path (TreePath data type). We want mark these fields as Required and preselect default values. Every time I try to add a constraint to such a field, ...Show All
Visual Studio Team System Error 28100.Error loading Event web service.
Hi, During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine. Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log Are you attempting a single server or duel server TFS install At what stage of the installation process are you getting the erro ...Show All
Visual Studio Team System List of files updated?
Our development team has just converted from CVS to Team System. One of the things we can't seem to find is the output of updated files when you get latest. I have gotten this output once in Team System, but only when I have a conflict. We'd really like to be able to see this output any time we get latest. Is there any way to get Team System to show it to us even when there isn't a conflict Thanks, Patrick ...Show All
SQL Server Use SSIS to Copy Files Between Servers?
This is a question of whether or not to use SSIS to solve a problem. I need to copy SQL Server database backup files from a server in the DMZ to a fileserver inside the firewall. The SQL Server is not allowed to write it's backup files directly to the fileserver, so they are written to local disk. A connection can be made from inside the firewall to the SQL Server to copy the files off. So, I'm considering SSIS for the job. Is it possible ...Show All
