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

Software Development Network >> Jehan Badshah's Q&A profile

Jehan Badshah

Member List

Cesar Francisco
Programm3r
singam
eddy2705
Vihutuo
Jonny Kievits
AksaiGora
enric vives
Preeteesh
paradoxium
Shaantu
Dhanya Ajith
Coroebus
filii_neo
AndyWillig
matthew_arena
Asim A
Marlun
XinuXano
FriedConsole
Only Title

Jehan Badshah's Q&A profile

  • Visual Studio Express Editions Serial Port multithreading

    Is it possible for YourCOMPort.BytesToRead and YourCOMPort.DataReceived to change while the subroutine, which handles YourCOMPort.DataReceived is still in progress At very high data rates, the data may come in so fast that for example while previous data is being send to display by means of BeginInvoke new data are received. Depending on how Windows and .NET is build this may or may not course BytesToRead to change and/or a new DataReceived event, while the routine which handles this event is still in progress. If events are just boolean signals - not a queue - there may be a risk that if a new event occur while the subroutine, which handles this event is still in progress, the subroutine will not be reactivated (event cleared at exit). ...Show All

  • SQL Server SSIS execution trees???

    Hi, With reference to the white paper http://www.microsoft.com/technet/prodtechnol/sql/2005/ssisperf.mspx#EBAAC about performing techniques in SSIS I would like to know how to interpret the details in Log Events. The details mentioned in Log Events are like OnProgress machinename domain\username Data Flow Task 1 {9A11646D-1513-419F-A33D-714A2B4953DA} {5B1DF833-B9FA-4F74-B9B6-D5010EE4AE05} Picking canonical records for each group 10/19/2006 3:02:42 PM 10/19/2006 3:02:42 PM. How do I get to see the Execution Tree as shown in the white paper for I didn’t understand “ You can display execution trees for your own packages by turning on package logging, enabling logging for th ...Show All

  • Software Development for Windows Vista Designer Serialization Problems

    Hello Everyone, I have the following dependency property shown below. This property should not be saved in the xoml file when I save the workflow definition. To not save the activity I change the DesignerSerializationVisibility attribute to look like this... [ DesignerSerializationVisibility ( DesignerSerializationVisibility .Hidden)] Unfortunately, setting the serialization visibility to hidden means that when I run my actual workflow the person object will be null. When I run a workflow I'm not actually executing the workflow definition that I'm designing (I'm hosting the designer outside studio). So, when the workflow is cloned in the runtime a new object is created and the PersonProperty is set to null - because the serializatio ...Show All

  • Smart Device Development How do I provide Active Directory Authentication in .NET Compact Framework 2.0?

    I need to provide authentication from the .NET Compact Framework application to a Windows Active Directory. But I figure out that there is no System.DirectoryServices Namespeace in the compact framework. Does anyone has any suggestion on providing a Active directory authentication to a smart client Thanks Alex. The LDAP API supported by CE 4.2 and 5.0 allows me to login to AD. I ended up writing a COM wrapper for the API as you suggested. My project is for Pocket PC 2003 and the SDK provided by micrososft is missing the wldap32.lib. So I make my Mobile 5.0 (the file is there is the 5.0 sdk) working but is waiting for Microsoft to send me the file. See, http://forums.microsoft.com/msdn/ ...Show All

  • Visual Studio Duplicate items are not supported by the "Resources" parameter error when building project

    Hello, While building our current project using Visual studio 2005 we stumbled on this error, === Error 16 The item "xxx" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter === we traced the issue down to resource file naming convention differences between Windows Vista and Windows XP ie, for a given form, if we include chinese traditional and chinese simplified resources, On Vista the resx files must be named with zh-HANS / zh-HANT , using zh-CHS/zh-CHT VS2005 will choke On XP the resx files must be named with zh-CHS/zh-CHT, using zh-HANS/zh-HANT VS2005 will choke This is really causing trouble, as we develop both in XP and ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 0x8878000a only in Win98

    Hi all, Im using windows 98. And Im trying to use a 3rth party aplication for voip that uses Portaudio and it does not record any audio. The play is working ok, but i can not record. When i debug the app, it returns an error calling the following function. result = IDirectSoundCapture_CreateCaptureBuffer( dsw->dsw_pDirectSoundCapture,&captureDesc, &dsw->dsw_InputBuffer, NULL); Its in the "dsound_wrapper.c" file. Its strange because in Windows xp it works fine ! ! ! Best regards, Windows98 only supports a single sound capture buffer, so it may be that more than one call to CreateCaptureBuffer is being made. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Texture Filtering Problem

    I have just recently converted my MDX project over to XNA, now I have slowly ironed out most of my problems but one that remains is the texture quality. My game looks the same as the old MDX one does when mip filtering is not enabled. Is there anything special in XNA that would stop the mip filtering from working or any kind of problem that would cause a similar look on the textures. It's like something is overriding the setting, but I cant figure out what it is. I have tried doing as Derek suggested: TextureCreationParameters parameters = new TextureCreationParameters(0, 0, 0, 1, SurfaceFormat.Unknown, ResourceUsage.AutoGenerateMipMap, ResourcePool.Managed, Color.White, FilterOptions.None, FilterOptions.N ...Show All

  • Visual Studio Team System Problem checking solution into TFS - Unspec error in csolutionconnection.cpp

    I am trying to check an existing solution into TFS and I get the following error; Unexpected error encountered. It is recommended that you restart the application as soon as possible. Error: Unspecified error File: vsee\pkgs\vssprovider\csolutionconnection.cpp Line number: 10592 The solution contains 68 projects has 3,524 files in 557 folders and totals around 173Mb in total. While this is not your typical solution size I guess, I am lead to believe this shouldn't be an issue for TFS. The steps I am following are basically as follows; Double click the .sln file to open the solution Right-click the solution in the solution explorer and select 'Add Solution to Source Control...' in the context menu Select a new source co ...Show All

  • SQL Server File System Error: The record ID is incorrect

    Hi, We have deployed SQL Server 2005 with Analysis Services and Reporting Services. When running a report, we get the following error: An error has occurred during report processing. Cannot read the next data row for the data set DM_GASTOS. File system error: The record ID is incorrect. Physical file: . Logical file: . The error occurs both with a local user account and domain user account. The user account is member of a role which has Cell Data Security restriction in Analysis Services. When other member run the report, the error goes away. Anybody has seen this before Any solutions Cheers I'm having the same problem. I have the same OLAP data base in 3 servers, and the error is th ...Show All

  • SQL Server A data source instance has not been supplied for the data source

    Hi Guys, I have create a report and it works in development mode. But when I call this report from aspx page it give me above error message. Please let me know how can I setup datasource of this report at runtime. Below is my code Regards ReportParameter [] rptPara = new ReportParameter [1]; rptPara[0] = new ReportParameter ( "rDate" , WebDateChooser1.Text, false ); ReportViewer1.LocalReport.ReportPath = @"C:Business\RPT585.rdl" ; ReportViewer1.LocalReport.SetParameters(rptPara); ReportViewer1.LocalReport.Refresh(); http://blogs.msdn.com/bimusings/archive/2005/07/01/434659.aspx I think this article should answer your question. I was experiencing the same error and Russell ...Show All

  • SharePoint Products and Technologies SPItemEventReceiver do not work properly when i use the wss object model API.

    Hi everyone. I got a problem unsolved almost 2 weeks. Please somebody tell me a clue. I customized the SPItemEventReceiver and associated the customized SPItemEventReceiver with a content type was inherited from the Document Library content type and deployed this content type to a server as a Feature. When I uploaded a file from Word 2007, Events associated with the ListItem fired. but on uploading using the Wss Object model ,  events did not fire at all. I have a same experience when I using not only a document library type and SPFileCollection.Add method but also a list type and SPListItemCollection.Add method. I have found the following from the WSS3.0 sdk document. SP ...Show All

  • SQL Server The merge process is cleaning up meta data in database 'xDatabase'.

    Hi all, When I get this message "The merge process is cleaning up meta data in database 'xDatabase'." at distributor MS SQL 2005 replicator monitor on one of his suscription, this proccess generate so proccess charge to the suscriber that users note difference in performance. I wonder if exist a way to change some kind of parameter for this proccess run on specific schedule Any help would be appreciated. other info I had suscribers that only replicate in one way, maybe this metadata is causing this overcharge. Hello, Setting -MetadataRetentionCleanup to 0 means Merge Agent process won't cleanup the metadata during the sync process. Therefore you probably need to call sp_ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. compatibility

    I know that somone has probably already started a thread on this topic but I looked and couldnt find one so here goes,I recently bought a new computer (gaming rig) Intel E6600 dual core processor 2 gigs of ram and an nvidia 7950 GX2 graphics card will all this hardware be fully supported and compatible with the new windows vista and most importantly with the new Directx 10 Or will I have to buy all new parts to make my system run at MAXIMUM potential I am only 15 so pls dont be to harsh if I sound noobish. :p Ok thank you very much I find that very helpful maby I will just use the graphics card the I have now for vista when it comes then get the new gpu when I get the money for it. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Rotation help

    I think I'm being dense today, but I can't figure this out for the life of me. I have a model that I want to rotate across the X and Y axis. My issue is that when I rotate across the Y axis, I always want the rotation to occur as if the axis was vertical in terms of world space. If I multiply by my X rotation first, obviously the Y axis moves with it, so rotating about the Y axis will rotate it about its transformed axis. If I multiply by my Y rotation first, the X axis moves with it, so my X rotation is now turned along with it. I basically want to rotate downward and then left/right independently from what the actual transformed axes become...or, rotate left/right and then downward independently.  When I rotate about the X, it shoul ...Show All

  • Visual Studio Team System TFS-Setup

    I've tried setting up TFS 5 times now. what a joke. each time i have come up with a different error. might i add, that it isn't a short install either because i always have to uninstall everything and re-install everything. in my 10 years of working with computers, i have never come across anything as finicky as this. i have gone throught the install guide word for word four of the times. there has to be an easier way to do this. Roger that! I am getting the sharepoint database error and yet each time I follow the directions on how to re-install SPS for TFS it does no good. WTF! ...Show All

©2008 Software Development Network