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

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

Jehan Badshah

Member List

xshua
ruleDWorld
cdolor
Christian Sciberras
montechristo
PCSQL66
Martin Mason
slies
tal_raviv
hrubesh
dima_ua
rabbitoh
su45937
stayPls
kevinwebster83
Zaid Omar
Jayy
FHJJr
Gordon Henriksen
BonnieB
Only Title

Jehan Badshah's Q&A profile

  • Windows Forms ClickOnce and Team Foundation

    Hey All, I am trying to implement ClickOnce in a team foundation build. I generated the .application and .manifest files with the build process. However, when I try to run the .application file. It gives me the following msg: ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of \\testserver\ClickOnceDeployment\Project.application resulted in exception. Following failure messages were detected: + Exception reading manifest from file://testserver/ClickOnceDeployment/Project.application : the manifest may not be valid or the file could not be opened. + Manifest XML signature is not valid. + No signature was present in the subject. I did generate a .cer file from t ...Show All

  • Visual Studio Team System Cant Get latest after a delete

    I deleted all the files on my local hard drive that belonged to a workspace and I want to download the latest from Team Foundation server. I try to do this through Source Control explorer but I keep getting a message saying that All the files are up to date. Am I completely restricted from working with the files on disk How does TFS determine that the files are up to date Doesnt it look to disk at all Thanks, Jesse The problem is that the "state of files on the disk" isn't a very good source of information. How can you tell just from examining a file on disk whether it's version 10, 20, or 30 Or a modified file whose base version is 10, 20, 30... I'm sure it's possible, but it woul ...Show All

  • SQL Server Computing change from first sales by employee

    I'll use AdventureWorks to frame my question, as then I can extend any suggestions to the possible applications I need. I want to create a calculation which finds the change of each employee's monthly sales amount from their first month's sales. e.g. for each month it will show how their sales for that month differs from the first month they ever made a sale. What I'm struggling with is that one employee may have made their first sale in 2001, while another made their first sale in 20003. I'd like to be able to show how each employee's sales change relative to their first month, i.e. in month 2, month 3, etc. I am thinking that I will need to define a new calculated measure which is the number of months elapsed for each employ ...Show All

  • Visual Studio Express Editions Code to open: e.g 'My Documents'

    Hello, Does anyone know code so that I can have a 'button' to open 'My Documents' or 'My Pictures' Thanks Deco you can do this: System.Diagnostics.Process.Start(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)) this should launch a process in Windows to show the My documents folder ...Show All

  • Smart Device Development CF.NET datagrid column size...?

    hello, I have written a project which shows data on the grid but I want to resize the column width programmatically.In WinForms datagrid control,there was a property to do these kind of things but in CF.NET datagrid control, I couldn't find this.How can I do this Thanks in advance. That is done the same way as on desktop - by setting size on column's ColumnStyle and adding these styles to TableStyle which is added to data grid. Please see this: http://www.inthehand.com/forums/viewtopic.php t=96 http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/search group=microsoft.public.dotnet.framework.compactframework&q=DataGrid+column+width&qt_g=1&searchnow=Search+this+group ...Show All

  • SQL Server db2 with ole db conncetion error

    HI, Inside SSIS's Dataflow task, i'm getting data using ODBC connection(in DataReader Source) for an iSeries library and trying to insert that into DB2 database (using OLEDB destination ). Mappings etc work absolutely fine,but on execution get error as given below: How do i resolve this error and load data in DB2 , Need help at the earliest. Thanks in Advance Amit S Here is the ERROR Message: SSIS package "Package.dtsx" starting. Information: 0x4004300A at Data Reader to DB2, DTS.Pipeline: Validation phase is beginning. Information: 0x40043006 at Data Reader to DB2, DTS.Pipeline: Prepare for Execute phase is beginning. Information: 0x40043007 at Data Reader to DB2, DTS.Pipeline: Pre-Execute phase is ...Show All

  • SQL Server numbering in group

    I want to add numbering in group in the reports.(number each row in the detail) when I worked with access it was possible. can I do it in the report services thanks! ...Show All

  • Windows Forms How to change ASP.NET version in IIS?

    Dear all, I frequently come here and get much help from you all. Thanks a million! And at last, my first website developed with VS2005 in C# is completed. But when deploying it online, I encountered a problem which I was not able to fix myself. The program has been published on line from VS, and all cs files have been automatically compiled into dll libraries. But when I browse the website, I get an error of " Unable to load assembly 'App_Web_bjx-yj9x ' . Please make sure this assembly has been compiled before visiting this web page ." But, there is already a dll file named App_Web_bjx-yj9x.dll in bin. my website:   http://www.hebazi.com ftp account to browse site programs:  ftp://hebazi.com usernam ...Show All

  • Software Development for Windows Vista Implement ActivityCondition

    Hi, I try to create a custom activitycondition but need help on the Evalute method At run time, how do i get the workflow instance or workflowinstanceid based on the passing activity parameter Thanks It would in generally be considered a bad design to do so - but you can walk the list of Activity.Parent properties until you find one that is null. What are you trying to accomplish with this ActivityCondition ...Show All

  • Visual C++ Norton Windoctor found the following 2 errors and is uable to fix them

    Mjemithchell, you are a genius. This simple task is the more straight forward solution for this problem. Thanks a lot. ...Show All

  • SQL Server Replication and distribution: Agents

    Hi all replication experts... I have created transactional replication on my servers (production server and backup server) and created pull subscription at the backup server. On my production server that also is a distributor and publisher there exist two agents, Snapshot agent and Log reader in the Publishers folder under replication Monitor. There are also another agent with the backup server name and database name: BackServ:DBName having the type Pull and 'No replicated transactions are available' as Last Action. My question is: What is this Must it be there Grateful for answers Best, /M Its hard to say exactly what this is, but it appears to be your distribution agent. You appear to have a ...Show All

  • Visual Studio Team System Does the data warehouse store information about the inner results of ordered tests?

    I have an ordered test that has 3 tests contained inside it. Is it possible to create a report that shows the pass/fail status of these contained tests Or can we only display the results for the top level test Hi Michael, Yes you can create reports about the tests contained within an ordered test. Unfortunately the information about the relationship is only contained in the relational warehouse and not the cube (look at the Result table). If your ordered test looks like this: MyOrderedTest -> fail - Test1 -> pass - Test2 -> fail The warehouse will persist information about each of those three results. Mauli ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Keyboard Text Input

    Is there an easy way to get a standard ascii (ok, unicode, whatever..) character from the XNA keyboard input   I'm looking to type some normal text in - and need to be able to support different keyboard layouts(particularly UK/US) and preferably international characters as well. I use a simple function that takes in the Key enum, and a bool for the shift moderator and returns a string. Here is the function on a pastebin, http://xna.multigan.com/pastebin/ page=view&id=1166361740 ...Show All

  • Visual Studio Team System Error when creating coverage info: Module App_Code.dll version mismatch

    Hi all, I have a solution that contains multiple webservices. I have code coverage turned on and everything works great when building local. When building with team build we get the following error. The Code Coverage Analysis Service could not analyze the code coverage data for build IBS 1.1 Master Build_1.1.0.34 (Mixed Platforms/Debug). This is frequently caused by publishing different versions of the same binary to a particular build. Processing of code coverage data from run tfsservice@CTSHELNT04 2007-01-05 10:59:47_Mixed Platforms_Debug caused the following exception to be thrown: Error when creating coverage info: Module App_Code.dll version mismatch when aggregating coverage data. Check for out of date copies of this ...Show All

  • Visual Basic URGENT! hw can I save/retrieve document files from desktop via vb.net into sql database

    Hi, Anyone knows how to get a document file from the desktop or any plug-in devices(example: ext. harddisk) via a vb.net application and save the document file to a sql database. Then after, another person on another computer can retrieve the document file from sql database via vb.net application and save it on his/her desktop. Notice: The other person doesnt have the document file on his desktop. The document file must be retrieve from the sql as a whole document. example: a Word Document. Please help me with this. Regards, Melvin Hi thanks for the reply. What I would like to know is, how can I store and retrieve the BLOB file into/from the database, using vb.net. I need a sample code. Thanks! Regards, Melvin ...Show All

©2008 Software Development Network