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

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

Haroon_S

Member List

Erno Vuori
BretUpdegraff
pushart
Ebenezer Tham
Walt-the-IT-Guy
Seshu Palachulla
Gwyn Williams
bwhunan
iljforever
g0sh4wk
Ian Sullivan
winterforever
irnbru6829
ConradsW
Pawel from TETA
H Magnusson
Ion Todirel
JosepMiquel
Thomas Jakobsen
DarshanSingh
Only Title

Haroon_S's Q&A profile

  • Visual Studio Express Editions Missing GettingStarted.htm Page

    All, I just completed an uninstall of VC# Beta 1, .net framework 2 and SQL EXP followed by an install of VCS Beta 2.  Upon opening I noticed the internal web browser displayed an error page and apparently can't find the file: C:\Program%20Files\Microsoft%20Visual%20Studio%208\Common7\IDE\VCSExpress\HTML\GettingStarted.htm I've searched the drive for this file and it appears to be missing.  I've also tried to repair the installation with no success.  Does anyone have an idea Cephid You might want to try something simple like View, Start page. There seems to be a problem with left ...Show All

  • Visual Studio 2008 (Pre-release) CommunicationObjectAbortedException

    This is an error I receive while returning an object over a service (net.Tcp binding). The object is an LLBLGenPro EntityCollection. The EntityCollection contains EmployeeEntities. I can successfully return such a collection if the size of the collection is smaller than about 20 entries. But if it is any bigger I get the following error: An error occurred while transmitting data. System.IO.IOException: The read operation failed, see inner exception. ---> System.ServiceModel.CommunicationObjectAbortedException: The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded b ...Show All

  • Visual Studio Team System Where Can I download MSF V4 WhitePapers

    Where can i download the latest  MSFv4 WhitePapers Thanks for the useful websites . Im looking for a more general version of MSF V4 docs like the MSF 3.1 documents where we have seperate docs for all the disciplines. I couldnt find these kind of very generic MSF docs for V4 . Every MSF 4  doc was more specific to the VS 2005 team system only. One of the things i liked about MSF 3 was its Generic features and the not so formal approach yet formal enough. With MSF 4 and VSTS tightly coupled , Developers who dont use VS 2005 will be feeling left out from the MSF 4  world. Also,   why this forum ...Show All

  • Visual C# Daemonizing a console app

    Is there a way to run a console program and have it pushed into a background process VC# Express doesn't allow services to be created, so I'm trying to figure out another way to accomplish this. Any ideas or way to put a console app in the background Thanks! the same problem for me, i need to keep running an application in background and make a tray icon animated when some events occur on the "deamon"... ...Show All

  • Software Development for Windows Vista Parallel Activity issue in Sequence Workflow

    Hi To All, I am using WinFX December CTP and released version of VS 2005. In Sequential workflow, when i tried to use parallel activity with two code activities inside them. The code activities do not seem to be executed parallel manner. Actually, i put the thread into sleep in first code activities for a specific amount of time. The result is always, first code is getting executed prior to second code. Is it a bug or is this way the parallel activity works Thanks, Ganesan Krishnamurthy.   Ganesan, This is true - if your scenario doesn't have any nondeterministic activities (i.e ...Show All

  • SQL Server SQL 2000 alongside SQL Express?

    I would like to have SQL 2000 alongside an SQL Express in a Production environment. Is this wise Can Entreprise Manager and Query Analyzer work happily with SQL Express   SQL Server 2000 and SQL Server 2005 (including Express) can live side-by-side - this is a supported configuration. However, you cannot use the SQL Server 2000 tools to manager SQL Server 2005. ...Show All

  • Visual Studio 2008 (Pre-release) Data templates and interfaces

    I'm trying to data bind a list to a collection of type ObservableCollection<IMyInterface>. The data binding works well, but the catch seems to be that I have to create a data template with the type set to the concrete type of the objects in the collection rather than the interface type. This is a problem since some of the items in the list are supplied by plug-ins to the base application and I don't necessarily know the concrete type. Everything I need to populate the data template is in the interface. My question comes down to Is there a way to specify the template based on the collection type rather than the concrete object type or s ...Show All

  • Visual Studio Express Editions error going to the registration portal website

    when i click on the link to access the registration benefits, it takes me to Microsoft Connect.   You should be able to login using your passport, and if you have registered your copy of VB, there will be a link titled Visual Studio 2005 Registration Benefits Portal. Click that link, then click the 'Click to access!' link and it'll show a list of stuff to download.   ...Show All

  • SQL Server Get Stored Procedures parameter names and types...

    Sorry if I haven't choose appropriate forum for this question. I have MSSQL05 beta. I know how to list all stored procedures in selected database (everything is in localhost). I need to list parameter names and types for selected stored procedure(s). How can I do that or anything that can return parameter names and types It's windows application. You should move to a non-beta version as you are breaking the EULA with using the old version, but anyway, the parameters can be views with the INFORMATION_SCHEMA.Parameters view. SELECT * FROM INFORMATION_SCHEMA.Parameters HTH, Jens Suessmeyer. --- http: ...Show All

  • .NET Development Hashtable.Item thread safety

    Hi, I need to know if the Item property of the Hashtable class is thread safe for reading. I just want to be sure because I don't want to introduce the overhead of synching mechanisms unnecessarily. Thanks in advance. Juan. I was looking at the disassembly produced by .NET Reflector for the Hashtable class and this is what I found: The Hashtable.Synchronized method returns a SyncHashtable instance which is a wrapper around the original Hashtable, the getter for the Item property for this wrapper just plain calls the original Hashtable's getter without making any locks, as opposed to the setter which does ma ...Show All

  • Windows Forms The type or namespace name 'DSN' could not be found

    Source Error: Line 33:             return; Line 34:  Line 35:         using(SqlConnection myConnection = new SqlConnection(DSN.SpeciesDSN)) { Line 36:             myConnection.Open(); Line 37:  What's wrong   It means that the compiler doesn't know what DSN is.  To debug, figure out what DSN&n ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX - Type or Namespace Not Found Error

    I know there has been a previous thread on this topic, but reading it didn't help me. ( http://forums.microsoft.com/msdn/ShowPost.aspx PostID=87777 ) I have referenced Microsoft.DirectX, Microsoft.DirectX.Direct3D, and Microsoft.DirectX.Direct3DX, but it can't find ColorValue, FontWeight, or FontDescription. (type or namespace name not found error) I tried looking through them in the object browser, but couldn't find them either. Can anyone help I'm using Visual Studio .NET 2003, version 7.1.3088. Do you have the correct Using statements at the top of your code Is this a project you created from scrat ...Show All

  • Visual Studio Team System Problems with MSTest.exe

    I’m having problems using MSTest from the command line to execute tests on my build server. I have a VS2005 (Beta 2) solution set up as follows (actual names changed for clarity):   C:\MyProject                              [ solution root ] C:\MyProject\MyProject              [ production project ] C:\MyProject\MyProjectTests      [ test project ]   When I run MSTest from the command ...Show All

  • SQL Server Partitioned View not updatable ???

    Hi There Ok i have searched on this error and seems to be a bug or maybe i am missing something. All i need to know is can this be done or not, am i making a mistake I have created 2 tables. -------------------------------------------------------------- Table_A_Jan ( Col1 int not null, Col2 datetime not null, Col3 char(5) not null, CHECK (DATEPART(mm, Col2) = 1), CONSTRAINT [PK] PRIMARY KEY CLUSTERED ([Col1], [Col2], [Col3]) WITH FILLFACTOR = 95 ON [PRIMARY] ) Table_A_Feb ( Col1 int not null, Col2 datetime not null, Col3 char(5) not null, CHECK (DATEPART(mm, Col2) = 2), CONSTRAINT [PK] PRIMARY KEY CLUSTERED ([Col1], [Col2], [Col3]) WITH FI ...Show All

  • Visual Studio Express Editions Hi I need a math expert

    Hi i need some help building an advanced calculator using vb .net 1st i want to calculate the logarithm and the ln; i used math.log(x) but it returned a number different than the one i get using the windows calculator. Also i need to calculate sin^-1(x) but i cannotmake it 2nd i need a help with keypresses. i made my codes in the form_keypress but when i click on any button it focuses and then the keypress doesn't work and when i press enter the button focused is clicked, i wrote Me.Focus () in each button sub but it didnt work. but when i wrote it under form_lostfocus it worked but i had another problem which is i cant select any item in t ...Show All

©2008 Software Development Network