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

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

the_driver_79

Member List

Desperate Jaap
Dubloth
SunHunter
mschelstrate
Jerry Liu
WWally
Nallasivan
Andrew Watt
chakravarthy_b
CChalom
iznogood
MeOw
Damien Armstrong
JP Beaulieu
Martin Maierhofer
Nasenbaer
jph42
Helga Pat
dhopton
knave
Only Title

the_driver_79's Q&A profile

  • Visual Studio Express Editions Broken MSDN Express integration with VB, et al

    I have installed all of the express products, after removing the VS beta 2 from my computer as documented. Everything works except the integration with MSDN Express Library. In this case clicking on "Search" or "How to:" results in an error dialog saying "Package "Visual Studio Common IDE" package failed to load. Clicking on "How Do I", "Search", or "Help Favorites" in the MSDN Express document explorer gets the same error message or another saying "The operation cannot be completed: No such interface supported". This is very frustrating as it damages much of th ...Show All

  • SQL Server help in sqlserver

    Hello. I am using Microsoft SQL Server Management Studio (SQL Server 2005). When I select a date column from a table, the date is displayed in "mm/dd/yyyy hh:mm:ss" format. Is there a way i can change this date format so that it shows "dd/mm/yyyy hh:mm:ss" permanently Thanks. That's a client application is responsible for showing the date. So the question is where do you want to see dates in this format ...Show All

  • Smart Device Development Upgrade path for CF 1.1 design time capable custom controls to CF 2.0

    Does anybody know of one I read in this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=129715&SiteID=1 of the genasm.exe tool, but searching on http://msdn.microsoft.com/ for it produces no results at all. There also does not seem to be an automatic way of creating the necessary *.xmta file outside of VS2005. Can anybody give me a heads up on this one please It does seem a bit ridiculous that none of the work I put in to create my CF 1.1 design time capable custom control can be used in developing a CF 2.0 version of it. Hi Jagadisk, Thank you again for your interest in this matter. I do already understand that as thi ...Show All

  • SQL Server Using variables in SSIS

    Hi there, This is what I am trying to do : 1) Create a global variable. 2) assign a value to the variable using an SQL Task. (For this all I want to do is assign a maximum value from a column in my table) 3) use the variable in a Data flow task (using SQL to get my source data) I know this must be very simple but I am new to SSIS and I am struggling to achieve this task. Thanks for your help in advance. Create a Global Variable. Add a SQL task. In the Editor window -> General tab, set the connection and sql stmt. Change the 'Result set' to 'Single Row'. Go to 'Result Set' tab. Click 'Add'. Select the appropriate variabl ...Show All

  • Visual Studio Team System Deleting Team Project

    Hello, I have created a Team Project and later i deleted using TFSDeleteProject.exe . It showed "deleted successfully" from command prompt but it did not remove from the Source Control explorer. When i connect to Team Foundation server , in the project list it does not apear but in source control explorer it does. Can anyone tell me what may be the problem Thanks in advance. There were a number of issues in deleting Team Projects in beta 3, so the best thing would be to upgrade to the RC. Buck ...Show All

  • Software Development for Windows Vista Package load error when starting VS.NET 2005

    Similar to the issue reported here ->  http://forums.microsoft.com/msdn/ShowPost.aspx PostID=88635 I'm running the exact same version of VS.NET 2005 Beta 2 (beta2.050215.4400) on two machines but on one machine I get the following error when VS.NET starts up: Package 'Microsoft.Workflow.VSDesigner.DesignerPackage, Microsoft.Workflow.VSDesigner, Version 3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' has failed to load properly (GUID = {FD526733-BD72-4F81-BEEC-BEB06E2AF59F} ). Both platforms are running the same OS (WinXP) etc. and development environment. On the system that produces the error, it seems I still able ...Show All

  • .NET Development BindingSource and Web Services

    First, let me apologize, for I'm sure this is a simple answer subject. Now, on to business. Question: Why doesn't this code work to update the underlying datasource (Northwind "Customers" table served from SQL2K, as an XML web service. ALL designed using the designers in VS2K5, and the Data Sources wizard. private void customersBindingNavigatorSaveItem_Click( object sender, EventArgs e) { localhost. Service ws = new localhost. Service (); ws.Credentials = System.Net. CredentialCache .DefaultCredentials; ws.UpdateCustomers(dataSet1.Customers); } Background: Code similar to this wasn't working in ...Show All

  • .NET Development URGENT :: XML DeleteNode help needed!!!!!!

    Hi Guys, I have an xmlfile <data> <website name="abc" url=" www.abc.com " enable="Yes"> <website name="abc1" url=" www.abc1.com " enable="Yes"> </data> I want to write code using System .XML namespace to delete node name="abc". Please help.. I will highly appreciate your help... Thanks Here is my C# code... Although I am getting an error.. "Object reference not set to an instance of an object." XmlDataDocument xmlDoc = new XmlDataDocument (); xmlDoc.Load(dataFile); //XmlNode node = xmlDoc.GetElementsByTagName(&qu ...Show All

  • Microsoft ISV Community Center Forums How to remove Application members from the global namespace

    Dear Support, We recently implement the Application.Left property to move the application main window similar to the Office Application.Left property. Afterwards we encounter the problem that the 'Left' and 'Left$' symbols now are resolved to the Application.Left property instead of to the VBA.Left and VBA.Left$ methods. I noticed that the Office '98 VBA implementation suffered from the same artifact. This has been fixed in later office versions. This must have been implemented by removing the Application.Left method from the global namespace symbol table or preventing it to be added in the first place. C ...Show All

  • Visual Basic A more efficient Loop

    Hello again! This time I came across a situation where I had to write a loop for a part of the program I have 10 numericupdown boxes Each one is different from each other set from 1 to 10 value I want to be able to set a different value for each box (between 1 and 10) and have it check to see if any of the numericupdown boxes have a matching or duplicate number selected in it. I wrote a loop that works, but I feel its not an efficient way of writing the loop, so if anyone can suggest anything better... heres what I wrote If NUD1.Value = NUD2.Value Then Call errormessage() Else If NUD1.Value = NU ...Show All

  • Visual Studio Team System Error on Add Work Item menu

    I am getting the following error on my project when selecting the Add Work Item menu option. his project is a copy of the CMMI template (TFS RC( "Error loading menu: Index outside the bounds of the array." Any ideas Thanks Scott Scott, If I understand your post correctly, you have TFS RC installed and created a new team project based on the CMMI template. When selecting the Add Work Item you get this error. Were there any errors during project creation It could be that the MRU list for AddWorkItem somehow got corrupted. Please try clearing the registry key "HKEY_CURRENT_ ...Show All

  • Architecture help on writing messaging adapters

    Hello, Guidance requested on writing messaging adapters! My system uses a messaging backbone transporting Xml files not SOAP web services. The message system is Biztalk but that should be irrelevant. I would like guidance on how to design and implement the adapters that take binary data from the business layers and communicate with the backbone. To produce a good adapter, I think I should implement several messaging design patterns. Can someone recommend some articles, sites or other resources Is the Global bank the reference architecture to use Thanks Jason The global bank reference is ...Show All

  • SQL Server Partition help

    Hi everyone, I don't know if this issue has been addressed already. I am planning to create a partition on a very large table on SQL2005 64bit.  Can I create a partition on a GUID column Mytable: Companyid uniqueidentifier, Companyname varchar(255), .........TS  Not supported Better yet if I create a partition based on companyname varchar(255), what happened if any of the name is changed or mistyped Thanks Eomon. Yes, you can GUID as partitioning column. See Books Online for more details. If companyname is partitioning key and value is modified then the row will move from one partition to another. ...Show All

  • Visual Studio Team System web.config file section replacement

    The Visual Studio 2005 Web Deployment Projects add-in ( http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx ) enables you to change the web.config file during compilation. Can Team Build do the same I have installed the Web Deployment Projects add-in on the Team Build server. I added the following code to the the TFSBuild.proj file. It builds successfully but does not do the replacement. < ItemGroup > < WebConfigReplacementFiles Include = " web.config.connectionstrings.stage " > < Section > connectionStrings </ Section > </ WebConfigReplacementFiles > </ It ...Show All

  • Visual Basic Creation of a PDF file.

    Hello, I'm building a program, and I need ot convert a lot of word documents to one pdf file. Does anyone know about a class library or a code that can do it Even if the code can only make one word document to a pdf and then merge the PDF files. Thanks, Ofir. you could concatenate all those word documents into one, then use adobe's pdf online creator ...Show All

©2008 Software Development Network