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

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

shihad

Member List

Adrian Jose
Tamizhan
JavaBoy
Sriram Rajamanuri
Moksi
singam
furjaw
Qaja
Harrympower
Mazzie
mchean
NepsToulse
arsonist
Ben Santiago
KarlaW
Krutika
ELDHOSE_BABY_a06ce9
PJFINTRAX
Warren13
Hooper
Only Title

shihad's Q&A profile

  • Visual Studio Tools for Office Error on Visual Studio Tools for Office "v3" install

    Hi everyone!!! I was really excited with the release of the "v3" June CTP, and i directly go to download it, follow the instructions and then an error raised saying this: "Error 1937.An error occurred during the installation of assembly 'Microsoft.VisualStudio.Tools.Applications.Contract,Version="8.0.0.0",PublicKeyToken="b03f5f7f11d50a3a",Culture="neutral",FileVersion="8.0.50727.146",ProcessorArchitecture="MSIL"'. The signature or catalog could not be verified or is not valid. HRESULT: 0x80131045. " Well, I think: "Maybe the in the download something goes wrong, let's try again getting it one more time!!", it was not one more time, it was 3, 2 with and ...Show All

  • Visual Studio Express Editions Getting an Error when I use the Backspace to clear a textbox

    Hey all, When I test my code out, enter a number then backspace all the way back to the beginning i get an InnerException error. Here is the code that is throwing the error: Private Sub txtSequenceNumber_TextChanged( ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles txtSequenceNumber.TextChanged Dim SequenceNumberSelect As Integer = CInt (txtSequenceNumber.Text) Sequence2 = SequenceNumberSelect End Sub Above this I have a keypress event that spots the backspace....but I still get an exception when I backspace and lcear out all the numbers. Thoughts, Ideas, Links Thanks all though it will be a empty s ...Show All

  • Software Development for Windows Vista Volume control in Windows Vista

    hi, need help regarding Volume Controls in Windows Vista. I have gone thru doc. of "larry osterman" and he has mention about WASAPI, but when i search for WASAPI in online MSDN , "no topics". where can i get the API's details. Any help in getting sample code or documents that can let me know how to work with volume controls ...Show All

  • Visual Studio Synching Dev server and workstations

    I am running VSS 2005 on a Windows 2003 Development server, and everything works fine for the most part. My team develops web sites on XP, using VS2005. We have an old project that is set up so that when a developer checks a file in, the changes are automatically refreshed on the server. However, I added a new project to VSS, but the auto-refreshing function does not seem to be working. So I have to manually go into VSS and do "Get latest version", which is a pain. I'm sure it's just a setting that I'm looking for, but I can't seem to find it. Any help is greatly appreciated. Maybe you are using Visual Studio's Publish feature Or maybe you're running a continuous integration service/scri ...Show All

  • Visual Basic Regarding files....???

    Hi, In my form i have lot of pictures and these pictures can be changed by the user by replaceing them by there own pictures from there hard disk. Then when the user clicks the submit button i have to write all the paths and locations of the picture in a file.my problem is, after the user changes the picture and clicks the submit button i could't write the path of the picture file in a text file... its not writing anything. but if the pictures are not changed the path is written in the file. how to solve this problem... help me... this is the code i used..... Dim fsp As New FileStream( "Picture.txt" , FileMode.Create, FileAccess.Write) Dim sp As New StreamWriter(fsp) sp.WriteLine(PictureBoxLogo.Imag ...Show All

  • Community Chat Flip an Action Button in Power Point

    I am trying to set up a Family Feud game for a church play. Would like to be able to flip over an action button when an answer is given. Does anyone know how to do that Also, want to be able to put a Red "X" over the screen when an answer is incorrect. Need to be able to do all these on the "click" as game proceeds. ...Show All

  • Visual Studio Team System is there a way a field turns into a required field after you change the status?

    Hi everyone, i want to find a way to make a field required once the status/state is changed of a bug. example when the defect gets cancelled i want who ever canceled the bug to write in a reason why it was canceled. is this possible and if so how can i do this Thanks for your time and help Kardi, yes, you can make fields required in transistion section of workitemtype definition. Check the transistion section of customization workitemtype help at http://msdn2.microsoft.com/en-us/library/ms243849.aspx . There is a detailed document on it in vssdk (downloadable from http://msdn.microsoft.com/vstudio/extend ). Here is an example <TRANSITION from="Active" to="Closed"> <FIELDS> <FI ...Show All

  • Visual Studio Team System TF42056: Object Reference not set to an instance of an object

    I have installed Team Foundation Build on Windows 2003 Standard Edition inside a Virtual Machine running on Virtual Sever 2005 R2. I have confirmed that the Team Build Service is running. When connecting from a client machine and a build is started the following error occurs: TF42056: The build service could not connect to the Team Foundation Server: Object Reference not set to an instance of an object. I have enabled the trace logger at level 4 (the default), and the connection request is logged but no error is written. What would be causing this and where can I look for more ideas Sorry about my english :) I mean, in the build machine, you have a windows service called "Build Services", can you check the account ...Show All

  • SQL Server Percentage/Proportion

    I'm new to Analysis Services 2005 and MDX. I'm trying to create a calculated member that contains the proportion of cases (using [Measures]. ) for each dimension in the cube. The following code gives me the percentage of the total number of members in each dimension. This is what I need for attribute hiearchies (single-level), but for user-defined hiearchies (multi-level) I want the percentage of the above level. For example, in a time dimension, I want the proportion of cases in each year (this works) and the proportion of cases in each quarter of a given year (this doesn't work). CALCULATE ; CREATE MEMBER CURRENTCUBE .[MEASURES].PercentCases AS CASE WHEN IsEmpty ([Measures]. ) THEN NULL ELSE (( [DimLocati ...Show All

  • Visual Studio Team System Using VSS Converter for individual file(s)

    I had a quick question about vssconverter. My conversion stalled due to some network issue and vssconverter kept giving network or TFS errors (I forget the error number) when I tried to continue and do an incremental conversion. I then hacked the Conversion database to drop info. about the file it was choking on and viola! it continued somoothly. Now I'm left with that one file I need to check in. I created a temp folder in VSS and linked that file and then changed my settings file to use this folder with the target of the original location. Now, when I run vssconverter it keeps giving a TF60099 error (which basically states that mappings do not match) because it tries to do an incremental conversion. How can I reset the conver ...Show All

  • SQL Server SQL Server time zone?

    I don't know what is going on, here's the error message, could someone please answer thanks Server Error in '/' Application. been there done that, no one knows what that is over there, only told that I was shut out of the SQL database and no suggestions since. I know I'm not shut out of the database since I can upload other things besides new users to it, but if it is searching for something in the ASP.net program no one knows what it is. Thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Beginner in DirectX

    Hello I am a hobbyist programmer. I would like to create a program like Google Earth, where a user could interact with a 3D model (rotate, zoom and so on). I have tried to do this by using .NET Framework 3.0 Windows Presentaion Foundation (WPF) technology. But after experiencing an awful 3D performance of this platform, I decided to develop my application by using DirectX. I have quite a lot of experience with C#, Visual Basic languages, .NET Framework 2.0 and 3.0 and Visual Studio, but I am absolutely new to DirectX, so for beginning I would like to use managed DirectX and C#. So here I would ask some questions about DirectX: 1) I would like to develop my application by using C#, Visual Studio and Direct ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. About formats and multisampling

    I'm checking currently supported DXGI format, what exactly is the difference between: - D3D10_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET - D3D10_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE What is the meaning of the following formats: - G8R8_G8B8_UNORM and R8G8_B8G8_UNORM How are coded the following formats: - R9G9B9E5_SHAREDEXP - R8G8B8A8_UNORM_SRGB - R11G11B10_FLOAT (number of bits of mantissa and exponent for 11 bits and 10 bits float). Thanks.   Jack Hoxley wrote: The HDRFormat10 documentation briefly explains this. You have three 9 bit mantissa's and a 5 bit shared exponent. You can decode them in a shader using decoded.rgb = encoded.rgb * pow( 2, encoded.a ) . You are sure about this As far as I un ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Whats the deal with DirectX being owned by XNA?

    How come when I go here: http://msdn.microsoft.com/directx/ I get redirected here: http://msdn2.microsoft.com/en-us/xna/aa937781.aspx Is XNA making a move on owning DirectX It seems after reading some basic information on microsoft.com regarding recent statements about XNA and its current goals I'm led to believe that perhaps the whole of DirectX is being cut up and fed to XNA. First DirectShow goes. Now I realize even basic support I had in DirectX 9.0c is not even supported in DirectX 10. Basically I'm gonna have to port a graphics app engine from DX9 to DX10 and have to include DX10, at least some DX9 headers/libs, the seperate DirectShow files, and if I want rumble support for my Wireless XBox360 controller for Windows I ne ...Show All

  • Windows Live Developer Forums MS VB Run Time Error 429

    Hello List, I hope you can assist me with a problem I created. I have a problem, I think, due to having an ADCenter.dll assembly out of synch with what is found in the system registry. This is based on the help text for the ActiveX component error, my application is throwing. I had to recreate this .dll and .tlb in order to modify the password hardcoded in the below routine. Private Sub SetAuthCredentials(ByRef pAPI As AdCenterAPI) We integrate the XML response from the web service into a Excel spreadsheet, and I believe that this the problem. The VB project contains a reference to the ADCenter, and is included into our Excel macros. The error is found within the following code block Public Sub MSNRequestReport(ByVal AccountID As Long, ...Show All

©2008 Software Development Network