Iyana's Q&A profile
Visual Studio Express Editions errors in patientDSx.designer.vb when starting app.
Hello, I have a problem here. When I start my application (F5), and allow ' Me .Patients_1TableAdapter.Fill( Me .PatientsDSx.patients_1)', it gives me some error messages in the 'PatientDSx.designer.vb', these are the errors: System.ArgumentException was unhandled Message="Keyword not supported: 'provider'." Source="System.Data" StackTrace: at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, St ...Show All
Visual Studio Team System How do I change a WI type, from Scenario to Task for example, without creating a new WI? Is there a view to see this heirarchy?
I have a number of Sceanrios that were entered for my team that are actually Tasks related to one Scenario. Is there a way to change these to Tasks related to the scenario without entering a new WI Also, is there one view that gives me the scenarios and tasks laid out in their heirarchy I see the links in the links section, but I would like to see the hierarchy when I run a query for the scenarios and tasks in a given iteration. We ...Show All
Visual Studio Team System Is there an example of how to test web services using https with X.509 certificate
Any examples out there to test web services that require a client-side certificate using https I created the tests on my local machine without ssl and now am trying to enhance them for our larger test system. Can't record as we are using Smart Client WinForms. Actually, the problem migh not be the certificate but how to add a FormPostParameter with Username and password. Is this the same in Smart Client forms as in IE Thanks, Burk ...Show All
Architecture Choosing deisng pattern
Hi. Your help is very appreciated. I want to build an app that is basically a client db. For that I am contructing a "client" class (that has - name, address, contact details etc...). However, I want to enable my users, to add properties to my "client" class WITOUHT needing to change my code . i.e. some clients might require an "age" and "annual income" properties as part of the "client" class. Which design pattern(s) might assist me ...Show All
Visual C++ altering variable name
Hi! I need to alter a variable name. The scenario is: i have a lot of text box, so i want to read the text of each box and load all in a same string. So, i think to use a for loop... but... if i work in this way, it's necessary alter the name of text box... Can anybody help me This code may need a bit of syntax adaptation because it is C#. C++ and C# is mostly similar except for the differences ;) with your other control de ...Show All
Windows Forms Use Case Controllers and WinForms
I'm interested to know any strategies people have taken regarding Use Case Controller classes and interactions with WinForms. How are your Use Case Controllers structured (methods, etc) Does a Controller class have an aggregate member that is the Form or vice-versa How do you handle Use Cases that span several different WinForms Thanks for any general ideas/solutions you might have. -Smoke ...Show All
SQL Server SSRS Wont work after Reinstallation?
HELP! ! - Due to some system issues I have had to uninstall and reinstall SSRS. However now I can't seem to deploy my reports. It appears that SSRS can't see my local host. However in IIS I see the proper directories. When I try to connect to SSRS via the Object Explorer it shows me a server name that knowlonger exists. So I think thats a clue, but I have no idea on how to find out where SSRS is getting its server list or how to update that l ...Show All
Visual C++ Trouble linking project ( repost )
I asked this yesterday: I have taken on a job of moving a VC6 project to VC2005. This product is so old, it uses XercesC because it predates MSXML ( so they tell me ), and it uses a number of other libraries as well. One in particular ( a DICOM library ) gives me linker errors as follows: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,st ...Show All
.NET Development Error while writing a Log file
Hi, I am newbie in the .net world... In fact I have started learning C# .net in the last week only..... I have created a webservice... but now Since I have to write logs to a log file... I have tried the following code --------------------------------------------------------------------------------- public class Service1 : System.Web.Services.WebService { ...Show All
Visual C# Inserting multiple lines in textbox
I have textbox with multilne parameter set to true How do i add multiple lines of text I guess i have to use array somehow Hi, You can use Environment.NewLine; to add a new line (by code) HTH. Bye. ...Show All
Visual C++ Help with Form application created by Visual Studio 2005!
I have successfully compiled and tested a windows Form application that was created using Visual C++ 2005. However, when I tried to run the same application on a different machine that does not have .Net framework it ask me to install it. My question is, is there any way I can somehow make the form application work on machines that does not have .Net installed (for example is there some quick way to convert the form t ...Show All
Microsoft ISV Community Center Forums Necessary Processes???
I have WXPHOME SP2. I currently have 63 processes on my startup. Is there a list of necessary processes so I can delete the rest I attempted to search each process on here but most of them didn't show up. Help Hi, This forum is actually targeted at Independent Software Vendors... specifically, those companies who build software applications and solutions on Microsoft technologies. You might want to visit http://www.microsoft.com/win ...Show All
Visual Studio Express Editions Global variables (ish) in C#
in Visual C#, how do you declare a variable so that is visible to any form in my project I used the following code to make an object called myRegistry that can be used to save settings in the correct place: Microsoft.Win32.RegistryKey myRegistry = Microsoft.Win32.Registry.CurrentUser.CreateSubKey("software").CreateSubKey("RockGem"); What would I have to do so that i declare this once and then am able to use it in any fo ...Show All
Visual Basic How to use Crystal Report Controls?
Can somebody help me on how I can use the Crystal report viewer control and Crystal report control pls posts some sample code that I can use...Tanx! Dominic. Hi, You can try articles at Crystal Reports for Visual Studio 2005 Tutorials and Sample Code http://msdn2.microsoft.com/en-us/library/ms227881.aspx . And CrystalReportViewer Object Model Tutorials http://msdn2.microsoft.com/en-us/library/ ...Show All
.NET Development Which DB to use?
Hi, i am writing a program that uses a db. My db will have 3 tables and maximum of 5,000 records. I want that the customers will download my application... The proplem is that i don't know whether they hav a db engine or not. I heard about MDAC for mdb files... 1) How can i check in my installation wizard whether the client has MDAC installed on his local mashine 2) Can u suggest me somthing better re suggestion ...Show All
