KDV's Q&A profile
Visual Studio Team System Another Initialization failed for plugin(s): "Microsoft.Pcw.wss"
i got this when trying to create my first team system project, attached is my creation log. any help greatly appreciated! Cheers, Craig 07/20/2005 08:44:49.130 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://dev-test1:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0.0200288 seconds 07/20/2005 08:44:51.023 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 1.8426496 seconds 07/20/2005 08:44:52.125 | Module: ELeadServiceMediator | Template Information for domain "dev-test1" retrieved from eLead web service | Completion time: 1.101584 s ...Show All
.NET Development Object Does not match target type
Im working with the newly released full version of visual studio 2005 and my program compiles but I have a bunch of warnings with the message Object does not match target type Here is the line of code that gets the error. CType ( Me .rightRaftingContainer, System.ComponentModel.ISupportInitialize).EndInit() The code is in the auto generated section, also the program that has this error was developed with 2.0 betta 1 and I am not trying to fix it to the full version so its probly something simple. Hope someone can help me, thanks. Hi, RaftingContainers were replaced ...Show All
.NET Development System.InvalidOperationException: Internal .Net Framework Data Provider error 4.
I'm using Visual Studio 2005 Beta 2 and System.Transactions, and I intermittently get the following exception: System.InvalidOperationException: Internal .Net Framework Data Provider error 4. at System.Data.ProviderBase.DbConnectionInternal.PostPop(Object newOwner) at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at Syst ...Show All
Software Development for Windows Vista Typical State Machine Workflow
Hi, I apologize for my english and for my ignorance about WF. Can anybody help me I’m making a training project with State machine workflow and asp.net. I want to do an aspx page where an user with administrator's role can see the state of all workflows and can force events. I think to do that i must code the persistence of the workflows. Must i code the SqlWorkflowPersistenceService in web.config and add in my aspx page the code: WFRuntime.AddService( new SqlWorkflowPersistenceService (connectionString)); And then use GetAllWorkflows to get all workflows and show them in a datagrid or a repeater . I’ve read ...Show All
Windows Forms Minimized Windows Completely Disappear, however, they can be found in Task Manager as Active/Running programms!
Not sure if this is the right forum.This forum is for Windows Forms and related matters. ...Show All
Windows Forms Validation onLostFocus vs. onChange
I have a simple form with 2 textboxes and 2 comboboxes. The form is bound to an object with 4 properties corresponding to the 4 controls on the form. The object has an IsValid property, which checks the business rules (sort of like CSLA.NET does). I bound the Save button's enabled property to the IsValid property of the object. This works for the most part, so if I open up a form to edit an object, the save button is enabled, but if I delete the entire "Name" field, the button is disabled, as expected. If I continue to add text in the name field, the button doesn't get enabled, however. I have to press TAB or click on an ...Show All
Visual C++ This application has failed to start because the application configuration is incorrect
Hi, I am just starting programming using Visual C++ 2005 Express Edition. I have had some limited practice in other languages and older versions of C++, so I have some idea whats going on but not much... Anyway I made a short program which perfroms a bubble sort on an array of numbers which the user enters (I know its nothing to write home about but its a start), it works fine on my PC and when I sent it to a freind who also had VC++ 2005 Express Edition it worked fine for him. However I then sent it to a freind without it (in a fairly poor attempt to persuade him to download it) , and my program didn't work on his PC giving the error: ...Show All
System Center Model Summary looks wrong
The Model Summary page is not displayed correctly for me, most of the text is cut horizontally in half. I am running Windows XP SP2 with Microsoft .NET Framework 2.0. Hi Darren, thanks for taking the time to report this issue. Using a non-default DPI setting is a known limitation of SCCP 2006. We are considering supporting DPI = 120 in future releases. Thanks again, Rich Wilson ...Show All
Visual Basic User Forms
I am working on a VB6 application that has forms defined under the "Designers" folder of my project of type UserForm. I have never seen forms defined under this folder before. Needless to say, some of the form properties and events that are associated with "regular" forms are not there anymore. One of the issues I am currently experiencing is a textbox is automatically getting populated with a "1" when the form is displayed. In the UserForm_Activate routine, I check to see if a value is supposed to be loaded (from a global variable) and if not I load blanks. That seems to fix the issue the FIRST time the form is ...Show All
Windows Forms Question on deployment
I have a question, I'm trying to deploy an application, and when I create the package using VS.net wizard everything is fine, I tried it in my computer and works like a charm, I tried it in a friends computer which has also VS.net installed and wroks fine too. But the problem is when I tried installing it in my in-laws computer, they&nb ...Show All
.NET Development Help plz!
How do i read data on the same row but on a different column from a mdb file using visual basic studio 2005. so far i got : somethingDataSet.Tables(NameofTable).Rows.Find("StudnetID").Item("Name") For example: student ID Name 1 John 2 Matt So if user put 1 it then the name should be John. And if 2 it should be Matt. However everytime i put 2, it gives me John. Could you guys help me with it Hey Dave, Could you help me Thank you in advance Dim ColumnValue As String = ds . Tables ( "TableName" ). Rows (RowNumber). Item ...Show All
Software Development for Windows Vista New Office UI - Can we borrow?
Hi all, After a brief trial of the beta 2 office, I am extremely impressed on how the new UI behaves and I believe it will be a great eay to improve productivity. The overall look is also amazing. I suppose other MS products may adopt a similar interface in the future (ie: the ribbons). Since I'm currently building a new app and I'm in the early stage of prototyping my UI, would I get in trouble (trademark and such) for implementing a UI similar to the one in Office I mean using no menus and using tabs and ribbon-like controls. Getting rid of most menus altogether is extremely apealing, and I barely can resist ;) Thanks! I'm sure you c ...Show All
Visual Studio 2008 (Pre-release) A simple question about using SqlMetal
I'm having this problem, could anyone help me I'm generating the class domain using SqlMetal, the code produced always has the default constructor inserted in any class. I've a previous hyerarchy class where I'wrote some code in the default ctor in some classes, I'm going to change my previous classes to partial types preserving so my custom methods and properties but I've to manually edit some changes to the default ctor any tyme I regenerate the code using SqlMetal. Could anyone halp me suggesting a better way to do what I'm doing manually Many thanks What about making a separate file having this kind of definition: pu ...Show All
Visual Studio Team System Project creation failed with error:"Initialization failed for plugin(s): 'Microsoft.Pcw.wss', 'Microsoft.Pcw.currituck'"
During creation new team project from Visual Studio 2005 I get Project creation failed with error:"Initialization failed for plugin(s): 'Microsoft.Pcw.wss', 'Microsoft.Pcw.currituck'" message with log: 07/08/2005 10:43:00.938 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://as-cmp-1:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 07/08/2005 10:43:00.938 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 0 seconds 07/08/2005 10:43:01.108 | Module: ELeadServiceMediator | Template Information for domain "as-cmp-1" retrieved ...Show All
.NET Development Compiling COM (wrapped) on 32bit for 64bit with VS 2005
I have created a .net wrapper for a com object to use it with classic asp. This works great on 32bit machines. But when trying to deploy it on a 64bit machine, it fails miserably. A solution I picked up is to target the build for x64 only, which would (cross fingers) solve the problem. Now when I compile the project for x64 platform I get Error 1 File "C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\MoveMailer\ClassLibrary1\ClassLibrary1\bin\x64\Release\MoveMailer.dll" is not a valid assembly. MoveMailer Whoops.. Any ideas what's going wrong in the x64 area ThanksArnout ...Show All
