peterdarvas's Q&A profile
SQL Server Visual Studio 2005 Profession Edition
Hi, Can anyone tell me which SQL Server 2005 tools are meant to be installed with this edition Unfortunately it wasn't me who set up Visual Studio but one of the guys in IT, so I don't know which options were available/checked. In the Product Feature Comparisons at http://msdn.microsoft.com/vstudio/products/compare/default.aspx , it states that Visual Studio 2005 Profession Edition contains "SQL Server 2005 Developer Edition". ...Show All
Windows Forms Text box text format checking
I have some text box which allow the user to key in integer and decimal. How do i do a checking on the text enter in the text box that it is integer ot decimal E.g. Throw a error msg to the user when the user enter let ...Show All
Visual C++ Mouse Events!
Hello together! I am sorry, but I am new to Visual C++ and I would like to know how can I react on a mouse click, like a mouseListener in Java. I would also appreciate helpfull links and a few lines example code. Thanks for you help. For what are you trying to catch the mounse event Is this sort of thing any use _ui_object->MouseClick+=gcnew System::Windows::Forms::MouseEventHandler(this, &a ...Show All
Visual Studio Team System Namespace Administrators ?
I find the term "Namespace Administrators" confusing. What is meant by "Namespace" here Isn't this really "Repository Administrators" You can call the same web service methods that gssutil.exe uses. The VSTS extenisibility kit may contain some useful info http://www.vsipdev.com/downloads/ You can also look at the web service soap traffic between gssutil.exe and the server to s ...Show All
.NET Development about sending mail with user auth.
I send mail using the following code. some server is all right. but some server will cause an error. I think there is some difference from smtp servers with user auth. any one know it public static void SendSMTPEMail( string strSmtpServer, string strFrom, string strFromPass, string strto, string strSubject, string strBody) ... { System.Net.Mail.SmtpClient client = ...Show All
Visual Studio 2008 (Pre-release) Peer Channel performance
Hi all! I am building a p2p application using WCF and the peer channel and one of the requisites of this application is to be able to send the higher number of updates per second. While doing some profiling, I noticed that server was sending (at least the sending method executed and returned) at the rate I had specified but clients were receiving at a variable rate. For instance, I specified an update rate of 170 miliseconds on the serve ...Show All
Visual Studio Team System Can't not create team project
Today, I tried to create a new team project from my vsts. I got the following error message: Error Unable to connect to the Windows SharePoint Services at ppgcmtychatnet1 Explanation The Project Creation Wizard was not able to connect to the Windows SharePoint Services at ppgcmtychatnet1. The reason for the failed connection cannot be determined at this time. Because the connection failed, the wizard was not able to complete creating ...Show All
Software Development for Windows Vista DelayActivity with presistance
hello, I've a delay activity that fire every 3 seconds but the problem is once the workflow goes idle i presist it and then nothing happend and the timer is gone is there's any solution for this problem specially that i always read that the timertrackingservice within the workflow run out of the box Regards, Tamer You can set the loading interval on the SQL persistence service to indicate how often it ...Show All
Visual Studio Team System Can I record unit tests?
Hi, all. This is probably very basic and, possibly, obvious. But, I'm just a newbie and don't know much about it. :) I am trying to use VS 2005 Team Test Edition to automate some of the testing we do. So far, I'm just investigating what it's capable of and how we can use it. What I can see so far is that web tests are not going to work for our application, since we have a lot of client side logic involved. I'm looking at unit tests and ...Show All
.NET Development Generic Design-Time Environment Features
Hi all, I am developing a suite of .NET non-visual components with design-time capabilities. They will be used mainly in Visual Studio 2005, but I would like them to work in any IDE supporting .NET Framework 2.0 development. So I would like to understand what is the behavior of a "generic" design-time environment, which can be expected by a Component and its Designer, Type Converter and so on. It seems obvious that it must provide the ...Show All
SQL Server Moving DB one server to another with Broker Enabled
I have a database with Broker_Enabled set via the following command: ALTER DATABASE 'xxxx' SET ENABLE_BROKER All works well, I made a backup and want to move to my development machine. When I run I still get an error saying I need to enable broker service again. "The SQL Server Service Broker for the current database is not enabled, and as a result query notifications are not supported. Please enable the Service Broker for this dat ...Show All
SQL Server Unique Integer IDs
Hello, I wanted to hear from you - if you've used any unique integer generation technique in the context of a disconnected smart client/local data store and have been successful with it. Any ideas/suggestions will be great. Thanks, Avinash We are using unique integer ID generation for our document ISNs. It works perfectly. You just need a good distribution if you have any concurrent processes gen ...Show All
Software Development for Windows Vista Double children after deserialize
I've try to deserialize a workflow, but always double children are added. I saw that in the examples in the community that these are always removed. Is this a bug of WorkflowMarkupSerializer Stefan, Is this workflow derived from a type other than SequentialWorkflow Are you adding any children in the workflow constructor If so, then the constructor is called when creating the xoml and it creates the children as follows: BaseWorkflow( ...Show All
Visual Studio Upgrade VSS from 2005 Beta 2 to 2005 release
Hello, Is it possible to "softly" upgrade Visual Source Safe 2005 from its Beta2 version to the last released one I mean: Is there a program that will assume the upgrade or do I have to Archive all Projects Uninstall Beta2 Install Release Restore Projects In the last case, is there any special recommandation My IDE is Visual Studio 2003. Thanks for any help Check th ...Show All
SQL Server Question about data mining features in a relational database?
Hi, all here, As people say, Microsoft was the first major database vendor to include data mining features in a relational database. What dose this exactly mean Thanks a lot for any guidance. With best regards, It means that we were the first to include machine learning techniques as part of our standard database offering. In SQL Server 2000, we included Clustering and Decision Trees as part of Standard Edition at no extra cost. ...Show All
