Seb MARTY's Q&A profile
SQL Server Unable to connect to sql server on local machine
Hi, I have the same problem as brokenrulz. Is there a solution for this problem If so what is it please help. To explain the problem again, I get the follwing error while running my windows application connecting to sql server2005 and I get the same problem manually trying to connect to the database engine from SQL server management studio 2005. Also in this case my server is on the local machine. *************************************************************************** An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be ca ...Show All
Software Development for Windows Vista Beta2: SequentialWorkflowActivity not found
I seem to have fallen at the first hurdle with Beta2. I uninstalled WWF VS extensions for Beta1.2 and the Beta1.2 of WWF. I then installed the Beta2 of WinFX and the Beta2 of WWF VS extensions. If I create a sequential workflow then it says it can't find the SequentialWorkflowActivity type. This suggests to me that its still picking up the Beta1.2 versions of the runtime. Can anybody suggest what I should do to clean down and reinstall Much obliged, David It seems the answer is to miss out the WinFX beta2. I've uninstalled Beta2 of WinFX and the Beta2 of WWF VS extensions and reinst ...Show All
Visual Studio Express Editions RichTextBox question
How can I get & set the scroll position of a RichTextBox ie. if I have a RTB with several hundred lines of text in it, I want to know where the vertical scroll bar is currently positioned & then be able to reposition the scroll bar, in particular I would like to position it to the end, so that the last lines of text are visible. How can I do this Thanks... Hi, If you are satisfied with an answer you can press "yes" button on replies Regarding your second question: you just should set a handler for the TextChanged event of the RichTextBox like in the example below: ...Show All
Visual Studio Team System Wierd work-item bug
I've only seen this once but... I just checked in a changeset, associated with a Bug work-item with the associate action set to Resolve. After the checkin, the output window showed "Changeset 607 checked in successfully", and running a work-item query showed the work item in the Resolved state, as expected. Now here's the wierd part... Selecting the work-item to edit it, the form shows the state as "Active" and not "Resolved". Attempting to change the status to "Resolved" results in an error saying that the work-item was changed by another user. Viewing history on the folder where the checkin occurred didn't show Changeset ...Show All
Visual Studio 2008 (Pre-release) Retrying count in Reliable Messaging
I have implemented relieable messaging for my service, its working fine. But when the service is down, client is trying to connect to service only 3 times, after that its throwing, server unvailable exception. I have tried various option in reliable messaging setting, following is the sample configuration for reliable session setting i have used. < reliableSession acknowledgementInterval = " 00:10:10 " enableFlowControl = " true " inactivityTimeout = " 00:10:00 " maxPendingChannels = " 128 " maxRetryCount = " 8 " maxTransferWindowSize = " 32 " ordered = ...Show All
Software Development for Windows Vista Frames ignored (apparently) when delivered to VMR9 on UI thread
Hi, I'm trying to figure out why samples delivered to the primary VMR9 input pin from a worker thread (originating in DVD Navigator) are rendered properly, but samples delivered from my app's UI thread to the same pin on the same instance of VMR9 in the same graph are seemingly ignored. The VMR9 is using my own AllocatorPresenter to render frames onto a Direct3D surface, and PresentImage() (my code) is called for *all* frames regardless of which thread delivered them to the VMR9, but in the case of the UI thread samples the frame passed to PresentImage() doesn't contain any new data. (More info. I build the following filt ...Show All
Windows Forms adding a control to a derived control
hello everybody i want a datetimepicker that has one field for handling a date and one for handling the time. so i created a datetimepicker derived from the original datetimepicker. now ic want another datetimepicker to be drawn right besides the other one. to do so i create a new datetimepicker (the one to display the time) and add it to the controls-coll ...Show All
Visual Studio Unistall VS 2005 Beta 1
I'm trying to uninstall VS 2005 Beta 1 - This fails because vs_setup.msi is not on my local disk. Any suggestions Thanks If you want to uninstall all of the Visual Studio 2005 Beta 1 files, I suggest using the betas uninstall tool prepared with that scenario in mind. Try this link: http://go.microsoft.com/fwlink/ LinkID=47598 I hope you will find it helpful. ...Show All
Visual Basic AsyncCallback in a different thread?
Is there a way to handle an AsyncCallBack procedure/delegate in a specific thread Here is why I am asking: I am using the Sockets.BeginConnect function and specifying a callback procedure but when I try to do anything (like writing to a text box on my form) in the callback procedure I am getting warnings that I think are telling me I have threading issues. I think what it is trying to tell me is that the AsyncCallback procedure is not executing under the thread of my form but is executing in the thread that was created to handle the BeginConnect function. Do I have this right so far If so, how can I do anything meaningfull with my form o ...Show All
Visual C# Creating a setup project using Setup Project Wizard
Hi, all. I read through an book (Developing Windows Based Applications) by Microsoft Corporation thats fully updated for Microsoft Visual Studio .NET 2003 and came upon the chapter where it teaches how to deploy a built application. Since I definitely hoped my program can run in every computer without them having to install VS2003, and I also installed some plugins for my VS2003 (further requiring them to have the necessary assemblies and dlls required by the plugins), I think I have found the right topic and followed the steps inside in creating a setup project. However, I found that what they mentioned inside (5 steps in total) is abit wro ...Show All
Visual FoxPro like command
hi again,i have the below simple line of sql code local temp temp=thisform.TextBox1.Value SELECT costomer from customertable; WHERE costomer_description LIKE temp the command works perfectly and i get the results in a new vfp window. is there a way to change the command in such a way so that i get the recno of the result.the reason is because there is already a grid on the form and i guess that if i had the recno from the select command i could focus that particular record.seek command works on indexes so that cant help me.after all i can use the % with my text in like which saves me a lot of trouble. Just on ...Show All
Visual Studio 2008 (Pre-release) reference to a object-class with datacontract??? .urgent.
Hi, in my service I referenced to an object class "Tag". Now I'm using a client with channelfactory and want to use objects from the "Tag" class. How can I do this without letting the client referencing to the original "Tag"-class at the service-side Your copy of Tags.Tag is a different class than the original Tags.Tag class (even if they are named the same) and hence the collections are incompatible. That's what's causing that error message. Nevertheless, since WCF is built with the service orientation tenets in mind and one of them is "share schema, not class", y ...Show All
SQL Server is there any way of uploading/deploying rdl files to the reportserver other than report manager in real time
Hi, is there any way of uploading/deploying rdl files to the reportserver other than report manager in real time wat happened:- i had developed reports (rdl files) and we have a setup for the web application During Implementation after the application is installed in the web server. we needed to deploy reports & datasources (rdl & rds files) to the report server. wat we did was - manually upload each rdl file using report manager. and the eventually the datasource which the reports use was uploaded. but problem here was when i ran the report it did not find/recognize the datasource it wanted altho ...Show All
Smart Device Development Can't find the IBrowser interface. Was it removed?
I'm migrating an eVC project to Visual Studio 2005. My error is occurs on the line when I try to create an IBrowser3 interface pointer: CComQIPtr<IBrowser3, &IID_IBrowser3> m_spWebBrowser; error C2065: 'IBrowser3' : undeclared identifier error C2065: 'IID_IBrowser3' : undeclared identifier I also get undeclared identifier errors on the following preprocessor definitions: DISPID_DOCUMENTCOMPLETE, DISPID_DOWNLOADCOMPLETE, DISPID_ONQUIT, DISPID_NEWWINDOW2, DISPID_BEFORENAVIGATE, DISPID_NAVIGATECOMPLETE. Were the IBrowser, IBrowser2, and IBrowser3 interfaces removed/deprecated from the Windows Mobile 5.0 Pocket PC SDK And the ...Show All
SQL Server SQL 2005 Setup problems (No collector registered for scope: "SetupStateScope")
When running setup the following message appear: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme. Have removed all beta software and get the following messages in the application event logs. I have seen the errors in other forums but never a reply. If anyone has an answer i would be greatful! Regards/Ma ...Show All
