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

Software Development Network >> Matthew Kane's Q&A profile

Matthew Kane

Member List

Neil Beresford
majellao
ANDRIAMA
orokulus
kline
Maxime LABELLE
Ian Powell
coreus
Qdawg
Ewa
Ertan Köseler
dinh107
Be_Ta
mullykid
Ron Barrett
lauviss
kokain
Seth Maffey
VaibhavG
Kooldino
Only Title

Matthew Kane's Q&A profile

  • Visual C# ASP.NET - Atlas

    ASP.NET “Atlas” is a package of new Web development technologies that integrates an extensive set of client script libraries with the rich, server-based development platform of ASP.NET 2.0. “Atlas” enables you to develop Web applications that can update data on a Web page by making direct calls to a Web server — without needing to round trip the page. With “Atlas”, you can take advantage of the best of ASP.NET and server-side code while doing much of the work in the browser, enabling a richer user experience. ASP.NET “Atlas” includes: 1. Client script libraries that provide a complete solution for creating client-based Web applications ...Show All

  • Visual Studio Team System Branching Web Projects and IIS virtual directories.

    Hello, I have a question about how to deal with branching Web Projects and IIS virtual directories. This is the scenario that I am dealing with: Directory hierarchy: DataScripts/ ProjectSources/ LocalProject/ WebProject/ Solutions/ StressTest/ This directory tree is under source control. Also, when we branch, we branch at the root level, so we have the following workspace mapping Workspace mapping: $/TeamProjectA/Mainline -> c:\src\ Prod \TeamProjectA\ $/TeamProjectA/Branches/ver1/ -> c:\src\ DevVer1 \TeamProjectA\ ...Show All

  • Visual Studio 2008 (Pre-release) NetNamedPipeBinding slower with "oneway=true"?

    Hi I took David Betz's samples ( http://davidbetz.net/winfx/2006/01/wcf-relative-binding-speeds.aspx ) and modified them to use oneway methods. The results I got were similiar (I used a slower computer), but for some reason the application managed to send more netTcp message than NetNamedPipeBinding messages. Why is that Is there some kind of optimization in NetTcpBinding for oneway methods I run the tests again (using a oneway "recordperson" method), on Feb CTP. 1) With security enabled, using a one-way contract, the WSDualHttpBinding performed BETTER than the WSHttpBinding - why is t ...Show All

  • Visual Studio Team System VSTS and 64-bit Windows

    I'm sure this is answered somewhere, but forums are so much quicker ;-) What's the story on VSTS and 64-bit Windows   Can TFS be installed on a 64-bit machine   Can it be installed on a mix (e.g. AT on a 32-bit machine, DT on a 64-bit machine) Is the story different for RTM than Beta 2 ...Show All

  • .NET Development EventLog.WriteEntry - static or not?

    I am using the simplest way to write to the event log: if(!EventLog.SourceExists(...)) {EventLog.CreateEventSource(...);} EventLog.WriteEntry(...); From the syntax, WriteEntry should be static, but in the documentation it is not. I am interested to find out why because this code will be called from different threads and only the static members of EventLog are thread-safe. Eventlog.WriteEntry has both static and non static members, check out http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdiagnosticseventlogclasswriteentrytopic4.asp What overload in particular are you curious about ...Show All

  • Visual Studio GAT Wrapper

    I am trying to develop a GAT infrastructure for other developers to create GAT tools without having to know all the details of GAT.  Is there a way to execute code when they select "File|New|Project|Guidance Pacakges|Guidance Package Development" (basically, customize the solution that GAT creates for you to develop a GAT tool)   I'd just like to make it easier for my teammates to develop their own GAT tools for use by the dev team we all support.  Anyone else run into this or have thoughts on an easy way to wrap GAT behind a nice user-friendly set of APIs   GAT is powerful, just not very user friendly (at this point) ...Show All

  • .NET Development The GC is not Disposing the object.

               I am writing an applicatio to dispose off the object of the class with the help of text shown in RED COLOR but i receive the message   "C:\Documents and Settings\Administrator\My Documents\Visual Studio Projects\ConsoleApplication6\CH2_08.cs(34): Destructors and object.Finalize cannot be called directly.  Consider calling IDisposable.Dispose if available." Plez show me the method of disposing off the object. using System; class CH2_8 {    static int ReferenceCount;       private static void IncrementReferenceCount()    ...Show All

  • Visual Studio Team System Error Publishing Test Result

    Hello, I have Team Build installed and the builds are working fine.  However, when ever we try to publish a test result to the build we always get the following error: Status: Failed Error Message: Publish operation failed. What does that mean   How can I fix it   I can't seem to locate any logs or items in the event log. Thanks, Cindy The root cause of the failure you were seeing is the fact that the build service and application tier accounts are different. This is a known issue that will be fixed for RTM. The failure occurs when we try to set the permissions on the test results directo ...Show All

  • .NET Development ASP .NET Web Service Error : URL:'http://localhost/WebService1. HTTP/1.1 302 Found"

    Dear all, i'm using windows XP, IIS 5.1, Visual .NET 2003 and SQL Server 2000. When I open New Project - Visual C# Projects - ASP .NET Web Service - Location : http://localhost/WebService1 After that i click OK, then it returns error "The web server reported the following error when attempting to create or open the web project located at the following URL:'http://localhost/WebService1 . HTTP/1.1 302 Found" After that i try this : ======================= c:\windows\microsoft.net\framework\v1.1.4322\aspnet_regiis -i but it returns same error. Does anybody encoun ...Show All

  • Visual Basic Btn nothing Event

    I have a WForm with a button, this button pulls up a word document when a letter is chosen...great......now if a letter is not chosen and i click extract i get an unhandled exception error...any ideas on how i can solve this...so that when a letter is not chosen and i click extract a message box will come up and say no letter chosen....... thanks i got the app running now...All i need to do is get my code right so i can input the policy number in the PolNmber.Textbox...then hit extract and it comes out through my Word 2002 field called <<PolNum>> ...Show All

  • Visual Studio Express Editions invoke a sound with a timer

    how would you write visual basic code for a metronome i'm fairly new and can't find help anywhere Create a simple windows application Drop a timer control and button on the form The following will beep every 500ms , it has a start stop button and will use the default system beep sound to beep. Put the hightlighted code in the following events and you have a basic metronome. All you need to do to increase or decrease the frequency is adjust the timer interval property. Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Lo ...Show All

  • .NET Development howto modify a label's/textboxe's value that is a membr of a form in the windows application project from a web service project?

    i want to ask "how to modify a label's/textboxe's value that is a member of a form in the windows application project from a web service project " In my solution there are three projects! one of them is ASP.NET web service, other is classLibrary and another is a windows application... (build order 1.win app, 2.classLib,3.WebServ). firstly i create then show a login form(name: loginForm) that is in my win app project. then when user logins to the system and a form(name: userForm) opens that is in classLibrary project! and now that is important! when any client that is using my web service calls a method of the web service i want to ...Show All

  • Visual Studio Team System TF30177 Error -

    Time: 10/31/2005 1:32:56 PM Module: Engine Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Unable to connect to the Windows SharePoint Services at DACSA_SRV02 Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services at DACSA_SRV02. 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. Stack Trace:    at Microsoft.VisualStudio.TeamFoundation.WssS ...Show All

  • Windows Forms Combobox event usercontrol

    Hello, I am sure y'all have answered this before, but I am having a rough time finding the answer. I will blame my cold instead of my laziness. I have created a user control to hold a bunch of panels. I created a collection class to hold the panels and that works great. Now I am trying to add a combobox on the UC so that at design time It list all the panels that I have added and be able to navigate between panels using the combobox selectedindexchange event. I understand I need to create a custom designer, but after that I am lost. Any Idea Thank you, Matt It seems that you are tring t ...Show All

  • Visual Studio Team System B3 Refresh: Project Alert Email doesn't contain old value

    Using Beta 3 refresh of VSTF. Created CMMI team project. Setup Project Alerts to email me when "my work items are changed by others". Had another developer modify the description field of the existing work item "Create Vision Statement". (Just added the string "TEST" to the end of the field.) Everything works properly except that the "old value" is not placed in the email. Is this by design for the detail field When the other developer change the "assigned to" field to my account, I see the old and new values in the project alert email that is generated. Yes, I believe that's by design for that field, due to the lengthy content expected ...Show All

©2008 Software Development Network