Software Development Network Logo
  • SharePoint Products
  • Visual FoxPro
  • Visual C#
  • Windows Vista
  • IE Development
  • Audio and Video
  • VS Team System
  • SQL Server
  • Visual C++
  • Game Technologies
  • Visual Basic
  • Visual Studio
  • Windows Forms
  • Smart Devicet
  • Microsoft ISV

Software Development Network >> Adil Hussain's Q&A profile

Adil Hussain

Member List

EntDev
Peter Rook
DPotages
katokay
Pr09aN1g0d
AlexBB
Apple I
levyuk1
rf09
parang
helen_166
Sarosh79
J. Clark
GiovanniFreda
NitinViswanathan
Gunston
SekharPC
BeaverMan
J A Y
Rajesh Kumar J
Only Title

Adil Hussain's Q&A profile

  • .NET Development Remoting and Write operation fail

    Hi! A have a problem with Remoting through TCP. I have a Service that provides access to object through Remoting and Client application, that calls method of this object through TCP secured channel. When I first run my client, it's OK, but when service is stopped and started again, and I try to call method again I am getting an exception and can't find out what happens. Help me please, I have no variants, what is wrong. Another ASP client calls other methods of my remote object sucessfully... System.IO.IOException was unhandled Message=" , . ." Source="mscorlib" StackTrace: Server stack trace: System.Net.Security.NegotiateStream.ProcessWrite(Byte[] buffer, Int32 offset, Int32 ...Show All

  • Visual Studio 2008 (Pre-release) WCF and message "End of Stream encountered before parsing was completed."

    I've set up communication for WCF. I used these configuration parts. Server: (read from the stream) <wsHttpBinding> <binding name="BindingThing" messageEncoding="Mtom" maxReceivedMessageSize="33554432" /> </wsHttpBinding> Client: (sends to the stream) <wsHttpBinding> <binding name="WSHttpBinding" messageEncoding="Mtom" maxReceivedMessageSize="33554432" > <reliableSession ordered="true" inactivityTimeout="00:10:00" /> <security mode="Message"> <message clientCredentialType="Windows& ...Show All

  • SQL Server Instructor led training in a classroom for SSIS

    I've searched all over, but I am having difficult time trying to find instructor led training in a classroom setting for SSIS. I have found several on-line tutotial and e-learning courses, but none in a classroom. Thanks. I believe that Solid Quality Learning is doing classes. http://www.solidqualitylearning.com/view.aspx source=BiSSIS K ...Show All

  • Visual Studio Team System suggestions for VS DB Pro....

    Greetings, I attended the launch event for VS DB Pro today in Ft. Lauderdale, FL, and here are some suggestions I had for future versions of the product: For the SQL Editor: Detect unused parameters or variables in SQL objects (SP's, Functions, etc.) Automatically add 'dbo.' (or schema name of your choice) to all object references in SQL code. Automate SQL layout standards such as indentation and uppercase for SQL keywords. Encapsulate SQL script into a stored procedure/function. For the Database Refactors: get rid of deprecated or inefficient SQL constructs and replace them with the recommended ones: (SET ROWCOUNT to TOP, SQL-89 JOIN syntax to SQL-92, EXEC() to sp_executesql, adding WITH keyword to table hint ...Show All

  • Visual Studio 2008 (Pre-release) System.ServiceModel not showing up in the GAC

    Hi All! When I try to add the System.ServiceModel as a reference, it is not visible in the ".NET" tab of the "Add Reference" dialog. I have tried reinstalling WCF (by running install and repair of the install.exe in the WCF directory and the setup.exe in the v3.0 directory I can add the assemblies by browsing to the WCF directories and chosing them from the "Browse" tab. Any idea why this would be I believe this is causing other issues such as "Could not find schema information" for several elements. Help! thanks, Jas Hi Jas, Do you have the Orcas extensions for VS installed by chance http://www.microsoft.com/downloads/details.aspx FamilyId=935AABF9-D1D0-4FC9-B443-877D8EA6EAB8 ...Show All

  • Visual Studio 2008 (Pre-release) Two-way binding with custom control

    I've got a rather elaborate master-detail setup using a tabcontrol, a listcontrol and a custom control. I am using an objectdatasource with an observablecollection of RaceLines. The tabs on the tabcontrol represent each RaceLine in the collection. Each RaceLine has a collection of Races, which are presented on the panel (as a listcontrol) for each tab. Each Race has a collection of CourseMarks which are displayed in a second listcontrol. The custom control has a dependency property called 'current race' which is bound to the selected item in first listcontrol. When i add a CourseMark to the customcontrol it updates the CurrentRace.CourseMarkCollection property, but this doesn't get updated on the first listcontrol so the second li ...Show All

  • Smart Device Development How to get pixels from Picturebox

    Hi, I'm developing smart device application by using CF1.0 on VS 2003. I need your help. I've a code for drawing objects (Rect, Circle, String, Image) on PictureBox. what my question is how to copy/get Pixels particular part of area and display its in another PictureBox. Please send your suggestion or links. Thanx. M. GANESAN Hi, Yeah i tried your code. it works for drawing images only not for shapes. PictureBox1.Image this is for get/set bitmap image from/to the picturebox. we can't get bitmap and face error if picturebox has no image. Please send your suggestion. Thanx. M. GANESAN ...Show All

  • Software Development for Windows Vista Problem with custom AllocatorPresenter

    hi there! i'm using vmr7 with a customized allocator presenter. my allocator presenter basically just works as a proxy for the default component, only that i'm doing some drawing in the before i forward Calls to PresentImage(..). Everything works fine, but auf the user hits ctrl+alt+del and comes back to the desktop the video image is not showing anymore. In the sample application (directshow/vmr/renderless) after leaving the ctrl+alt+del screen the ChangeDDrawDevice gets called - with my allocator presenter it doesnt. seems like im forgetting something or am not really understanding the mechanisms.. how am i notified of the user leaving the ctr+alt+del screen thanks in advance for your help ...Show All

  • Visual C++ Compiling Problem. Function throws exception. Please help.

    I hope someone with some real programming experience could help with this problem. It may even be something basic and easy for someone who knows what they're doing...  I've been trying to help myself but I'm getting nowhere with this. I can post any outputs, source code, logs, settings, etc. , that's requested. I'll start with posting the compiler warning that's going to make me start drinking. Compiling... nt.cpp .\nt.cpp(484) : warning C4297: 'omni_thread_wrapper' : function assumed not to throw an exception but does The function is extern "C" and /EHc was specified Warnings are normally ok when compiling but this one causes the program to crash upon startup. This is the function in nt.c ...Show All

  • Visual Studio Extending Add Reference Dialog

    I found this walkthrough in the September CTP SDK on adding a custom page in the Add reference dialog. The walkthrough is in C++ and I was wondering if this is possible to implement in C# (managed package) and any sample code available to supplement the "Next Steps" section. Here is the link from VS SDK help: ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_search/html/24a4a8b2-79b2-4621-9243-23a0bcbdc942.htm " IVsComponentSelectorProvider interface is implemented to add pages to the Add Reference dialog box. This walkthrough guides you through the steps of adding the code and registry entries necessary to implement IVsComponentSelectorProvider with the Visual Studio Integration Package wizard as a starting point. At the end of the wa ...Show All

  • Visual Studio VS2005 Browse / Integrate third party help files (.HX*) files

    Question I have installed a third party SDK that specifically targets VS2005 and it has placed on my system a directory choc full of help files .Hx[S|A|C|T|K] files that just beg to be read...yet I am unsure of how to browse them or if the have even been integrated into Studio...How does one go about integrating such files or how do I browse them within VS2005 if they have been installed Platform VS2005 advTHANKSance Hi OmegaMan, To check if the Help files are already installed, open VS 2005 and click the Help tab on the main toolbar, then click Contents. When the Help window opens, set the Contents [Filtered by:] dropdown to "unfiltered". Wait till the Contents tree resets itself. The 3rd Party SDK Help topics sho ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. PNG Alpha Channel

    I've imported a semi-transparent PNG to use for a sprite but the alpha channel isn't taken into account. It just renders as a fully opaque texture. How can I enable alpha channel support I used Photoshop CS to make my transparent PNG files and had no issues. In Photoshop did you save your PNG file with a white background still showing I got my image ready, deleted the white background so that the Grey and greyer squares (denoting transparency in Photoshop) were showing, and then saved as a PNG file. After that I simply set my mode to Alpha (as mentioned earlier in this chain) and drew it to the screen with no issues. Hope that helps. ...Show All

  • SQL Server microsoft decision tree algorithm

    I have read some sources about microsoft decision tree algorithm like in claude seidman book, paper about scalable classification over sql databases and paper about learning bayesian network. But i still don't understand and i still didn't get the point on how microsoft decision tree algorithm works exactly when splitting an atribut. Because i have read that microsoft decision tree using Bayesian score to split criteria is it true Well, anyone could help me to understand about microsoft decision tree algorithm, please give me details explanation with some example(cases). thanks for anyone help Thank you for your answer, Jamie. but my question is how to split the continous INPUT attribute (The target variable is assumed a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What Is The First Step In Game Development?

    Dear, I Decided To Use C# And XNA. Now What I Have To Do Do I Have To Learn Some Books Or What Plz Tell Me. Dont have to no.   but programming in 2D first helps get a lot of the graphical constants straight before jumping into 3D. From some orriginal help and resources before XNA came along, it is good practice if your starting out in game programming is to try and do some simple projects end to end (design,program,test,package,document and deliver), this hasn't really changed for XNA it has just stripped sme of he cmplexity from the rogramming side. This is a personal view and in fairness when I delved into game programming, I went straight for 3D games and the amount of knowledge required is great (espe ...Show All

  • Software Development for Windows Vista Digital Identity Applet window cannot be opened

    i have just installed the .net 3.0 June CTP.I used to have a ball with .net run time components with beta 2 esp with CardSpace now with June CTP i am getting the following error when Event Type: Error Event Source: Microsoft.InfoCards.Diagnostics 3.0.0.0 Event Category: System Event Event ID: 102 Date: 13/07/2006 Time: 04:55:29 User: NT AUTHORITY\SYSTEM Computer: xxxxxxxxx Description: Invoked FailFast Message: The InfoCard Service cannot be started on this file system. Stack Trace: at System.ServiceModel.Diagnostics.ExceptionUtility.TraceFailFast(String message, EventLogger logger) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceFailFast(String message) at Microsoft.InfoCards.Diagnostics.DiagnosticUtility.FailF ...Show All

©2008 Software Development Network