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

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

bsextonatl

Member List

ISantos
Oren-a
Lee Meyers
DougTaylor
dotAge
Loderian
barvan
CJ_
SR20
Ted Malone
Kennibal
Pat Jones
Designs
Tonpal
Germán Schuager
Sto King
Barnabas
endasil
SteveInMA
Nilton Pinheiro
Only Title

bsextonatl's Q&A profile

  • Visual Studio Team System TFs Proxy fails to connect to the team foundation server.

    When ever a client request a file from the TFS proxy server, the request failes and and error are recorded on on proxy server event log.  Detailed Message: Unable to obtain registration data for application VersionControl. Exception Message: TF30055: Visual Studio could not find or read the Team Foundation Server server name in the configuration file. Contact your Team Foundation Server administrator. (type VstfNotConfiguredException) I can confirm the url to the team server on the proxy server via the browser.  has any body a solution for that Regards Christian Hi Dan I Found the error I ...Show All

  • SQL Server server problem occurred during deployment of vb.net application with MSSQL db

    I use .net 2005 and server, the application i developed connects to a locally hosted mssql db, I want to deploy the application together with the db to client machine. when i installed the application on the target machine, and run the application, it gave me this message : "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) I didn't quite understand this message. because in the "S ...Show All

  • Visual C# How to Display ASP.NET Template Contents in New Website dialog **

    Hello all, in VS 2005 When clickin on New - Web Site- New Web Site Dialog. in this dialog Under Visual Studion Installed Templates. It is showing only Windows Application, Class Library, Windows Control Library, Crystal Reports and Device Applicaion. How to get ASP.NET Web Site Contents (it is suppose to display ASP.NET WebSite, ASP.NET WebService....) i am wondering that why New Website Dialog is not displaying those. where as other PCs are displaying properly. I am unable to create a website from VS 20005. plz tell me solution for this. regards GV Ramana Suresh: Make sure to choose File -> New Web Site, not Fil ...Show All

  • Visual Studio 2008 (Pre-release) Invalid Operation Exception in simple method in httpbasicBinding

    Hi I have a simple method defined in the following interface: [ ServiceContract (Namespace = "http://www.tid.es/ACS/Server/" )] public interface IAcsService { [ OperationContract ( /*IsOneWay=true*/ )] void ConfigurationPostBack( string url, string username, string password, string protocol); } exposed in the IIS with this simple web.config: < system.serviceModel > < services > < service name = " Telefonica.Mieres.AcsService.AcsServiceType " > < endpoint contract = " Telefonica.Mieres.AcsService.IAcsService " binding = " basicHtt ...Show All

  • Windows Forms Newbie Publishing Question

    Hi, Just starting to use VB for the first time. I've written an application which is a hotch-potch of the VB Express templates, my own code and code from other authors. The project works quite happily on my desktop. To get some practice at publishing I attempted to install my application via CD to my laptop. After numerous windows updates and a long download and install of .NET Framework 2, I'm left with the following error on installation. Unable to install or run this application. This application requires your system to be updated to stdole Version. Any advice would be appreciated. Thanks, I'll give ...Show All

  • Visual Studio Tools for Office "send email" button in MS word

    Hi guys! Is there anybody here who knows how to add a button in a Microsoft Word document Then when I click the button it sends an email with the document as attachment. Thanks. Looks interesting! will give it a try and let you know. Regards Pavan ...Show All

  • Visual Studio Team System Expressing a relationship between work items

    I would like to connect a scenario with tasks that are needed to implement it. Say, I have one WI of type scenario and two WI - tasks that should be finished in order to support the scenario. All three WI can be inserted in the visual studio and in MS Project the tasks can be set as sub items of the scenario. Unfortunately, the relationship between the tasks and the scenario doesn't get propagated back to the WI database. It is only visible inside the MS project file. Seting a link between the scenario WI and the two task WIs creates a relationship, but doesn't have any consequences in MS Project or Excel. What I was hoping for, is ...Show All

  • SQL Server Experts required to validate these statements of fact

    Hi, Can someone please reply and let us know if these statements are true/false References to articles, help sections etc would be most welcome! 1.      Table variable is not efficient for large record sets 2.      Nested Selects will (always) cause hash joins 3.      SQLServer 6.5 joins should be removed. 4.      Select * is not best practice. I have read nothing that says table variables are less efficient than temporary tables for any given size - I know that it gets stored into tempdb if memory becomes a problem ...Show All

  • Windows Forms Forms docking

       Does anyone know how to dock a form relative to the Screen I am trying to have my help form imitate the help form that is used by Office applications so I need for the form to fill the right side of the screen and not allow itself to be resized or moved. Thank you for your time.    Sincerely,       Matt crockett HI, As I see it, office applications help doen't actually dock on the screen. It actually resizes the form to fit on the screen... ( To make a docking effect ) To do this you must get the screen width and height so that your application c ...Show All

  • Visual Basic Distributing a Macro across an organization - how to delete existing .bas files within a .dot file

    VBA question -  I have been maintaining a large macro within my workplace.  It is basically a find and replace macro that let's the users easily create client documents.  It is housed within the Normal.dot template and contains a "MyName" module and "AcctMgr" module.  I have just completed an upgrade and I simply want to replace the "AcctMgr" module with a new one.  Replacing the whole Normal.dot file just causes too much pain for the person to have to go into the module and then re-update their name in the "MyName" code.. I can successfully import the module, but it does not overlay the existing "AcctMgr" module as ...Show All

  • Windows Forms AxMSFlexGrid activeX control

    I hope u can help me find the .NET reference for this control. All of the references i found deal with VB6 msFlexGrid. Here you go: http://www.artinsoft.com/iproducts/winformstoweb/WebDoc/WinformsToWeb.AxMSFlexGridLib.AxMSFlexGrid.html This is a component made by Art in Soft. That's why there isn't a .NET reference. ...Show All

  • Windows Forms Screen Transition with DirectX

    Hi everybody, I have been developing a graphics application using DirectX 9.0. I am a beginner at this graphics programming. My application is a kind of screen (Windows.Form) designer that users could design graphics elements within a screen as they like. The graphics elements are scrolling text, pictures, video, and so forth using DirectX components. After they design&nb ...Show All

  • SQL Server MSDE 2000 installed on SQL 2005 Server

    I have a vendor suggesting that we install MSDE 2000 on our SQL 2005 server. They don't support SQL2005 yet and believe that this would be a supported installation of Microsoft products. Would this really be supported ...Show All

  • Visual Studio Team System Reports node in Team Explorer sticks at Working...

    I'm running TFS beta 3 refresh in a dual-server installation. I had a lot of problems getting Sharepoint working again (see my other threads) - that may have something to with what I'm seeing now. Per the migration instructions, I went into the report server and manually created all of the reports for my projects.  I made all of the necessary configuration changes and tested every report. In my project portal sites, reports do appear in the report placeholders (although they're all showing no results, but that's probably something else). The thing that's not working is the Reports node in the team explorer.  It sticks a ...Show All

  • Visual Basic HOW TO SAVE IMAGE INTO ACCESS DATABASE.

    Hi,    I want save the image into the database. Please, anyone help me to How to convert image as binary or any other way to save the image. Bye, Rashe Hi, Thanks for coding.I tried your ideas. But I didn't get the imagae . So, I try to convert the image into binary format and save it to the database. Then I got the image in the database. If picturepath <> "" Then nhandle = FreeFile 'assigns a free handle fname = picturepath 'open a binary file Open fname For Binary Access Read As nhandle  filebinary = Space(LOF(1))  Get #1, , filebinary  Close #1   If nhandle = 0 Then 'if no picture is selected ...Show All

©2008 Software Development Network