Ivan Ooi's Q&A profile
Software Development for Windows Vista unable to run indigo Services
Hi, Please help me out in solving my problems.I had try for a sample example of indigo service.it is getting complie.But while I'm trying to run the application it is giving an error the following the code sample. it contains two Projects.There are as follows [HelloIndigo this is class libary] Service.cs file using System; using System.Collections.Generic; using System.Text; using System.ServiceModel; [ServiceContract(Namespace=" http://DiscoveringIndigo ")] public interface IService { [OperationContract] string HelloIndigo(); } public class Service : IService { public string HelloIndigo() { ...Show All
Windows Forms XML and XSLT in WinForm
I am just wondering what type of control I can use to display XML data that hase been transform by a XSLT to a winForm. In ASP.NET it was easy...the XML control. Thanks, Trey I was worried you'd say that because I don't know. What I have done in the past is use a method which opens an XML file in the systems defa ...Show All
Windows Forms Control for runtime resizing of controls
What I'm trying to do: Present the User a form that allows them to resize (among other things) the controls on it. Not sure where to go with this. I've scowered around MSDN and these forums. The ideal situation would be to have an existing control class that acted like the resize frame in the design time form editor displayed on sele ...Show All
.NET Development system.invalidcastexception
system.invalidcasterror What started out as a sample project to solved a windowsforms.databinding problem, got waylayed with the above. I have four listboxes, all populated in the following manner. lstConcepts0 is populated in form_load Dim cdt As New ConceptsSampleDataSetTableAdapters.ConceptsTableAdapter Dim C0DT As New ConceptsSampleDataSet.ConceptsDataTable cdt.FillByParentID(C0DT, 0) &nbs ...Show All
SQL Server Installation SQL Server 2005 Express Edition
My Installation failed for the SQL Server. Is it true that the SQL Server is running only in Windows XP Prof with Service Pack 2. Thanks! Hi, That is correct. The software requirements have been explicitly mentioned as Windows XP Service Pack 2 on the download page here . Regards, Vikram ...Show All
Architecture Entities
I'm starting the following project: A multi database (SQL Server, Oracle and Firebird) using Winforms in the presentation layer and Web Services in the middle tier. My principal question is about the best way to implement the entities transit between the layers. I'm thinking in this option: a typed dataset based entities without the default adapters created by the VS 2005. Instead I will use a Helper class to factoring the multi database feature and generate the required DataAdapters. I'm free from develop own class for each entity of my system and I could use the benefits of binding and serialization of the datasets. In addition, I wi ...Show All
Visual C# Where to Find Good Tutorials / Overviews for DataGridView ??
Hi There I'm getting a bit lost in the MSDN documentation for the DataGridView in .NET 2.0, could anyone please direct me to some good overviews/tutorials TIA Bill Hi Bill, The following link gives a good overview of all the features with snapshots: http://www.windowsforms.net/WhidbeyFeatures/default.aspx PageID=2&ItemID=13&Cat=Controls&tabindex=5 Regards, Vikram ...Show All
Visual Studio Team System How to view submitted changesets?
When a file is checked in, it is part of a changeset (very similar to a changelist in Perforce). What I don't see in Team Foundation is a way to view previously submitted changesets (this is available in Perforce and is very useful). Is there a way to retrieve a list of submitted changesets, this seems like very basic functionality Since the changeset groups changes to multiple files logically, it often makes more sense to review the overall changeset rather than individual file history... Finding the last changeset would also lend itself to a continous build scenario where you get the latest changeset and see if it is newer than a c ...Show All
.NET Development How to retrieve the Name of the DataType of a column
Using MSSQL 2000 and VB2005. Want to get the data type of a column in a table in order to know if my insert command needs a convert statement. I Found TYPE_NAME but i can't get it to work. Any help would be appreciated Ger ...Show All
Visual Studio Team System Work Item - Title vs Summary (Redundant?)
I find myself just repeating in the summary what I put in for the title. These two fields seem redundant. What am I missing here How are they supposed to be used Once we've fixed it and you've tried it for a while I'd be interested in more feedback. In our own use of it we've found the two fields go hand in hand very well. The Repro steps are generally entered once and don't change (unless there was a mistake). The "conversation" evolves as I pass the bug from person to person or hand it back to the tester for additional clarification. We've found having them both ...Show All
Visual Studio 2008 (Pre-release) Mixed credentials: Username & Certificate
Greetings, Our services will be exposed on the Internet. Only specific partners applications should be able to have access to them. At the same time, the partners applications users will need to be authenticated & authorized by our services. We will use role-based security to authorize them. The reason why we need a double validation using a certificate for each application is because we don't want anybody on the internet to be able to query those services directly (that includes our users having usr/pwd credentials who could try to pull the services content from their own app). We want to make sure only "known" applications ...Show All
SQL Server How to: SQL Server 2000 Replication?
Hi, Can anyone help me How do I implement SQL Server Replication Where, and how Do I have to download specific software to do this, or how What would be the right option Thanks SJB ya thanks, I saw that after I posted the message. thanks ...Show All
Visual Studio Tools for Office Microsoft Outlook 2003 query - How to..
is it possible to program outlook 2003 to generate an e-mail periodically (say weekly) with any specified text that can be sent out automatically to a group of people Trust me i am not asking for help to be able to create spam, as the recipient group are my colleagues at work who need to see this email every week as a reminder for project progress. i cannot find any options on outlook 2003 to help me do so. Any Suggestions would be welcome. Thanks very much. this is my first thread on any kind of forum(!) S Baxter, I had this "laying around". I hope it helps. Protected Sub CreateProcess() Dim ...Show All
Visual Studio Express Editions Exports
Hi. All of my exports are being exported as _<functionname>@24, how can I export them as <functionname> I'd appreciate a step by step explanation :) A def file is simply a text file with the contents: LIBRARY BTREE EXPORTS x (assumes your DLL will be called BTREE.dll). Once you have created this file, drag into your project. To tell the linker to use this file, go to Project Properties -> Linker -> Input -> Module Definition File, and type the name of the def file. Then rebuild ...Show All
Visual Studio DSL and GAT demo
I saw previous posts that there will be a demo presenting the complimentary work of DSL Tools and GAT demo. Is there anything available yet Do you know any recent presentations on DSL and software factories, excluding TechEd05 And this is a question that I have to ask: How are DSL Tools different from a simple code generator Is it only the designer support Thanks, Martin Kulov http://www.codeattest.com/blogs/martin Martin Kulov - MVP wrote: I saw previous posts that there will be a demo presenting the complimentary work of DSL Tools and GAT demo. Is there anything available yet No, not at ...Show All
