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

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

Kyle_W

Member List

Ultrawhack
mobigital
pritha
jwagner20
Thomas Ardal
Nayan Paregi
Ta1os
nhaas
Helen999888
Lee John
ignitionflip
HexDump
TFS-Admin
IanR
armie
J.a.t
quacka
CRSCoder
kenny08
Loopsludge
Only Title

Kyle_W's Q&A profile

  • .NET Development Purpose of dynamically-generated WSDL?

    Several resources, including Aaron Skonnard's excellent 8/2002 "XML Files" column discuss the subject of pointing ASMX to a static WSDL file. Aaron's comments include this quotation: "Even when you generate an ASP.NET page from a static WSDL document, the ASP.NET infrastructure continues dynamically generating a new WSDL document each time the wsdl query string is received. The dynamically generated WSDL document will be equivalent to the static WSDL document that served as the starting point for the class but it may not be exactly the same (and it won't include comments or other extensions that you may have added)." If the ASP.NET infrastructure continues dynamically generating a new WSDL document each time the w ...Show All

  • Visual Studio Tools for Office I have Office 2003 SP2 but VSTO wants SP1

    I recently bought a Dell computer with MS Office with SP2. I also just purchased VSTO and, while attempting to install, was given the message that VSTO requires Office with SP1. I would assume that SP2 is an upgrade to SP1. What should I do Hi David See if the information in this message thread helps. The person there said he had to download and install a full SP2 update to get it to work http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=792902&SiteID=1 ...Show All

  • SQL Server Query Notification stops working after 10 minutes

    Hi All We built a Cache component that take advantage of the SQL Server 2005 query notification mechanism, all went well , we tested the component in a console application , and notifications kept coming for as long time as the console application ran. When we initiate our Cache Component in our web service global.asx application start event , the query notification works for a few minutes , but if we came after 10 minutes or so , we stoped getting notifications from sql, the SQL Server queue is empty , and all is showing that there is nothing wrong on the DB side... Our Cache component is a Singleton class , that perform all registrations ,catch the notification events and resubscribe for notifications. What can ...Show All

  • Visual Basic System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)

    Hi, I run an online Railroad simulation with a Community of some 60-70 players. Just recently 2 of the players have had to re-install Windows and hence the Simulation and now when they attempt to load it they get " System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)" No others are affected and indeed a couple of new players who have installed the game in the same period have had no problems. I have sent the affected players a list of the loaded Assemblies and both have confirmed all are present and correct. I am using VB Express with .NET Framework V2.0 and the DirectX Redistribution from October 2005 (ie Direct3DX 1.0.2908 with the other DirectX Assemblies ...Show All

  • Smart Device Development I want to have a button navigating to My Documents

    I want to have Buttons in a VB Form navigating to places like,My Documents, Network Places, My Pictures etc. Does anone know code for me to be able to do this... Thanks And it promised to " take you to the folder " Could you please post help URL ...Show All

  • Visual Studio Team System Cannot run Team Edition for Database Professionals if not local admin?

    Hi there, It's very annoying at our work, but we are not local admins on our machine while logged into the domain. We do have Administrator rights only when we log in as local Administrator to the machine. So when I install the CTP, I execute the setup under the local Admin account, and it installs fine, and runs fine when logged in locally. But, when logged into the domain, it does not show up as an installed product under Help -> About. I do not have this problem with any other product ie I have the BI studio, team edition developer, team edition tester, etc running fine. Any thoughts on how to get the ctp to install and run properly for me Will this work in the future Because if it doesn't we have to go buy a few licenses of ...Show All

  • Windows Forms app.application Publish file

    Hi, I know this has already been posted, but I need to get it clear in a simple way. The 'app'.application file is created when you publish an application to a web/ftp server, along with other files. The publish.htm page shows a button linking to the 'app'.application file and I can correctly install it, but a friend of mine (and maybe many more people too) get the 'app'.application file contents displayed in his browser. He has the .NET Framework 2.0 installed (installed automatically with VB 2005 Express), and I would like a simple solution to resolve this issue, without reinstalling .NET 2.0 (unless you are sure it resolves it). I also heard that it has to do with MIME types , but I'm not too familiar with this term to unders ...Show All

  • Visual Studio 2008 (Pre-release) Unable to generate the output.config file

    Hi, I am not able to generate the output.config, when give this command on the client machine. svcutil.exe http://sree.sce.uhcl.edu/certi/service.svc wsdl I get the following ,message C:\Program Files\Microsoft SDKs\Windows\v1.0>svcutil.exe http://sree.sce.uhcl.ed u/certi/service.svc wsdl Microsoft (R) Service Model Metadata Tool [Microsoftr .NET Framework, Version 3.0.3906.22] Copyright (c) Microsoft Corporation. All rights reserved. Attempting to download metadata from 'http://sree.sce.uhcl.edu/certi/service.svc wsdl' using WS-Metadata Exchange or DISCO. Warning: Unable to import wsdl:binding Detail: The following Policy Assertions were not Imported: XPath://wsdl:definitions[@targetNamespace='http://tempuri.org/']/wsd ...Show All

  • SQL Server Best way to learn SQL Mobile?

    I am an experienced web developer using PHP and MySql have experience with VB. What is the best way for me to learn programming pocket pc's Is using sql server mobile the best offline database to use as I will be using MySql Compact framework to connect direcly to our Linux server. Any help is much appreciated as I can't seem to find any useful tutorials on quering an sql databse to update, insert, read or delete. I have created a datebase however, I just don't know how to use it. Thanks in advance. Mark I'm working on somthing simular too. I want to connect to a mysql server on the web. What do you use to connect to the mysql server The only thing I found for CF is MySQLDirect... could you pl ...Show All

  • Visual C++ Truncated text in reports

    Hi experts! I have a table in access with a field type memo, but when I generate a report the fields with more than 255 characters are truncated. Tks, To correct this problem, obtain the latest service pack for Microsoft Office 2000. there is a workaround for this bug: Instead of exporting the report in Excel format, export it as HTML. However, this provides only a partial solution. When you open the file in Excel, the text in the Memo field will be spread over multiple cells instead of being in one single cell. Please also note that such questions are out of scope of this forum, for the scope of the Visual C++ General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostI ...Show All

  • Visual C++ parameters passed to invoke SMTP protocol's SendMessage method

    hi, i am devoloping a utility for sending a message to a given mail id by importing SMTP library. while invoking the SendMessage method of SMTP lbrary it requires 5 parameters.they are SendMessage(SMTPServer,SMTPPort,messagestream,fromaddress,toaddress) actually i hardcoded the sender and receiver addresses and message to be sent. so what i have to give in the place of SMTPServer,SMTPPort parameters. i am new to VC++. please help me in detail. if this question doesn't suit this forum please suggest me the right place for my question. thanks in advance. regards ranadheer. SMTPServer is the name of the smtp server, ask your email provider what that name is. The SMPTPort is typical ...Show All

  • Windows Live Developer Forums Explicitly show text for pushpin (no mouseover)?

    Folks: Is there any way to force the display of the pop up for a pushpin without requiring the user to mouse-over it I'd like to start the display of a map with a handful of my pushpins already popped-up; is that possible N.Z. Bear The Truth Laid Bear http://truthlaidbear.com There is an example out there that does this but we wanted both. A small label on the point itself and a detailed mouse over. We used AddControl, but that only half of it, you also need to remove them. Have a look at this (left out the AJAX query to get data): var map = null; var pinID = 0; var LabelID = 0; function GetMap() { map = new VEMap('MapDiv'); map.LoadMap(new VELatLong(0, 0), 1 ,'r' , ...Show All

  • Visual Studio Team System Query results window is cached ?

    When you run a query, open the result in MS Excel, make changes to the work items, publish them and then run the query again from within VS, you get the same results as before the change and publish from MS Excel. It seems that the query is just not run because there is already an existing results window. How can i make sure that the query runs every time even if there was already a resuls window for that specific query I have another situation in which a similar caching problem turns up. Maybe it is the same underlying problem, may be not. So I just outline the scenario. - create and install a web service that sets the AreaPath field to a specified value whenever a new work item is created - create a ...Show All

  • Visual Studio Team System Reporting Changeset Details

    I need to create a few reports containing the details of Changesets. I want to report the same info that appears in the "Details for Changeser#<SetNumber> - SourceFiles What is the query to do that What is the source for the stored procedure "prc_QueryChangeSet" - Can I safely use this stored procedure (i.e. without corrupting the data ) How can I get a list of all files in all unmerged changesets, grouped by changesets Thanks in advance! Doug Barker www.cooltimbers.com "Art for your soul." Hi Doug, 1) Could you clarify what information is "Details of Changeset # - Source files" Did you want to see what so ...Show All

  • .NET Development Marshal SAFEARRAY to/from COM object

    I have a COM object with a method declared thus: HRESULT GetPixels([ in ] IDispatch * position, [ in ] VARIANT values, [ out , retval ] VARIANT_BOOL* result); - which I'm trying to call from managed code (c#, to be specific). My problem is with the values parameter. It's intended to be passed a VARIANT that has VT_ARRAY and (optionally) VT_BYREF attributes. It can have up to 5 dimensions, and the elements can be any of several types (from bytes to doubles). The values of the array are effectively 'out' parameters from the method, although the data type and array dimensions are effectively 'in'; in other words, the COM method fills the pre-allocated array with values. The default marshalling seems to treat the values parameter ...Show All

©2008 Software Development Network