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

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

ss0979

Member List

Tort
stephenl
installer69
drew_p
gm64
Raphael_
ricky1980
Hooper
Renan Souza
Julian V
shizuka.a
mlafentres
André Santana
bob yoplait
Yulia
Dottj
rodri_ogri
JeffBrown
Jamie Thomson
boston123
Only Title

ss0979's Q&A profile

  • Visual Studio Team System Another TF30177 Error: Team Project Creation Failed

    I've got TFS installed to a single server, and am now trying to create my first project. When the project creation is almost finished, I get the following error in the New Team Project Wizard: Error Unable to connect to the Windows SharePoint Services at TRUG Explanation The Project Creation Wizard was not able to connect to the Windows SharePoint Services at TRUG. The reason for the failed connection cannot be determined at this time. Because the connection failed, the wizard was not able to complete creating the Windows SharePoint Services site. User Action Contact the administrator for the Windows SharePoint Services at TRUG to confirm that the server is available on the network. Also, you might ...Show All

  • Software Development for Windows Vista Help on Using Express with MS Driver Development Kit.

    Hello, I'm just starting to learn C/C++ programming and used Brian Johnson's article,  Using Visual C++ 2005 Express with MS Platform SDK , to add windows application capabilities to Express. I would like to do something similar to Express so that I can write drivers as well on my Win2k system. I've installed the MS DDK but need the additional steps to get my C code to see things like ntddk.h.   I thought of doing something similar to what Johnson wrote up on SDK but the DDK stuff has ntddk.h in three paths and the path needed depends on whether your in Win2K, Win2003 or WinXP. Now I can add the required additional path to Express but where does it get placed in Express In executable files, in include fi ...Show All

  • Visual Studio 2008 (Pre-release) Will Class designer be resurrected?

    http://blogs.msdn.com/classdesigner/archive/2005/03/04/384764.aspx What state was the code in when the plug was pulled Were you just 80% of the way there or, 95% with some bugs to fix. Not so sweet ... http://blogs.msdn.com/classdesigner/archive/2007/03/06/c-support-added-to-class-designer-in-vs-2007-march-ctp.aspx Looks like they're going to skip support again . Why can't they add full Class Designer support for the one language I've been waiting for it in It seems like there's been plenty of time to get this one sorted out, between the two product releases (since it was supposed to be included in VS 2005). Is there a specific problem involving C++ that is keeping this feature bug-ridden, or is thi ...Show All

  • Visual C# string regex

    Im not familure with regular expression so i was wondering if some one could help me with this. im trying to ummm get information from inside of a html tag. i can do the the ones like <body> but i can do meta tags here <meta name="description" content="bbc.co.uk offers a varied range of sites including news, sport, community, education, children's, and lifestyle sites, with TV programme support, radio on demand, and easy to use web search from the BBC." /> thats the tag from bbc. what i want is to only have "bbc.co.uk offers a varied range of sites including news, sport, community, education, children's, and lifestyle sites, with TV programme support, radio on demand, and easy to use web search from ...Show All

  • Visual Studio 2008 (Pre-release) UserNamePasswordValidator and custom authentication

    Hello, All! I have a service that is based on BasicHttpBinding. It also exposes metadata, so others can see its WSDL. Now I want to apply custom authentication that will be based on HTTP basic athentication. The problem is that my custom validator is not being called, to perform validation ( authentication ), and client gets 403 error. So, I setup my BasicHttpBinding, like so httpBinding.Security.Transport.ClientCredentialType = HttpClientCredentialType.Basic; httpBinding.Security.Mode = BasicHttpSecurityMode.TransportCredentialOnly; Then, I've setup ServiceHost to perform authentication. The code is: //setting the credentials behavior ServiceCredentials sc = new ServiceCredentials(); Validator validator = new Val ...Show All

  • Visual Studio Team System Get by ChangeSet Not Working; Bug?

    Hello, Seems to be a bug when attempting a command-line get by version. I wish to get changeset 190085 but the Get is getting all files rather than those associated with the requested changeset. Am I doing this wrong I don't want all files because they are targeted for the next build. I only want the file which corrects a compile error. Z:\>tf get $/KillerApp/ZRoot /version:C190085 /recursive /preview Z:\appx\src\marshal\dmcurve: Replacing MAKEFILE Z:\INCLUDE: Replacing DTLDCXRC.H Replacing Idimlog.h Replacing ifontmgr.h Replacing pasteinfodialog.h Replacing UCPUTILS.H Z:\>tf changeset 190085 /noprompt Changeset: 190085 User: BGates Date: Monday, August 28, 2006 2:03:57 PM Comment: Build fix for 20000003 Items: ed ...Show All

  • .NET Development Refrencing the COM not working

    Below I have included the relevent source code; when ever I try to refrence the .tlb in VB.net 2003 HE or VC# Express 2005 it gives me the following error: A refrence could not be added. Converting the type library to a .net assembly failed. type library EButton was exported from a CLR and can not be re-imported as a CLR assembly using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; namespace EButtons { [ InterfaceType ( ComInterfaceType .InterfaceIsIDispatch)] [ Guid ( "DBE0E8C4-1C61-41f3-B6A4-4E2F353D3D08" )] public interface _EButton { } [ Guid ( "C6659361-1625-4746-931C ...Show All

  • SQL Server Getting around SQL server 2005 with McAfee Security Centre installed.

    Hi, All i'm trying to do is open the object explorer window connecting to my local computer name, say it's called fred . It was working yesterday but now i've re-installed McAfee security centre, i can't connect. Any help, much appreciated. Thanks. Regards, S_DS Hi, Neither of those actions and even if i turn the firewall off it doesn't work. I'll look at the config tools else i think i may need to uninstall - reinstall SQL server. Thanks for your reply. If it works i'll mark it as the answer.     Regards, S_DS.     ...Show All

  • Windows Live Developer Forums eor.hide() disabling OnMouseOut

    Does anyone know how to OVERRIDE the popup over e pin in such a manner that when the mouse moves out it still DOES NOT HIDE. I think the implementation does ero.hide() on it. I need to make sure that once the baloon pops up it NEVER HIDEa again until the pushpin is destroyed. I have window.ero.setContent( "<div id='" + DivID + "'>" +tempTitle+popupEdit+ "</div>" ); window.ero.dockToElement(e); Now I already tried: VEPushpin.OnMouseOut=f; where f is a function also I tried window.ero.attachEvent("onmouseout",f); but all to no avail I should probably STRESS that I do not want the POPUP to hide when the mouse moves OUT of the popup area (I a ...Show All

  • .NET Development Open DataReader associated with this Command

    SqlConnection conn = new SqlConnection("Data Source=server;Initial Catalog=db;Persist Security Info=True;User ID=xxx;Password=xxx");         public Form1()         {             InitializeComponent();             this .conn.Open();             this .GetConn(); //Creates first reader             this.GetConn(); //when I try to create second reader it throws exception         }       &nb ...Show All

  • .NET Development When linking ILASM doesn't set version information

    After compiling pure IL code with ILASM my resulting dll doesn't show Version tab on Properties window. It seems that attributes are not used when linking. There is no possibility to use al.exe - it says I can't link files containing assembly but how to produce netmodule from il Marcin But how to prepare such a file What should be inside rc file I don't know what is the exact name of this resource name and can't find any information. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Create a river suggestion?

    Hi all, I want tocreate a river in my game, Hope somebody can propose good example to me or method. Best Regards, A simple way is to scroll a texture see http://www.c-unit.com/tutorials/mdirectx/ t=52 (I think Chad's tutorials used the now expired MDX 2.0 - so if you want to see them working you might have to install the august sdk and change your date back a few months - or of course change the code to work with MDX 1.1) ...Show All

  • Visual Basic Runtime compilation / CodeDOM

    Hi, Question: Is there a way to dynamically add properties to a class at runtime Background: I'm trying to write an app that lets a user write some code in a text editor at runtime, and then compile and run the code. Compiling and running the code is no problem using the CodeDOM classes, but there's somethign else I'm trying to achieve. I'm using an editor that provides code completion (CSharpEditor, though I might end up using VSTA) and what I'm looking to do is dynamically add properties to a class. For example, a line of code (at runtime) might be: Dim Bob as new DataObject(someParam) If I then type Bob DOT then I see a code completion window with each of the properties of the DataObject (name, email, address etc.) However, I also have ...Show All

  • Visual C++ CHtmlView

    Hi, How can i block images in CHtmlView.Thnx in advanceSudhakar Please see the section Controlling Download and Execution in http://msdn.microsoft.com/library/default.asp url=/workshop/browser/hosting/wbcustomization.asp ...Show All

  • Windows Forms need help with properties while creating usercontrol

    Hi, I'm creating a usercontrol with some public properties to display in the propertywindow. I want to display the properties under category. like how we have form.size category has some properties. Please help me with this. venp I think you want that PLUS sign and when you click it the 3 properties will show. I thought you just want them in their own category block, ex. Misc, Layout, and etc. If you want the plus sign, you will need to create a single property that has the 3 properties as its own sub-properties. You can achieve this by using a class to group the 3 properties. class MyCategory {   // define the 3 properties } class MyUserControl {   public MyCategory Changeable = new MyCategory(); // t ...Show All

©2008 Software Development Network