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

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

WojtBart

Member List

CThelen
SAADEDIN
Malik Zulfi
RayCan
zdrae
shivali.sadavarte
Josh Smith
R.Tutus
IntMain
fripper
jebrown
Chiisana
Prateek_cds
Rian Edwards
Battlekiller
LukeR_
Keith Newton
Vivek Ragunathan
Bumper
Mr Switch
Only Title

WojtBart's Q&A profile

  • Visual Studio Team System Add ChangeSet to Work Item

    how programmatically add ChangeSet to Work Item Hi sanya, I think you can't add changeset to the work items programmatically since the Changeset no. is generated automatically when each time workitem is created and it is unique in nature and can't be in a sequential order ......so it let you into the CHANGESET conflict. To get the workitems programmatically using the changesets...you can go through the following Naren's Blog...it would be very helpful. http://blogs.msdn.com/narend/archive/2006/08/08/691625.aspx Thanks, Kathir ...Show All

  • Visual Studio Visual Studio 6 Install Dilemma

    Following a hard drive crash, I bought a new computer. I had the upgrade version of VS 6 on my old one. I was able to install the upgrade on my old computer because I had VB 4 installed on it. When I went to install VS 6 on my new computer, I couldn’t find my old VB 4 CD. (I think I threw it away.) I seem to be stuck with an upgrade version of VS 6 that I can’t install. Both VB 4 and VS 6 were registered to me. Is there anyone at Microsoft who can help me out The best way is to contact Microsoft support to get a direct and hopefully clear answer. http://www.microsoft.com/services/microsoftservices/srv_support.mspx If you have registered the products in the same name they might be able to pull that info ...Show All

  • Commerce Server "Error from transport adapter for BatchComplete event"

    Till yesterday our deployment involving the Commerce Sever Catalog and Orders adapters were working fine inone BizTalk application. But now we getting this message: The Messaging Engine received an error from transport adapter "CommerceServerOrders" when notifying the adapter with the BatchComplete event. Reason "Object reference not set to an instance of an object.” This tells us nothing. However there have been 2 recent developments on the server which could have led to this scenario: A second Biztalk application was added and it is now referencing the first one through a Biztalk application reference. Since the 2nd one also uses the Commerce Server adapters and the Microsoft Global Property Schema can reside in ...Show All

  • SQL Server updating central database over the internet

    Hi, I've spend quite a bit of time on this but no luck. so any help is really appreciated. I'm writing a class library dll that would pull data from a central db to offsite comps, manipulated then updated it back to the central db, much like systems salemen would use. Please keep in mind that i'm talk about LARGE amount of data. I want downloaded data to be manipulated on the client computer(without direction connection to db server) with EXCEL or something of the likes then upload changes back to the central DB. Is there anything in SQL Integration Services that would help me please keep in mind that data are distributed to computers over the internet, not on the same LAN. Please be as specific as possible i'd really appreciat ...Show All

  • Windows Forms me.close() not closing

    Can anyone suggest why the me.close() method does nothing in the following example (actual code pasted and some of the junk removed for clarity). I can step through it in break mode and the instruction "executes" but nothing happens and execution continues after the End if! If I put another command after the me.close e.g. a msgbox - that command executes properly! Rich answer = MsgBox( "This ..... ) If answer = MsgBoxResult.Cancel Then Me .Close() Else (More code) End If Code will continue to execute in the routine after the Me.Close. This statement does not exit the currently executing routine. If you want to exit the routine, add an Exit Function (o ...Show All

  • Visual Studio Team System SP1, TF30059, TF53018, inconsistent tiers

    Hi, this is the second system that got knocked out by SP1. The SP1 really raises my blood pressure. The SP1 installation went through smoothly. No error messages. Client Side Symptoms On the client side I can access work items, reports, documents and team builds as always but get an error message when trying to access source control. The error message says: http code 503: TF30059: Fatal error while initializing web service Client Side Analysis All web services are up and running. Server Side Symptoms The app tier’s event log shows the following error entry: Event Type: Error Event Source: TFS Version Control Event Category: None Event ID: 3014 Date:  29.01.2007 Time:  10:44:19 User: ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Question about 'EffectParameter' class

    Given that the EffectParameter class is sealed I need to ask: any chance for future versions to take advantage of generics for methods like SetValue and GetValue I 'm not meaning to create a new 'EffectParameter<T>' class (what'd make it difficult for the 'EffectParameterCollection' class), but something like: GetValue<T>() or GetValue<T>(T dummy) -the latter to avoid the use of the static <T> when calling the method, instead of GetValueVector3() and so on (ditto for the methods that return an array). SetValue<T>(T value) , instead of overloading SetValue(...). That way it could be easier -for us- to implement a sort of "fx parameter mapping" technique as well as an 'EffectParameterHan ...Show All

  • Visual Studio Team System Team Explorer installation error

    Hello! One of our developers has a Windows 2000 OS with SP4. She is trying to install Team Explorer from the CD and the installation fails with the following message The following component failed to install: Microsoft Data ACcess Component 2.8 SP1 The following components were not attempted: .Net 2.0 Framework ... It comes up with Microsoft error report as well. Please assist! Hi Matt! No error number associated. She was using the default buttons on the Team Explorer wizard (mostly Next--> Next--> Accept). TFS installation was done with no issues and no other users have problem installaing Team Explorer. Thanks! ...Show All

  • SQL Server SP2 failed only on the Database engine and now won't restart

    I have a clean SQL 2005 Ent. x64 SP1 clean with no user db's.....applied SP2 and everything showed "Success" except the Database Services (Error 29534)...... Time: 02/22/2007 08:29:50.134 KB Number: KB921896 Machine: TORCA8 OS Version: Microsoft Windows Server 2003 family, Enterprise Edition Service Pack 1 (Build 3790) Package Language: 1033 (ENU) Package Platform: x64 Package SP Level: 2 Package Version: 3042 Command-line parameters specified: Cluster Installation: No ********************************************************************************** Prerequisites Check & Status SQLSupport: Passed ********************************************************************************** Products Detected Language ...Show All

  • Windows Forms Datagridview advanced search and filer

    Hello I would like to know how can i perform an advanced search/ filter in a datagridview. Including "Match whole word" , "Match case" and regular expressions. I have a datatable bound to the grid. Can i use datatable.select or bindingsource.filter thank you, Horea The Bindingsource.filter is NOT Case Sensitive. It is only possible to find parts of what you search by using the *-sign. myBindingsource.Filter = "LastName = 'S*'"; ...Show All

  • Visual J# library.xml not created when called from MSBuild

    Hi; If we build out J# based DLL using VS 2005 or nant - it created WindwardReports.dll and WindwardReports.xml. If we build it using MSBuild, no WindwardReports.xml. We have a C# library also and it does have the .xml file built. Any ideas thanks - dave Support, You can drop this issue as it is a known bug. --TeleRiddler ...Show All

  • Visual Studio Express Editions cannot register visual web developer 2005 express

    I got my activation key, then copy and past it in the activation field, but I get an errormessage : " Activation key you entered is not a valid ..." How can I solve this problem Hi, Are you sure you have not mixed up the activation codes between the different Express Products Please verify once more and if that does not work then submit it as a bug at the Product Feedback Center. http://lab.msdn.microsoft.com/productfeedback/default.aspx Regards, Vikram ...Show All

  • Visual Studio Microsoft Unit Testing Framework?

    Hello, If I am using the Standard or Professional editions of Visual Studio 2005, can I make use of the unit testing framework provided by the Team Suite For example, is this Unit Testing Framework available (and legal) to use outside of the Team Suite (i.e. Team Edition for Software Developers or Team Edition for Software Testers) If so, where can I obtain a copy (or SDK) that can be downloaded and used with my Professional installation I am not looking to get all of the features out the Team Suite into my Professional installation, just the ability to write some unit test classes and have them run in my build script. Would like to continue to use Microsoft tools, but I guess an alternative would be to use NUnit. TIA On ...Show All

  • Visual Studio 2008 (Pre-release) Cannot re-initialize ResourceDictionary instance. Error at object 'WinFXTestApp.Window1'

    When I started new AppDomain and inside it used Application.LoadComponent(uri). uri = {WinFXTestApp, Version=1.0.2382.39668, Culture=neutral, PublicKeyToken=null;Component/window1.xaml} I got XamlParseException: "Cannot re-initialize ResourceDictionary instance. Error at object 'WinFXTestApp.Window1'." bei System.Windows.Markup.XamlParseException.ThrowException(String message, Exception innerException, Int32 lineNumber, Int32 linePosition, Uri baseUri, XamlObjectIds currentXamlObjectIds, XamlObjectIds contextXamlObjectIds, Type objectType) bei System.Windows.Markup.XamlParseException.ThrowException(ParserContext parserContext, Int32 lineNumber, Int32 linePosition, String message, Exception innerException) bei System.Wind ...Show All

  • Windows Forms DeployVB Application

    I would like to deploy a VB 2005 application that will run from a CD ROM without loading anything onto the user's computer. I would like for the user to plce the CD ROM in the CD Drive, navigate to the start Icon, click it, and run the app. I do not want there to be any upload to the user;s computer. Is there a way to do this without loading .NET or any other file to the user's computer Or you could write an application in something like C++ that is not dependent upon the .NET framework. You would be surprised at how many users worldwide have a version of the .net framework installed on the machine - as it does go out as an optional update in windows update and with Vista the .NET 2.0 framework will be installed from the outset w ...Show All

©2008 Software Development Network