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

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

sh_ather_ali

Member List

Rockn
dpeeth
DeanFurness
Zulbaric
RQuaresma86
ssfftt
Kinduril
Colin1111
sidsevensix
BillKa
Toper
alexvi
IMIT
FranckDG
ARAtlas
steve bushner
bmacneal
ammarie
Antonio Budano
SnowJim
Only Title

sh_ather_ali's Q&A profile

  • SQL Server What is faster: DataReader or DataSet or something else?

    Hi, I need to read 250,000 records and show this information. I am using DataReader and it takes 8 seconds. I need to raise it to 0.8 seconds atleast. What is faster: DataReader or DataSet or something else Thank's Alexei Hi, My computer has 512 MB of memory. My application must run on 256MB at clients computers. Thank's Alexei ...Show All

  • Visual Studio Unexpected Error with VSS plugin

    I recently setup a new development machine and installed Visual Studio 2003, Visual Studio 2005 and VSS 2005. This is a setup I was running on my previous machine without problems. Now, however, whenever I try to check out a file in VS 2005 I receive the following error: Hi cRz, I'd try something like this http://support.microsoft.com/ kbid=891401 Alin   ...Show All

  • Visual Studio Internet Connection in VS 2005

    Hi,       I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this   Thanks, Arshad Hmmm... not really.  We're using HTTP POSTs to make our web service calls.  Are you able to do HTTP POSTs (not just HTTP GETs) in IE to internet sites through your proxy   ...Show All

  • Visual Studio Team System Connecting to Foundation Server

    Strange situation....I'm the only one in my organization that can not connect. I'm getting the standard generic message that says teh server may be unavailable or my password has expired. I've checked that my account is set up on the Foundation Server with the appropriate permissions. I've checked that I can browse to a couple of the different service urls (*.asmx files) But for some reason I can't connect through the visual studio IDE (or through Excel, for that matter), even though every other person on my team can. Any ideas about what might be causing this Hi, Can you check that you have ...Show All

  • .NET Development XmlDataDocument and EncryptedXml Problem

    Hi there Gurus! Well, this is a new thing happening, and I believe it has not happened to anyone before because I did not find anything related to this problem on the web: I have this simple code. Dim Doc as XMLDataDocument Doc = New Xml.XmlDataDocument(Ds) Doc.PreserveWhitespace = True Doc.Load("file.xml")  'This file IS ALREADY ENCRYPTED Dim exml As New EncryptedXml(Doc) exml.AddKeyNameMapping( "some key" , tDESkey) exml.DecryptDocument() On this last line of code I get the following exception: "Cannot load XmlDataDocument if it already contains data" Can anyone see what is happening Any ...Show All

  • Visual Studio Express Editions Making an app look like a Windows XP app

    I am currently porting a VB5 app to VB2K5. I have installed VB2K5EE at home. I am trying to do the basic menu/toolbar. The trouble is that I can't seem to make those two look like regular Windows XP menu/toolbar. I.E. I look at the MSPaint and Wordpad menus and I can't make the menus in VB2K5 look and act the same. I can select System in the RenderMode property but it looks like a default Windows XP menu bar but acts like a Office2K3 menu. What am I missing I tried adjusting the padding property. But that didn't help much. - Ronald Here are a couple of pics to better explain the problem. ...Show All

  • Visual Studio Setup project for VSTudio 2005 Addin. how to register in Addins folder?

    Hello, I'm really newbie in addin development. I already finished my addin, and also I created a setup project, but I don't know how to put my .addin file in the %VSMYDOCUMENTS%\Addins folder, I tried adding a custom folder in the File System Editor but doesn't work Any help is very appreciated Regards There are a few things you can do: 1) %VSMYDOCUMENTS% is the user's ...\My Documents\Visual Studio 2005 directory. When you create your MSI, right click on the left pane of the File System Editor, select Add Special Folder, and User's Personal Data Folder. This is equivalent to the ...\My Documents portion of the path. Th ...Show All

  • Visual Basic Where is the cd running?

    Hi I’m trying to find out how I can give a relative path. What I mean is, I want to put my application in a cd. The application has a button. When I pressed it, the program should open a file. Now I put a path where is the file like this: D:/myApplication/prog.exe The problem is that the cd drive can be different. What can I do   Does System.Windows.Forms.Application.StartupPath() help you That will give you the startup path for the application minus the name of the App.     ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Converting a ray into object space

    Hello, I have been stuck on trying to convert a ray into object space, for simple collision detection, I have tried multiplying the coordinates of the ray with the objects inverse matrix ( x = x*_11 + y*_12 + z*_13, y = etc..) but that does not seem to work. There should not be any problems with detecting the collision as I am usuing the D3DXIntersect() function with this ray and the objects mesh. The current code I am using is: D3DXVECTOR3 vPos = pGlobal_Game->pData->objData[iID].Pos3d - pGlobal_Game->pData->objData .Pos3d , vDirPos = pos3d - pGlobal_Game->pData->objData .Pos3d, vDir; iID being for the object th ...Show All

  • Windows Forms Changing the Cursor

    How do i change the cursor to an hour glass Another way to do this is to use the UseWaitCursor property of the parent control.  My guess is that using a Wait cursor was a common enough action that MS implemented this property to make the process a little easier to code.  - Mitchell S. Honnert ...Show All

  • Visual Studio Team System How to delete a build?

    Is there any way to permanently delete (or at least hide) builds   I have at this point about a dozen builds, all failed, that represent various waypoints on the way to getting a team build to work from end to end.  Am I stuck with seeing these builds in the IDE for the rest of eternity Thanks!  I'll just live with 'em for now.  Afterall, the entire database will have to be blown away to transition from Beta 2 to RTM anyway. ...Show All

  • Visual Studio Documentation or more info on these parameters?

    Hello, I was looking at the ASP.NET trace of my web application that hosts a VS2005 .NET ReportViewer control and saw some URLs in GET requests that troubled me....  In particular stuff like: http://localhost/WebSite3/Reserved.ReportViewerWebControl.axd OpType=DocMapReport&ClientController=ClientControllerReportViewer1&ReportUrl=%2fWebSite3%2fReserved.ReportViewerWebControl.axd%3fReportSession%3dlno2sd2lxxqlnd45vesswg55%26ControlID%3d07d95b8e-1f84-4b15-9a88-704d5d8cbdee%26Culture%3d1033%26UICulture%3d1033%26ReportStack%3d1%26OpType%3dReportArea%26Controller%3dClientControllerReportViewer1%26PageNumber%3d1%26ZoomMode%3dPerc ...Show All

  • SQL Server Unable to connect with SQL Server

    During the design phase, i use the sqlDataSource tools to connect with the database, but it showed this error mesage to me: An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)    what is the problem   have you been met the same error messgae before how to solve it Thank you ! regards You have to use the surface area configur ...Show All

  • Visual Studio 2008 (Pre-release) A performance hint for working with XXXCollection classes

    So I have been doing some 3D work that meshes whose Position and Normal collections are rapidly changing. I have been finding that I can either allocate new Position and Normal collections each frame, thus incurring a huge memory allocation overhead, or I can try to re-use the collections, which incurs a huge overhead firing off Changed events for every new item I change. Having looked in vain for a BeginUpdate/EndUpdate type of pattern that applies to these classes, I stumbled upon a technique that seems to create something like it. Consider the following code: mesh.Positions.Clear(); for (int i = 0; i < 1000; i++) mesh.P ...Show All

  • SQL Server XSD: Reading string in ROOT of XML

    Hi all, I am making a import from XML to SQL. I have chosen to do this via a XSD file, but I have a problem with the ROOT file of the XML XML: <Dogs bulkmode="0" xmlns=" http://scheme01.isp.com ">   <UnderDogs>     ...   </UnderDogs> </Dogs> XSD: <xsd:element name="Dogs bulkmode="0" xmlns=" http://scheme01.isp.com "" sql:is-constant="1"> Unfortunately this does not work. If I (for testing) changes the first line of the XML to <Dogs>, (and corrects the XSD) it works like a charm.  It is not an option to change the XML file, so somehow I need to make the changes within my XSD ...Show All

©2008 Software Development Network