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

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

SabTimur

Member List

sumana
mfmh
Simoncal at Work
FernandoT
pdhot
Quattrus
Hpolanco
Jeff
Bob McD
geanyee
jonte
Ryan mystique
The Zigzag
NEROeS
RookieDBA
Thomanji
David Griffin
Jeff Drummond
Conor Long
Randy Shoopman
Only Title

SabTimur's Q&A profile

  • Visual Studio Team System Team Test Load Agent Port / Protocol Usage

    What ports and/or protocols need to be allowed for a Team Test Load Agent to communicate with its Controller Martin Danner Arrowrock Corporation Boise, Idaho Hi Martin, The default port for the controller is 6901, although you can change this to be any port you want. You can do this here: ..\Microsoft Visual Studio 2005 Team Test Load Agent\LoadTest\QTController.exe.config Change the value right here: <add key="ControllerServicePort" value="6901"/> Be sure to have Visual Studio 2005 (devenv.exe) in your list of Exceptions under Windows Firewall in your Control Pane ...Show All

  • Windows Forms Tab Control Style?

    Ive been trying to find out if the Tab Control in Whidbey supports any new styles - ideally we would like to use it, but would like the Visual Studio style tab (or anything other than standard), with the ability to place a close button on each tab.  Has this been implemented in the Framework v2  I can't seem to find anything new in  ...Show All

  • Windows Forms how can i trap the forms on closing event from a menu item

    I am out of hair!  New to .net so be kind...  I have been trying to get my "exit" menu item to trap the on closing event that the close X button does.  When i click the X i get the on closing event and i can do what i need to there but when i simply code "application.exit" the on closing event doesn't&n ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Textures from "raw" memory

    Hi, is there any way how to generate textures in C# / Managed DX directly from the memory I'd need to point somehow directly to data I've saved into memory and because it's quite big amount of data and it needs to be repainted really quickly, I need to say the texture to be generated from memory (and so anytime I'd update memory the texture would change). Using stream means twice more fork and it's really slow. Does anyone know how to solve it All I have is a pointer to memory and I need a texture. Thanks Unfortunately you can’t do this but I am sure there is a faster way to update your textures as that ...Show All

  • Visual Studio Tools for Office How to add vsto in visual studio 2005 professional edition

    Hi, I am trying to import VSTO-2005 in visual studio 2005 professional. but not succeeded, I installed window xp-service pack 2 Office 2003 professional-service pack 2 visual studio 2005 Professional VSTO 2005-redistributable package VSTO-Run time but I didnt see the office template in my visual studio . Can I use VSTO-2005 with visual studio professional edition OR I have to install visual studio team system for using VSTO-2005  Please help me, Thanks in advance khurram   You need to install the Microsoft Visual Studio 2005 Tools for the Microsoft Office. On MSDN the ISO filename ...Show All

  • Visual C# How can overloaded operator access private fields of another class

    I have the following program in C#: class My1 { private int x; } class My2 { private int y; public static int operator +( My1 a, My2 b) { return a.x + b.y; } } I want my operator to access private fields of two different classes. How can I do that In C++ there was friend operator. In C# it isn't. if u want to acess the private field from another class .. set its proprety.. like this: class My1 { private int x; public int X{ get { return x; } } class My2 { private int y; public static int operator +( My1 a, My2 ...Show All

  • Visual Studio 2008 (Pre-release) How to add window to tabitem dynamically

    I am trying to add a window ( ) dynamically to a tabitem dynamically. I added a page using vs, so it has a class with xaml and code behind. Then in a event handler I create a tabitem, to add to a tabcontrol, and then add to it the window I created like so: FamilyUpdate familyUpdate = new FamilyUpdate (); TabItem familyUpdateTab = new TabItem (); familyUpdateTab.Header = "Family Update" ; familyUpdateTab.Content = familyUpdate; // Contents is the tab control Contents.Items.Add( familyUpdateTab ); The window is based on the page class (not sure which class is appropriate). I am new to this and would li ...Show All

  • Windows Forms Any problem with installing .NET application on a shared network drive?

    Hello. Does anyone understand the mechanism of running a .NET winapp from a shared network drive I've tried with a few clients and it seems to be OK. However, how about if 100 clients running the same application at the same time I'm curious that the real mechanism of doing this is when I run the shared application from my local machine, the OS will copy the whole exe file to a temp folder in my machine first or what it does is like Just-In-Time code reading from the network source My app does not need any special call to non-partially trusted assembly as it just reads data from web services and perform some presentation. Thanks for all of ...Show All

  • Visual Studio Team System Editing ProcessGuidance.XML

    Hi, I downloaded the MSF Agile Beta and am looking at editing the associated Process Guidance outside of VSTS. I opened ProcessGuidance.xml in InfoPath and received an error about InfoPath being unable to locate the template.xsn file. I solved this by changing the href path to ".\template.xsn" using a text editor and then opened ProcessGuidance.xml in InfoPath again. Even without making any changes, if I try to save ProcessGuidance.xml, I get an error saying "The form contains validation errors". There appear to be a bunch of xsl files referenced that do not exist (WorkProductsMain.xsl, WorkItemsMain.xsl, for example). Have I broken somethi ...Show All

  • Visual Studio 2008 (Pre-release) Endpoint not found exception when more than 20 clients connected simultaneously

    Hi, I am developing a WCF application in which more than 100 clients will connect to the server simultaneously and in each request server may send large data (say 25MB per request). While testing the app, I realized that only 10 request can be handled at a time and client will not get any exception till 20th request but after 20 request it start throwing Endpoint not found exception for the rest of the connection. Below are the server and client config files: (I am using Feb CTP and threading in loop(100) at client side to test the application) Server: < xml version = " 1.0 " encod ...Show All

  • SQL Server Getting the SnapAgent object for a new Publication

    Hi, I'm using RMO to create a merge publication and then added articles. I ask the publication to start the initial snapshot once I've finished. I now want to show the status of the newly created publication, i.e. allow the user to create a subscriber when the initial snapshot has completed. However, I can't seem to get the SnapshotGenerationAgent object from the publisher! I presume I need this in order to show the Status of the agent Is there a way of getting a reference to the publication snapshot agent Perhaps I should be polling the MergePublication.SnapshotAvailable property, is this better Hope someone can help. Regard ...Show All

  • .NET Development IsDate() function does not seem to work

    I am using VB.Net in ASP.NET 2.0 If i write this code: Imports Microsoft.VisualBasic Dim blnValidDate as boolean blnValidDate = IsDate("1/1/1900") ' or any valid date it returns false. what could possibly be wrong. You are going to hate me for this... but I’ve tried your code in an ASP.NET 2.0 web page written in VB.NET and had no problem. Response.Write(IsDate("1/1/1900") & "<BR>") 'displays true Response.Write(IsDate("7/4/1776") & "<BR>") 'displays true Response.Write(IsDate("4/7/76") & "<BR>") 'displays true Response.Write(IsDate("13/7/1900") & " ...Show All

  • Visual Basic copy & paste

    What code do you write to get the undo, redo, cut, copy, paste, and select all buttons to work like they should ...Show All

  • Visual Studio Team System Unit Test Question

    Please forgive me as I am fairly new to Unit Testing. I have a class library that I am trying to create Unit Tests for. This is a CSLA project, if that means anything to you guys. I can create the test project and the tests fine but when I go to run the tests I get an error that the tester "could not load type". The library in question is one that I have referenced in my class library and my test project. I don't know what to do so any direction here is greatly appreciated. Thanks My Nunit v2.0 can not found nunit gui runner nunit gui.tests timing tests, could you please tell me where I can downloa ...Show All

  • .NET Development Entity Reference expansions when saving XML.

    Hi all, While processing XML documents using XMLDocument object, is there a way to prevent entities from being expanded when calling Save For example with the following XML document: < xml version="1.0" encoding="utf-8" > <root> <child>&apos;</child> </root> Using the code below, which does nothing but load and save: Dim doc As New XmlDocument doc.Load(xml) doc.Save(xml) The resulting XML would have &apos; expanded to the actual apostrophe. I know this wouldn't cause much problems with XML but occasionally we have needs to process these documents as plain text files ...Show All

©2008 Software Development Network