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

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

Sabbas

Member List

johnnym
Jerry Frame
Daemon5577
cookie365
Anil_J
Sahil Malik
andrew_parlane
miguelangelsoama
Kathleen MacMahon
Raymond Roelands
Nitin Tarkar
Animesh Misra
sachin.pithode
Seva Akkerman
nadertawil
Ze Miguel
windyweather
Sonpapdi
aaaaNNNN
Speedbird186
Only Title

Sabbas's Q&A profile

  • Visual Studio Team System Not able to run performance tests

    I am running the August CTP and I receive the following error whenever I try to run performance tests against an ASP.NET application: "The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost/EffortTrackingWeb/VSEnterpriseHelper.axd' returned an error: The remote server returned an error: (500) Internal Server Error." I'm running on WinXP SP2 with IIS 5.1. The website works when I a ...Show All

  • Visual Studio VSS 2005 RC0

    After uninstalling Visual Studio Beta 2 and installing Visual Studio 2005 RC0, Visual Source Safe does not work.  I can't find VSS 2005 RC0 in the downloads section and VSS 6 does not work with Visual Studio 2005 RC0.  Is anyone else having this problem Thanks, Greg I got VSS 6 to work with VS 2005 RC0 by re-registering the ssscc.dll as follows: regsvr32 "C:\Program Files\Microsoft Visual Studio\VSS\ ...Show All

  • Windows Forms Datagrid.Cell Backcolor

    is it possible to change the particular cells backcolor  pl'z provide me an example thanks in advance PrasantH You could also check out the following: http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q745q Hope this helps. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. multichannel audio

    Hi there, I'm wondering if it is possible to program a soundcard with e.g. 5.1 option as if it had 6 mono channels. I already tried faking it with directsound3D but with no success... I wan't to be able to play a sound on e.g. channel 1 and 5 (frontleft and backright) but not on the other channels. If this is not possible using directx anyone got an idea on what else to use I think this must be possible ONE way... Thanks in advance, Pat ...Show All

  • Windows Forms Still having problem

    Dear All. I have a number sorting problem in datagrid. I have integer values (1,2,11) , when i click Datagrid Header to sort the data , the result shows like this : 1 11 2 This is because the it is sorting as string. Can anybody help me how to sort it as a number. Thanks Hi, I think the problem here is you've set the datasource first to the DataView : dg.DataSource = myView; Then set it again in the tab ...Show All

  • Visual Studio Team System HTTP Compression

    I am testing a web site that has compression enabled. Within the Web Test tool, I can see that the request includes the header: Accept-Encoding : gzip When I receive the response, I see the header: Content-Encoding : Instead of: Content-Encoding: gzip Also, is there a way for the 'size' column to report the compressed page size Thanks, Scott. You are correct, the respo ...Show All

  • Visual C# Retrieving the COM class factory for component{} - 8007007e

    Hi, I am trying to take screenshots of any open Internet Explorer. I have writen the code and it works fine when I run the site in debug mode. Once the site is published I get the following error: Retrieving the COM class factory for component with CLSID {9BA05972-F6A8-11CF-A442-00A0C90A8F39} failed due to the following error: 8007007e. Description: An unhandled ...Show All

  • Visual C# Windows-Service StartUP

    Hi folks, it is possible to change the Startup Option of a windows service for example from automatic to manuell like in the managment console I don't think there is a standard fuction for that in the .net framework, but you can always use interop to access a service. You need to call the following Win32Api methods (use dllimport): 1. OpenScManager 2. OpenService 3. ChangeServiceConfig 4. CloseServiceHandle (for the service ...Show All

  • Windows Forms Customizing tab order

    I have 40 textboxes on a form and I want to use alt&right to move through the first 20 textboxes only and then when tabindex 20 is reached it returns to tabindex 0, hopefully in a button event. I would prefer not to do seperate keydown, keypress and keyup events for each textbox. This is what I tried so far but it doesn't work, when it reaches tabindex 20 it goes to tabindex 21. private void Form_KeyPress( object sender, KeyPr ...Show All

  • Windows Forms Using .NET Framework 2.0

    I have Visual Studio Pro 2003 .I have read about the ClickOnce, that requires .NET Framework 2.0; about winforms 2.0, and about Visual Studio 2005 I am not going to buy (unless absolutely necessary) VS 2005, so I would like to know if there&nbs ...Show All

  • SQL Server I'd like to get a good book of SQL...

    Would all of you give me a suggestion of valuable book in terms of SQL I confused what kind of SQL book is going to be good for me to study since I begin to jump into MS-SQL... Furthermore, I'd know that various level of book as begginer, intermediate , advance... Thanks for your help in advance.. In my opinion the best T-SQL book is The Guru's Guide to Transact-SQL by Ken Henderson http://www.amazon.com/exec/obidos/ ...Show All

  • SQL Server SQL 2000 Replication Problem

    Hey everyone, This may be in the wrong forum, but I have a database in SQL Server SP3a that I will be replicating out to SQL Mobile 5.0. The setup of the replication will not be a problem, however, once replication is setup, I will have to change the DTS Package that creates these tables. I have created a DTS Package that drops the tables and recreates them from a DB2 database. My problem is that I won't be able to drop these tables once a publi ...Show All

  • SQL Server Error of Microsoft OLE DB Provider for SQL Server

    Hi All: I have a ASP page which use external DLL load data from SQL 2000 server, but it keeps give me error as following: HTTP 500.100 - Internal Server Error - ASP error Internet Information Services Microsoft OLE DB Provider for SQL Server (0x8004000) the line cause the error is as: <% dim newRS dim visiter = Server.CreateObject("ExternalDLL.visit") newRS = visiter.enews.getENews %> visit a ...Show All

  • .NET Development FrameworkInitialize method in .NET FW beta2.

    Hi all ! Some web site was developed with VS 2005 beta1. When I`ve tried to recompile it with VS 2005 beta2 compiler displays me the following error: Error 1  c:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files\root\4adc2b0b\f6dfd1a4\vowbjsao.0.cs (1076): error CS0115: 'ASP.devsite_master.FrameworkInitialize()': no suitable method found to override C:\Inetpub\DevGroupSite\controls\admin.aspx 1&nbs ...Show All

  • Visual C++ Resource editor bug?

    Hello everybody! This is my first post here (sorry for my english) I have resource file shared in more than one solution. I VC++6, and VS2003 there was no problem to edit this file in resource editor. In VS2005 I cannot save this file, and there is no Dialog Editor items in Toolbox also. Any ideas Marek Hello Brian, I also have the same problem in a C++ solution. The solution was migrated from VC++ 6.0 to VS ...Show All

©2008 Software Development Network

powered by phorum