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

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

MeAndYou

Member List

JVaccaro
karthnar
Amit V
Shepherd
Dotnetjunky
AnneDeBlois
Michael Grau
GeorgeOu
Steveinbeloit
Dhananjay
Arczi999
george maina
nic101
Sandra Mace
Benjy
Gurpreet Singh Sawhney
nhaas
Jasmine2501
Wellnow
Anand Raman - MSFT
Only Title

MeAndYou's Q&A profile

  • SQL Server RDA Pull method not creating tables/inserting data

    I can't see what is going on, this is the situation: I call the Pull method, specify the table to be affected, the query to be used, the connection string to the remote SQL server , the tracking options (On) and the Error table. The pull method executes with no errors however, no table is ever created. I don't know why, here's what I have done so far: I read the SQL BOOKS ONLINE help on preparing RDA, I set up the IIS virtual directory for anonymous access and on the connection string I send in the user name and password for the SQL server , I went into the SQL Server and grated access to the user name to the database that I am going to access and I made the user a db_owner. So, according to SQL BOOKS ONLINE I have everything right however ...Show All

  • SQL Server Trigger with access to remote server

    Hello, i have two server connected to internet S1 and S2 (connection between both is only internet too). I need write trigger on S1 which send update or another command to S2. Is it possible, and how (without using .NET methods only by using Transact SQL) Thnx, jakub. Can u show me good base of knowledge about this problem I need know what happend when connection crashed, if server try make triger again after new connection, etc. Best regards Jakub Kuzela. ...Show All

  • Smart Device Development Using VB program to open file on a CDMA device - PPC6700

    I'm trying to use the Shell command to run a .exe file on a mobile Pocket PC, but when I run/debug the program on the phone it keeps coming up with the FileNotFound error. I'm thinking it is the path that is wrong, but I can't find anywhere as to how to address the path on a mobile device.. i.e. Shell("c:\program files\calc.exe"). I have tried every combination i can think of, from My Device, to C: to just \... but nothing seems to work and I know I'm missing something. Any help would be appreciated. I am using .NET 2.0 and Visual Studio 2005. When I use file explorer, it shows: My Device as being the "Root" and I made a folder there called "Test" and in the "Test" folder, i have my test.exe file. ...Show All

  • Visual FoxPro OLe error code 0x80040154 : class not registered

    i have download a protect applications using dll files. but when i run it into my project above error pop-out. wat i missing if run from prg it works. Thanks in advance. This error indicates that a something (either a DLL or an OCX) has not been entered into the Windows Registry and so it cannot be located there. Presumably this is one (or more) of your downl;oaded DLL files. You need to find which one is causing the error and register it using the Windows REGSVR32 program. YOu can find details of that on the MSDN at http://support.microsoft.com/default.aspx/kb/249873/ ...Show All

  • Visual Studio Tools for Office (( Updating Table Of Contents ))

    --(( Updating Table Of Contents ))-- Hi Friends, 1. i have a Table of Contents (TOC) in a .dot file which i would be editing using Mail Merge function in C#. I would like to know of any method to update the table of contents. The command to update the TOC in macros is WordBasic.UpdateTableOfContents 2. Moreover, i need to format the TOC. Can some one tell me the syntax for Range selection to point to the TOC. -Amrish Hi Amrish I'm not sure I understand everything you're asking, but it is clear that this question does not revolve primarily around the VSTO technology, and therefore should be asked in either an office.developer newsgroup or a word-specific programming group . 1. Generally, to update a TOC in a document: Doc.T ...Show All

  • Visual Studio upgrade patch cannot be installed by the Windows Installer service

    Hi Is the 20-DEC-2006 SP1 Update for VS2005 the most recent version I tried to patch the Team Edition for Software Developers running on the 6000 build of Vista x64 and i get the following error The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version ... Am I using the wrong patch ( http://www.microsoft.com/downloads/details.aspx familyid=FB6BB56A-10B7-4C05-B81C-5863284503CF&displaylang=en ) - is there an x64 version Dave As mentioned in the Visual Studio 2005 Service Pack 1 Update for Windows Vista release notes it is supported on both the x86 as the x64 editions o ...Show All

  • Visual Studio 2008 (Pre-release) Integrating AJAX with WPF

    Hi all, I want to know whether it is possible to Integrate AJAX with WPF, or any information regarding that. Prajakta Hi Prajakta, There is a newer feature of WPF code-named "WPF/E" the developer center is available here: http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx WPF/E is a subset of the WPF library that EASILY integrates with web based technologies, especially AJAX.  If you need to integrate AJAX with a specific WPF application, you will need to investigate using Web services to integrate a web application with your WPF application. I have posted several examples of WPF/E items on my blog ( http://cornucopia30.blogspot.com/ ) , along with code, that demonstra ...Show All

  • Visual Studio Team System Profiling C# Apps on Windows Mobile Devices

    Does the VSTS (Visual Studio Team System) profiling capability allow me to profile apps running on attached mobile devices I need to profile a C# app on an HP iPAQ running Windows Mobile 5. If I can't profile running on the actual device, will the profiler work if running the app in emulation mode for the device Thanks, Mike. I'm bummed Was also looking for Profiler support for Mobile Apps... ...Show All

  • .NET Development problem with MSDN article xml/xsl example

    Hi, I posted this query to comp.text.xml and microsoft.public.xsl but got no responses. I'm hoping someone here might be able to help me: I am trying to learn xml/xslt and just finished reading " Understanding XML " an article by Dare Obasanjo at MSDN. I was just trying to view his example xml file in a browser. First it wasn't working in either Internet Explorer or Firefox, then after fixing some spacing and figuring out that I needed to change <xsl:for-each select="items/compact-disc"> to select="order/items/compact-disc". I t works in Internet Explorer as expected. Can someone explain to me why it's not working in Firefox Below is the code of the xml and xsl documents. I also posted ...Show All

  • Visual Studio Tools for Office ThisApplication_Startup not being called - ie. plugin not loading

      I have written an outlook plugin using VSTO. The plugin loads fine and works great if the user clicks on the outlook icon. On the other hand, if outlook is started via automation and then outlook is opened, the plugin does not load. These cases are described below. When the user signs on to windows xp with activesync set to run on startup. ActiveSync syncs with outlook by starting it through, AFAIK, automation. Now when the user opens Outlook by clicking on the outlook icon,  the plugin is not loaded. Another example is when the user has Outlook closed and they click on an oft file on their desktop, and then open Outlook, the plugin is not loaded. Please advise. Thanks. ...Show All

  • Software Development for Windows Vista Newby questions

    Hi, digging around with Vista we came (after a lot of success with WPF things) to the point where we think about the WEB. We run a lot of web apps (ASPX). Most of them use Forms Authentication and profiles. Our idea is now to have those site support InfoCard. Before running into a totaly wrong way we try to ask here if our idea is totally stupid or not. The idea: When a user tries to enter a protected area we normaly bring up the .NET 2.0 Login control. This is pretty automatic - the user enters username / PWD and is redirected to the page after login. At the same page we offer a link to register - also using the "normal ASPX features" (Username, Email, PWD, Secret Question.....). On most sites we do an email verif ...Show All

  • .NET Development In need of some CDO expertise

    I am working on an issue and I find myself running into a brick wall. Here are some of the things I am having trouble with. 1. Is there a way to decipher the Message ID generated by CDO 2. Are there standards Microsoft has used in the past 4-6 years that can help me understand our Message Id. I really appreciate any help someone has, and if nothing else, if anyone knows someone at Microsoft I can connect with professionally I'd appreciate that. Thank you, Matthew Aster Progressive Casualty Insurance Company This forum is dedicated to questions relating to the System.Net namespace. System.Net.Mail does not sit ontop of CDO and thus those that monitor this forum will likely ...Show All

  • SQL Server SQL Server Everywhere and IIS

    Is this information from http://blogs.msdn.com/stevelasker/archive/2006/04/10/SqlEverywhereInfo.aspx still valid Q: Can I use SSEv as my web server database A: No. SSEv is targeted at the desktop database. Our plan is for SSEv to throw a not-supported exception when the hosting process is IIS. We really would like to use SQL Server Everywhere for small web databases (typically less than 100 records and only 2 or 3 concurrent read-only users). Gerrit So it is going to be AppDomain.CurrentDomain.SetData(" SQLServerCompactEditionUnderWebHosting ", true) Gerrit ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What is the best software for game dev with XNA?

    As the title states, what software will be good to have. I am going to download Visual C# Studio Express, but what else is good for stuff like graphics or sound. I have a limited budget so I am looking for something in the free to $100 price range, if possible. Thanks for any help you can give me. Big post on the XNA Team Blog about the content pipeline. Read it, learn it, love it. ...Show All

  • SQL Server AS 2000 with 64 bit OS

    I moved one of my AS 2000 olap db new server -Windows 2003 "64-bit" OS with lot more processor then old server "32-bit" Windows OS. Good news is my cube processing I save 50% time but my query performance is slow, I was thinking my query should fly. I have AS 2000 "32-bit" in "64-bit" Windows server. I have same settings in AS 2000 as old server. Thank you - Ashok Well, first of all, if you running IA 64, you should install 64bit version of Analysis Services and run natively. Second, running on higher end machine doesnt neccessarily means single query performance is going to improve drastically. With higher-end hardware, you should get higher throughput, ...Show All

©2008 Software Development Network