Software Development Network Logo
  • Visual FoxPro
  • Visual C#
  • Windows Live
  • Windows Vista
  • Visual J#
  • Microsoft ISV
  • .NET Development
  • SQL Server
  • Game Technologies
  • Visual Basic
  • VS Team System
  • VS Express Editions
  • Architecture
  • Visual Studio
  • Smart Device

Software Development Network >> dandesro's Q&A profile

dandesro

Member List

just Do It
sjb
jco2007
crjnunez
fred99
Rodrigo Diaz
RajatTandon
HughFraserLarne
TimSpencer
dsarkar
timdude
Rocinante8
Brice PRUNIER
Gecko2648
rhc_advent
kebabbert
Adrian Cordoba
Barry Harkness
Homer Y
S. Unal
Only Title

dandesro's Q&A profile

  • Visual Studio Express Editions .NET Framework 2.0 won't install 'cause Windows Installer 3.1 won't start

    Hi, all... Can someone explain what to do here To install the .NET Framework 2.0 on a Windows XP system that does not yet have SP2, I must first install the Windows Installer version 3.1. I did that, but the Installer service won't start. When I try to start it, I get a message "Error 997 - Overlapped I/O Operation is in progress." I thought I might uninstall the Windows Installer and then try to reinstall, but when running the Remove Programs control panel, it shows me a whole bunch of dependencies and complains that a whole bunch of programs might not run properly if I remove the Installer, including many of the Security Updates for ...Show All

  • .NET Development New request is not allowed to start because it should come with valid transaction descriptor.

    I have a C# windows service that uses MSMQ, DTC Transactions, SQL server 2005 and Notification services. I am doing the following in the service: OnStart Create the queue set the Peek Complete event call Begin Peek PeekComplete WaitHandle[] waitHandle = new WaitHandle[] { new AutoResetEvent(false) }; ThreadPool.QueueUserWorkItem(ProcessMessage, waitHandle[0]) Call End Peek WaitHandle.WaiteAll(waitHandle) queue.BeginPeek ProcessMessage(object stateInfo) AutoResetEvent are = (AutoResetEvent)stateInfo; Create DTC Transaction try Message msg = callResultQueue.Receive(MessageQueueTransactionType.Automatic); ...Show All

  • Visual Studio Express Editions Express Tools Availability after 7-Nov

    Hi,   I am currently reinstalling my windows, so I will need to reinstall the express edition tools.   How long do you plan to offer the Beat 2 tools for download Will it be stopped after 7-nov release of final versions Beta 2 will expire May-2006 so please allow download at least upto 3 months.   Thanks, AB Generally the Beta code will be stopped not long after the official release, but you will only be able to use the beta code in production for about 30 days after the full release. Remember that you need to have a golive license for using the code in production systems, and ...Show All

  • .NET Development SqlDataSource Exception Handling

    When you create a sqlDataSource in code and bind it to a gridview you have the luxury of trapping errors as you bind the source. How does one do the same when you drag and drop a datasource and a gridview. If i were, for instance, to add a querystring parameter to my datasource that expects a integer. When you pass it a character it comes up with ye old yellow and black screen. How would one handle this error gracefully The same goes for a connectionstring error. I have found ways to handle the errors occuring during update of a gridview, but can't find anything w.r.t the datasource binding. Hi ZenithSurfe ...Show All

  • SQL Server connect to sql server express

    Hi, I cannot connect to the sql server express, and i recieve an alert which says: TITLE: Connect to Server ------------------------------ Cannot connect to Sql Server (SQLEXPRESS). ------------------------------ ADDITIONAL INFORMATION: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53) For help, click: http://go.microsoft.com/fwlink Pr ...Show All

  • Visual Studio Express Editions Access - Autoincrement problem

    I have some code to add a new record that I adapted from the Developer Tutorials as follows: If _ARecID = 0 Then Dim MyRecords As AUTORECSDataSet.AUTORECSRow MyRecords = AUTORECSDataSet.AUTORECS.NewAUTORECSRow() MyRecords.MFG = MfgComboBox.SelectedValue MyRecords.Model = ModelTextBox.Text MyRecords.Year = YearTextBox.Text MyRecords.DateDone = DateTime.Parse(DatePicker.Text) MyRecords.Mileage = Integer .Parse(MileageTextBox.Text) MyRecords.Action = ActionTextBox.Text MyRecords.Cost = Integer .Parse(CostTextBox.Text) MyRecords.Done_By = DonebyTextBox.Text AUTORECSDataSet.AUTORECS.AddAUTORECSRow(MyRe ...Show All

  • SQL Server Urgent: Can't schedule a backup of production database

    Hi, I am finding creating scheduled backups (either a full or a tlog) through the maintenance wizard impossible.  It all seems to create fine however after the maintenance plan is create and I execute it, or leave it to run of it's own accord I get either no backup file created or a 0kb backup file.  My feeling is that either MS shouldn't have released this part as it is so buggy or we should not have upgraded yet. Has anyone else had these issues and managed to resolve them Stewart   Ok, I have given away using the Wizard.  I am now using the design surface and am able to ge ...Show All

  • Visual Studio Team System What's become of the Team Foundation Power Toy (tfpt.exe)?

    I can find lots of references to the powertoy, but they all appear to be quite old, and refer to the version of the powertoy from the beta 3 timeframe. Does that old version still work with the RTM services, is there a newer version somewhere, or is the RTM-compatible version lost in the woodwork somewhere Right now it still lives in the VSIP SDK (registration required). It will eventually be published on the TFS Downloads page, hopefully soon. ...Show All

  • SQL Server SQL Authentication and SQL Express

    (FYI - the Search box throws a scripting error when I type in it) I see in SQL Express Manager that I can connect using either Windows Authentication or SQL Authentication. Is the SQL Authentication for use with SQL Server 2000 and perhaps the full SQL Server 2005, but not for SQL Express My product uses SQL Authentication with SQL Server 2000; I am testing my product with SQL Express, but it fails on the authentication step: Event Type: Failure Audit Event Source: MSSQL$SQLEXPRESS Event Category: Logon Event ID: 18452 Date:  5/24/2005 Time:  3:13:26 PM User:  N/A Computer: XSDEV02 Desc ...Show All

  • Visual C# How do I return a string from a csv file?

    Hi, I am trying to search a csv file until it hits a null value. The csv file is set up in such a way that I can search line by line until the first cell is blank (MB/Code). At the moment I just want to find this null cell and get the program to return the value, and then I can find the Res-Code and do some further calculations. Below is an example of the file I am searching. MB/Code Description Res-Code D desc1 D01 desc2 D0101 desc3 A001023 Thanks, Scott I ...Show All

  • Visual C++ Like to know the correct WM_????? message.

    Hello, I like to write a dialog program that will respond some action for mouse right click while the dialog window is minimized. I don't know which WM_ will fit in this need work and what class this message event handler will belong to. Any ideas Pls advise me. Thanks. Messages are sent to the window over which actions were done, so if your window is minimized, no message will be sent to it. There are some messages the system broadcasts when necessary (ie painting, logoff, device changes etc) but those messages have nothing to do with mouse or keyboard activity. There are some advanced ...Show All

  • Windows Forms Deploying Windows Applications with Crystal Reports IN VS2005

    Hi i can't run my application on other computer because my application use crystal report and crystal engine's throw exception please help me to run my applicatin on other computer thanks a lot just go thru the below Url, may be of some help to u. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=8949&SiteID=1 ...Show All

  • Windows Forms ClickOnce updates all assemblys!

    Hi, I am now trying to deploy with Click Once, and have run into 2 problems/questions. I have 6 projects 1 win and 5 class libs. I seem to think that with Click Once I should be able to make a change to library X and redeploy, in turn the user would only need to download that one assembly. The problem I am having is, a change to 1 library forces the user to download the entire application again. I must just be missing something, what is the way around this Thanks Are you sure it download the whole app ClickOnce is designed to only download changed files. When the user gets an update, the new file ...Show All

  • Visual Studio Tools for Office Managing deletion of bookmark controls

    Hello, I am implementing a Word customization that ue bookmark controls to identify pieces of text in a document. I would like to perform some cleanup procedures when the user deletes one of the bookmark when editing the contents of the document. It appears that the VSTO runtime has a way to keep track of this because he properly updates the Control collection in this case. For example, if I create a bookmark control using Visual Studio, then delete the range in the word design surface, the control list is automatically updated to reflect this change. Does anyone know how I can achieve the same behavior in my customization An ...Show All

  • SQL Server SQL Server 2005 - Memory Issue - Grabs all RAM

      HI ALL, I perform Data Mining using Sql server 2005 CTP and it takes around 1.5 GB Memory to run.. I did try remove all optional components specified in the SQL Server Area Configuration...It did reduce to 256MB but again after couple of reboots the sqlserver is back to its 1.5GB mem space... Just cant work on the machine...all resources are sucked up by sql server 2005.. How can I manage this Beafy Demon All suggestions welcome, Please help..... Thanks! Will it really use as much as you have installed on the machine I know that in 2000, if you had Enterprise Edition, you could configure AWE so that you could ...Show All

©2008 Software Development Network