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

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

kgy

Member List

Noobyone
ChrisKinsman
steve_flavel
Eric Tilleson - MSFT
Vijay R
yasht
Steven .NET
K.Sathishkumar
Urubu715
Daniel Reis
Risky Business
Mike Marino
martinig
johnconstantine
Comanche
Ryan Cromwell
pato
GalenC
KPLNG
Volker W.
Only Title

kgy's Q&A profile

  • Visual Basic Automate Internet Explorer?

    Hi @ll, I think I'm getting crazy now. Since several days I'm trying to automate IE using VB 2005 Express - but I don't get it. The problem even starts when trying to launch IE - nothing happens. I know, there's the possibility to use the "Webbrowser" - but that doesn't help me in that special application. What I want to do is to start IE at a particular time and close the IE window again at a particular time. Here's my tr ...Show All

  • Visual Studio Express Editions HELP PLEASE

    I AM BUILDING A SIMPLE PROGRAM BUT I GET A PROBLEM THIS IS THE CODE   #include <iostream> main() ( std::cout << "Hello World!" << std::endl; ) When i press buil solution it show me this message 1>------ Build started: Project: hello, Configuration: Debug Win32 ------ 1>Compiling... 1>hugo.cpp 1>c:\documents and settings\hpolanco\my documents\visual studio 2005\projects\h ...Show All

  • SQL Server SSIS login error

    i gave a non admin user access to SSIS. He is able to log in to SSIS without any problem. But when he expands the MSDB folder, he gets the following error: The SQL server specified in SSIS service configuration is not present or is not available. This might occur when there is no default instance of SQL Server on the computer. For more information, see the topic "Configuring the Integration Services Service" in Server 2005 Books ...Show All

  • Visual Basic msgbox not working after upgrading to XP - SP2

    I'm working on ASP pages with calls to COM+ DLL on XP platform. I wrote a method that simply call "msgbox" and display a value. I used this method to debug my ASP pages. It worked until I upgraded to XP-SP2. Now, it totally ignores msgbox call. Did Microsoft change the behavior of the msgbox or is there something else I need to do in SP2 to make this work I'd been searching the web for a couple of weeks and can't find any mentioned of ...Show All

  • Smart Device Development PPC2003 Device Emulator can't find local web site.

    Hello, I'm trying to get the PPC2003 Device emulator to browse to my local mobile web site I created, No luck.  I've installed the Virtual Network Services Driver, configured the device. It connects to the internet just fine.  I can ping the device emulator just fine. When I enter in localhost it goes to the CE Web Server on the device, which I can understand, however I've edit my host file on my PC and then entered those URLs, no ...Show All

  • Visual Studio Open From Source Control problem

    When I do this with the MSSCCI provider I am developing I get this error ... "The source control bindings for this project do not match the bindings reported by your source control provider. This solution, or part of it, may have been forked or branched. To update the projects source control bindings use the Change Source Control on the Source Control menu." If I click OK, and let VS reload, everything is fine.  But I can't f ...Show All

  • Visual Studio Team System Remote access to TFS

    When I connect remotely to my TFS server Documents and Reports folder is not accessible, and the right click option to ope Project Portal is grayed out. Has anyone else had this problem, and found a solution to it When I connect to TFS directly from the server everything works just fine. Installation is single server beta 3, no active directory. No, I think that covers the ports that influence this scenario.   There are a few others ...Show All

  • .NET Development Consuming a java web service

    hi there: I m trying to consume a java web service and I cant I tryed adding a web reference and creating a proxy using wsdl.exe but no success so far I need to add parameters such as username and password, but i dont know wher I really need to get this going so i d appreciate any pointers Regards Andrea ...Show All

  • SQL Server TRIM question?

    "select RTrim(columName) from tableName" it can change the stirng " abc" to "abc". But I want change the string "a bc" to "abc". Why the TRIM cannot work How do I do Thanks. Thank you gavrilenko_s . You are rigth. ...Show All

  • .NET Development Abt Web service security?

    Hi,    I am complete newbie to Webservices, so have very basic question and that is, if i want to use message level security instead of Transport layer level, then which is better to use , X.509 or kerberos or any other solution.    Also, I have created a sample application using kerberos, now in order to test that application,  Is there any way to check it locally, without having access to KDC server If ...Show All

  • Visual Studio 2008 (Pre-release) FullTrust application getting SecurityPermission exception

    Hi all, I am deploying a WPF app using ClickOnce for a FullTrust Win app. I am getting a "Request for permission type of 'System.Security.Permissions.SecurityPermission ... failed' exception when I try to call into an asmx WebService to query a database. Doesn't setting as FullTrust imply that all security permissions should be granted I had this working previously, but can't figure out why it is broken now. Here is what I see in the exe.m ...Show All

  • SQL Server Replication vs Mirroring issues

    Hello, I just started a job where my boss wants me to synchronize all the data for three of his SQL Servers. One SQL Server is used for an application, and the other two servers are just sitting there (he wants me to use this for replication). My problem is that the guy who set up the server before I got here did NOT use primary keys for a lot of the tables and since we don't have the source code for the application that was written for my bo ...Show All

  • Visual C++ TIME CONVERSION BUG

    // TimeConstructionBug.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "ATLComTime.h"   int _tmain( int argc, _TCHAR* argv[]) { COleDateTime a(2006, 12, 1, 17, 0, 0); SYSTEMTIME b; a.GetAsSystemTime(b); FILETIME c; ::SystemTimeToFileTime(&b, &c); COleDateTime d(c); CString startTime(a.Format()); CString endTime(d.Format()); printf( " ...Show All

  • Visual Studio Get Latest Version stops after Error reading from file

    Hi, We have following problems with at least one file item: 1. If we select the "Path" tab of the "Properties" dialog we get the error message "File <Physical File> not found". This file was probably destroyed in Vss many years ago and is not available in the data directory. 2. If we do a "Get" from the "History" dialog we get the error message "Error reading from file". 3. If we share the parent project of the file and then do a "Get ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XFileManager.FromFile

    Has anyone attempted to work with the XFileManager class in DirectX managed   I searched the boards and have not found reference to it.   I am having problems with the FromFile method.  More specifically, if I take a valid .X file (that I can successfully load into the DirectX Viewer) and attempt to load this same file using the FromFile method of the XFileManager, it throws a XFileErrorCodes.ParseError exception. XFileM ...Show All

©2008 Software Development Network

powered by phorum