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

Software Development Network >> Shabbar Husain's Q&A profile

Shabbar Husain

Member List

BenniG.
Smola
obiron
KirkAtCenterstance
Ben Ryan
N. Panoussis
sirbill
Johanvh
rupesh_Sidpara
RebeccaR
ShadowD
RRS
Rod Kimmel
biju7630
Toerag
Mohamed Fares
CraigyBoop
jonNotTod
Aw Ali
Bhupal
Only Title

Shabbar Husain's Q&A profile

  • Visual Basic SQL Express and VB.NET Express Editions

    I am trying to add a data connection with one of my databases in sql express and I keep getting the following error message   "Failed to generate a user instance of sql server due to failure in starting a process for the user instance. The connection will be closed" How do I go about resolving this.   Thanks   Hi I encounter this "User Instance of SQL Server" problem when deploying by using ClickOnce. I posted my question here in detail : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=340802&SiteID=1 Any help would be very much appreciated. Thanks. ...Show All

  • Windows Forms PropertyGrid Guru needed for Custom Editor Problem.

    If my custom drop down editor(which is basically a multiline text box) is removed from view because the user pressed escape, then I need to know so the propertygrid can ignore any changes made.  My 'fantasy vb code for the EditValue function would be. MyCtrl.edSvc = edSvc: MyCtrl.Value = value edSvc.DropDownControl(MyCtrl) if dropdrown was removed with escape key then &nb ...Show All

  • Software Development for Windows Vista Replication and correlation

    Can anyone tell me whether or not, in Beta 1.2, it is possible to use the replication shape to invoke a method that initialises a correlation set and then waits for the correlated event. There are lots of business scenarios that call for functionality like this - i.e voting scenarios, approval scenarios etc. You can obivously do something like this using the parallel shape but you need to know at design time the number of participants in the scenario. Arjun, I'm very pleased to here that but I can't see how to make it work. The problem I'm having is with binding the correlation reference to the invoke ...Show All

  • Visual C# An interesting and challenging application

    hi i want to do this, i want to make a web application which is capable of downloading a page at client side make some changes and then return the changed page to the same server. Now when the same page is accessed for the next time, it should reflect the newer change......... Is this possible................ sorry mr. David N. You had to apologize... I know that doing such is against the rules of ethics... I am not going to implement such idea... I want such just only for my information... because if this becomes possible then no site will remain secured... I again apologize and sorry if you have minded my any statment... with rega ...Show All

  • .NET Development HELPPPPPPP....for Async Socket COnnection..

    i used async socket connection... so server is listening...& client has Timer which starts new thread (new Connection request) every 20 seconds... after connecting and sending data to server..i shutdown socket..like socket.Shutdown() but when i c 'netstat -an' command i can see many socket opens ..and it increases after every 20 second.. so i think i m unable to kill threads which stared after every 20 seconds....and unable to close sockets.. so plz tell me where & how i can kill thread in Async SOcket connection.. (may be one function of main thread which kills all other threads created by main thread will work bu ...Show All

  • .NET Development Using IXmlLineInfo without XmlReader

    I have a recursive method that cycles through an XmlDocument.  The document is built using an XmlReader, but at the time I'm spinning through the document, I am not using the reader (it's used just for loading).  When I display line information (number and position) from any validation exceptions that occur, they all have the last line and position of the file (because I set LineInfoProvider property after the reader loaded the doc). So, is there a way to get line number and position without using an XmlReader to cycle through my document   Specifically, is there a way to keep the line information updated while processing a ...Show All

  • Visual Basic Database Questions

    I'm fairly new to creating programs that utilize databases. I have just purchased a book about ADO.NET, but I wondering if anyone could offer some opinions on where to start. In particular, what database program should I begin learning Most of the applications that I want to develop will really only need a local unshared database to systematically store and recall information. I would really like to avoid spending a large amount of money on purchasing a database program, so would MSAccess or MySQL be a good place to start Also, where can I find a good tutorial on the basics of building database applications If anyone else has any point ...Show All

  • .NET Development Help getting started on serial comms

    Hello All I need help in starting to experiment with serial port comms. I have a device ( a gas analyser ) that I would like to read the output from via the serial port. I dont know what data it sends so my attempts to read text and byte data have not been succesfull. It has a row of LEDs showing ppm ( part per million) . What I would like to do is emulate those LEDs on the PC monitor. Where do I start Thanks     Hi, I have to do the same thing as Geeee , but instead of the ( a gas analyser ) I have a tag reader that works in the RFID (radio frequincy Identification ) ,,, ...Show All

  • Visual C# data retrieving from a database....

    Hi Im very new to this .Net world......i would appreciate if anyone can just tell me/ provide me code snippet as to how to retrieve data from a SQL Server 2005 database with a front end say C#.NET 2005.. I mean i should be able to select,delete,insert,update records from both, i.e. the database and also from frontend ,C#. I appreciate if i can get a code sample to achieve the above..... Thanks, Jeff Hi Select data from SQL database using C# int i = 0; sqlConnection1.Open(); SqlCommand cmd_Code = new SqlCommand("SELECT [Customer Code] FROM Customer_Details_Table", sqlConnection ...Show All

  • SQL Server Could not load file or assembly ADODB, Version=7.0.3300.0

    I have an application broadly deployed (about 10 computers). As of yesterday, two of these computers are unable to start the application, and failing with the error below. All other computers run the application just fine. System.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' I checked and ADODB.dll version 7.0.3300.0 is in the GAC in the deployment target machines. I fin ...Show All

  • SQL Server Server Registration

    TITLE: Microsoft SQL Server Management Studio Express ------------------------------ 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: SQL Network Interfaces, error: 41 - Cannot open a Shared Memory connection to a remote SQL server) (Microsoft SQL Server, Error: 87) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=87&LinkId=20476 ------------------------------ BUTTONS: OK ------ ...Show All

  • Visual Studio Team System Could just be a bug! - loading webtest to loadtest

    Hi guys, I'm using a trial version of Visual Studio 2005 Team Suite Edition. I was trying to create a new load test using the wizard. Then, I want to add a recently created Webtest (in vb code - which has been successfully compiled). I realise that I couldnt find the webtest from the list (Test Mix - Add - /All Loaded Tests - Available tests) I then restarted Visual Studio 2005 Open up the load test and edit the test mix - now I can see all the Webtests, including the recently added one. Does anyone have the same problem Um ,this is very weird. I cant seem to reproduce this anymore. When I had the problem ...Show All

  • Visual C++ ATL project upgrade -> error LNK2005: xxxx already defined in atlmincrt.lib (atlinit.obj)

    I've recently upgraded an ATL project from VS2002 to VS2005. It compiles fine in Debug mode, but when I attempt to compile in Release mode I get link errors. Can anyone help me please Linking... LIBCMT.lib(tidtable.obj) : error LNK2005: __encode_pointer already defined in atlmincrt.lib(atlinit.obj) LIBCMT.lib(tidtable.obj) : error LNK2005: __encoded_null already defined in atlmincrt.lib(atlinit.obj) LIBCMT.lib(tidtable.obj) : error LNK2005: __decode_pointer already defined in atlmincrt.lib(atlinit.obj) LIBCMT.lib(crt0dat.obj) : error LNK2005: __get_osplatform already defined in atlmincrt.lib(atlinit.obj) LIBCMT.lib(crt0dat.obj) : error LN ...Show All

  • Visual Studio Team System Snippet manager missing

    Anyone know where code snippet manager is hidden in the VS 2005 team suite edition (trial). It should be under tools but I can't see it anywhere under there. In some cases, the snippet manager mysteriously disappears from the menu bar. You can add the command back by going into Tools/Customize, Click on the Commands Tab, select the Tools Menu, and drag the Code Snippets Manager onto any commandbar that you like. Thanks, Ajay ...Show All

  • Visual C++ Compiling of a header file.

    When I try to run my program I am getting no warnings and 1 error: "Cannot compile the file............ .h, no compile tool associated with the file extension." I am using M<icrosoft Visual C++ 6.0. I assumed that it should just read the header file and compile it. Am I missing something Like Nishant said, you’re supposed to compile c or cpp files not .h files. However, if for some reason you want to just compile a .h file, pass in the /TP (C++) or /TC (C) switch. ...Show All

©2008 Software Development Network