active questions tagged vista - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T14:49:28Z http://stackoverflow.com/feeds/tag/vista http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1914873/delphi-2006-application-messing-up-the-gui-on-windows-7 0 Delphi 2006 Application messing up the GUI on Windows 7 Brian Andersen 2009-12-16T14:10:24Z 2009-12-16T14:39:53Z <p>Hi. </p> <p>I've been searching the Internet for a solution. Also here on Stackoverflow. But I haven't had any luck so far.</p> <p>We're having a problem with a Delphi 2006 application running on Windows 7. Some ComboBoxes are not shown. The exactly same application runs fine on Windows XP.</p> <p>I been trying to locate any patches. Do any one of you know any links or hack to make to GUI look as it should when running a Delphi 2006 application on Vista/Windows 7?</p> <p>I've found this link: <a href="http://www.theabsolute.net/sware/delphivista.html" rel="nofollow">http://www.theabsolute.net/sware/delphivista.html</a>. But it doesn't solve my problems.</p> <p>Any help are welcome.</p> <p>/Brian</p> http://stackoverflow.com/questions/1470077/windows-vista-users-verification 1 Windows Vista users verification Ehtsham 2009-09-24T06:40:12Z 2009-12-16T09:00:03Z <p>hi! I want to verify that given username/password pair is a valid windows vista account using c#.</p> http://stackoverflow.com/questions/1912469/directx-and-wpf 0 DirectX and WPF Ramya 2009-12-16T05:18:22Z 2009-12-16T07:31:05Z <p>Hi,</p> <p>I am trying to develop an application where the UI part is designed by WPF and the engine is developed using C++. I am trying to render a scene using DirectX in native code by getting the window's handle from WPF using WindowsFormsHost method.</p> <p>Though i do not get any error, no image renders on the screen.</p> <p>As far as the handle is concerned, I dont see a problem because when i render the scene using OpenGL using the same handle in native code, it works properly.</p> <p>As far as the initialization part and rendering part is concerned, I dont see a problem because the same part of code works fine in a separate Win32 project.</p> <p>What might be the cause of this problem? The version of DirectX being used is DirectX10 and OS used is Vista.</p> <p>Thanks in advance.</p> http://stackoverflow.com/questions/1909644/vista-win7-bass-and-treble-volume 1 Vista/Win7 Bass and treble volume Andy 2009-12-15T19:08:44Z 2009-12-16T02:35:56Z <p>Hi guys, I'm having a hard time with this crazy Vista/Win 7 architecture, it might be just me but its hard to get used to it :|</p> <p>So, my current problem is that I cant set the bass and treble values for my sound card, I found that there is a IAudioBass and IAudioTreble interfaces which can do this, but I'm getting lost how to create these interfaces, I know that I can use the IPart interface to activate them, but it doesnt work, and I guess I'm doing something wrong.</p> <p>I started to do this in Delphi, but the header conversion took too much time and I just switched to Visual C++ to do it.</p> <p>Does anyone have some demo source code ?</p> <p>Thanks a lot for your attention folks ! </p> http://stackoverflow.com/questions/1905422/taking-ownership-of-trustedinstaller-files 0 Taking ownership of trustedinstaller files? P a u l 2009-12-15T05:52:11Z 2009-12-15T05:52:11Z <p>vista32-sp1: I am unable to delete some files on my system that were installed with 'special permissions' by 'trustedinstaller'. I find the usual help suggestion to use 'takeown' is not working, all I get is access denied. I refuse to believe there isn't some way to delete these files.</p> http://stackoverflow.com/questions/1902948/how-to-make-cfiledialog-synchronize-the-displayed-filename-with-the-selected-exte 0 How to make CFileDialog synchronize the displayed filename with the selected extension? RobH 2009-12-14T19:28:54Z 2009-12-14T19:45:08Z <p>We have a class that derives from CFileDialog that overrides the OnTypeChange() method to allow it to change the filename to keep it in synch with the selected extension whenever the user selects a new extension from the filter combobox. (Our filters are set to contain only one extension per filter entry.) Unfortunately, the way we are doing this seems to have been broken by the Vista style dialogue. (We were using SetControlText() to set the filename edit box to the filename with the newly selected extension, but the control ID seems to be different for the Vista style dialogue, and the one that I found using Spy++ works just as well as the old ID (i.e., it doesn't)..)</p> <p>Is there a better way to tell the CFileDialog object to update the filename field to use the new extension when the user selects a new filter? It has to work with the old XP style dialogue as well.</p> <p><strike>Failing that, how to I force the use of the XP style dialogue so that I get my functionality back without the dialogue crashing on me? (I'd rather not go that route if at all possible.)</strike> I've found a way to get it to fall back to the XP style. I still want to get the new style dialogue to do what I want though.</p> http://stackoverflow.com/questions/1891940/bad-behavior-with-aero-off-in-vista 2 Bad behavior with Aero off in Vista Josh 2009-12-12T01:48:52Z 2009-12-13T18:46:59Z <p>I have a directx9 application, which needs to run on a machine with Aero disabled. The app runs in windowed mode. When the window is first created, it looks just fine within a single screen. When I move the window in such a way that it spans two screens attached to the same graphics adapter (and GPU) the region on one screen seems to mirror the region on the other screen. When I span two screens attached to different graphics adapters, I have no problem.</p> <p>This is easily replicated with any standard windowed app, like "Tutorial 2: Vertices" in the August 09 DirectX SDK.</p> <p>I see the same problem with a windowed OpenGL application.</p> <p>This is not a problem when Windows is running with Aero enabled, but I need to run the application with Aero disabled. (Aero causes other issues in my actual application, flipping its own backbuffer at unpredictable times because of processing I'm doing in the GPU, screwing up the smoothness of my display in a manner undetectable to my render thread.)</p> <p>I'm running Windows Vista Enterprise x64 with nVidia Quatro 4800 graphics cards.</p> <p>--and, I just noticed this is only a problem when I use rotated screens, rotated 90 degrees in the nVidia Control Panel. I guess... that's it then? Can anyone suggest a solution when I use rotated screens?</p> <p>Any ideas?</p> http://stackoverflow.com/questions/1843180/how-to-adjust-jframe-border-thickness-in-java 0 How to adjust JFrame border thickness in Java Frank 2009-12-03T21:52:06Z 2009-12-13T12:04:15Z <p>I'm using Vista, my old Java app ran on Win XP has thin borders, about 2 pixels thick, but now on Vista, the borders deafults to thick lines, maybe 6,7 pixels thick, can I specify in Java how thick my JFrame borders should be ?</p> http://stackoverflow.com/questions/1891279/why-cant-i-get-getprivateprofilestring-to-work-via-pinvoke 0 Why can't I get GetPrivateProfileString to work via pinvoke? Charles 2009-12-11T22:28:29Z 2009-12-12T12:03:40Z <p>Running a c# console app I wrote on 64 bit Vista. Here's the code:</p> <pre><code>class Class1 { static void Main(string[] args) { Debug.Assert(File.Exists(@"c:\test.ini")); StringBuilder sb = new StringBuilder(500); uint res = GetPrivateProfileString("AppName", "KeyName", "", sb, sb.Capacity, @"c:\test.ini"); Console.WriteLine(sb.ToString()); } [DllImport("kernel32.dll")] static extern uint GetPrivateProfileString(string lpAppName, string lpKeyName, string lpDefault, StringBuilder lpReturnedString, int nSize, string lpFileName); } </code></pre> <p>I'm sure I'll get a big "DUH!" for an answer, but I'm not seeing why this fails to work. Other than the Debug.Assert, this code was cut from the c# sample at <a href="http://pinvoke.net/default.aspx/kernel32/GetPrivateProfileString.html" rel="nofollow">this page</a></p> http://stackoverflow.com/questions/1887955/wsexlayered-colorkey-vista-issues 1 WS_EX_LAYERED colorkey - Vista issues Adam 2009-12-11T13:07:07Z 2009-12-11T13:26:41Z <p>We place our transparent app window, over the window of another process. Our window contains some child controls. We create a WS_EX_LAYERED window, using colorkey for selective transparency. The main window is completely transparent, so it only functions as a container for the child controls. </p> <p>This works fine on <strong>XP and Vista without Aero</strong>. However, on <strong>Vista with Aero</strong> clicks do not pass through the transparent area. What can we do?</p> <p>Using WS_EX_TRANSPARENT fails, it makes our own controls inoperable, of course.</p> <p>I have considered hiding the parent window (WS_SHOWWINDOW), but I am fairly certain that that will hide all children, and AFAIK resizing the window to a minimal size, with any combination of CLIPCHILDREN &amp; CLIPSIBLINGS would fail in a similar way... </p> <p>Thanks for any help.</p> http://stackoverflow.com/questions/1887793/automating-installation-of-multiple-windows-variants 0 Automating installation of multiple windows variants Noufal Ibrahim 2009-12-11T12:32:35Z 2009-12-11T13:21:03Z <p>I have a situation where I need to test some stuff (hardware) on multiple operating systems (viz. Windows XP, Windows Vista and Windows 7 - 32 and 64 bit variants). </p> <p>The idea is to have a suite of tests run so that the device is qualified for windows (<a href="http://www.microsoft.com/whdc/winlogo/WLK/default.mspx" rel="nofollow">http://www.microsoft.com/whdc/winlogo/WLK/default.mspx</a>). </p> <p>Due to a resource crunch, I have to make do with a limited number of machines and need to reimage them with different OSes and rerun the tests. </p> <p>I initially considered capturing the test OS images using plain 'ol dd from Linux and rebooting into them using GRUB but the WLK software requires a working Windows machine on the client side hence this approach won't work.</p> <p>I've managed to install XP-64 on C: and installed Vista/7 into another partition. Using the Vista bootloader and some of the command line tools from the Microsoft site (ASI - Automated Software Installer and imagex - the imaging tool), I'm able to work with this. </p> <p>However, when I have to image the test partition with windows XP and automatically boot into that and back, I get numerous problems with the bootloader and can't really do it. </p> <p>I'm interested in knowing if someone has automated this process and what's the recommended way of going about it. I'm a unix person myself and am not very knowledgeable about the tools available in windows to do this. </p> http://stackoverflow.com/questions/1884611/xampp-installation-problem-on-vista 0 Xampp Installation Problem on Vista smokinguns 2009-12-10T22:43:15Z 2009-12-10T22:43:15Z <p>I installed xampp on a machine with vista business SP1 version. The default page(with the "You have successfully installed XAMPP on this system" msg) opens up fine. But when I put a php page in the htdocs folder and try to access it using 127.0.0.1/mypage.php, I get the "Object not found" error.. The apache service is running as indicated by xampp control panel. I clicked the "Port-Check" button on the xampp control panel and this what it says:</p> <p><strong>Service Port Status</strong><br> Apache(HTTP) 80 System</p> <p>I checked with a XP machine and it says <br> Apache(HTTP) 80 C:\xampp\apache\bin\httpd.exe</p> <p>How do I resolve this issue? I have disabled windows firewall and UAC. </p> http://stackoverflow.com/questions/1883865/why-does-a-net-file-delete-fail-with-uac-and-requireadministratortrue 0 Why does a .NET File.Delete() fail with UAC and requireAdministrator=True? BerwynVB 2009-12-10T20:40:19Z 2009-12-10T20:44:24Z <p>This is a driving me nuts. I have searched all over StackOverflow and read all about UAC. But I'm still running into a problem.</p> <p>Using VS 2008, I have a simple program that does nothing but this:</p> <pre><code>File.Delete("c:\windows\fonts\whatever.ttf") </code></pre> <p>The EXE has a proper manifest with requireAdministrator=True. When compiled, the app icon receives the shield icon. And when I launch the application, logged in as either an Admin or Standad user, I receive the "Do you want the following program to make changes..." confirmation dialog. Additionally, I use a code signing cert on the EXE.</p> <p>When running the app, I get the following behaviors:</p> <p>When I run the application when logged in as an Administrator, the file is deleted.</p> <p>However, when logged in as a Standard user, I get a UAC prompt and enter in an Admin password, but I get a "file access is denied" error when the delete executes.</p> <p>Can someone explain this to me? I thought that the requiresAdministrator=True in the manifest elevates the process. But I still can't delete a system file.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1870498/vb6-apps-hangs-only-in-vista-win7-win2008-must-reboot-to-bring-them-back 0 VB6 Apps Hangs only in Vista/Win7/Win2008 Must reboot to bring them back CH 2009-12-08T23:00:26Z 2009-12-08T23:16:16Z <p>I have vb6 apps that runs without any problems for hours on vista/32/64 or win7/32/64 and Xp32/64 machines. It sometimes hang in XP machines but I can just close the app in Task Manager then restart without any problems. Now with Vista/Win7, it still hangs after several hours then I close the apps with Task Manager then restart the app. App will start but will hang at the same app location just as if it remembered where it hang before. The only way to bring the App back is to reboot the computer.</p> <p>Did anyone experienced this before? I know this vb6 apps could be doing bunch of junk and not releasing memory and etc. But if i close the app in Task Manager, shouldn't it come back as before?</p> <p>Thanks for any help</p> http://stackoverflow.com/questions/1181605/graphic-adapter-problem-in-assembly-with-vista 0 Graphic Adapter problem in Assembly with vista Ali Kalantari 2009-07-25T08:35:19Z 2009-12-08T02:00:13Z <p>When I want to switch to GA in Assembly with Vista it gives me a fatal error and it simply says "I don't support 16bit GA". What should I Do?</p> http://stackoverflow.com/questions/1814506/rdp-problem-with-vista-and-windows-7-destination -1 RDP problem with Vista and Windows 7 destination [closed] MadBison 2009-11-29T03:01:14Z 2009-12-05T00:46:47Z <p>I use a server a home to host a bunch of concurrently running Hyper-V VM's with different OS's and software for testing.</p> <p>I have Vista on the laptop, all latest SP's and patches. The server is Server 2008 R2, fully patched. The guests are a mix of XP, Vista, Server 2008 and Windows 7.</p> <p>If I connect to the Win XP or Server 2008 guest using RDP, it is always good. Very quick, no speed issues.</p> <p>If I connect to the Vista or Win 7 guests, the response time is so slow it is unusable. Usually 6 or 8 seconds, and at times it is to long to measure! This happens from both the laptop running Vista, and the server running Server 2008 R2.</p> <p>Does anyone know what the issue is with RDP on Vista and Windows 7 destinations?</p> <p>I did read this: "http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp" and that is not the problem I have applied that change to all PC's.</p> http://stackoverflow.com/questions/1803472/how-to-access-thumbnail-cache-of-vista-and-7-using-c 0 How to access thumbnail cache of vista and 7 using c# murasaki5 2009-11-26T12:43:50Z 2009-12-04T15:49:48Z <p>Hi, I wanted to access the thumb cache of vista and 7 to be used in my ImageList. I know how to do it in XP by means of the thumbs.db files, but in vista and 7 the thumbs.db is not present so how will i do it?</p> http://stackoverflow.com/questions/1838049/comparing-signatures-in-ink-serilized-format 0 Comparing signatures in Ink Serilized Format JD 2009-12-03T06:26:48Z 2009-12-03T06:26:48Z <p>Hey guys,</p> <p>I have a load of signatures I wish to compare (all in ISF - ink serialized format).</p> <p>Does anyone know how to compare these signatures?</p> <p>Thanks in advance</p> http://stackoverflow.com/questions/1431247/using-windows-vista-credentials 0 Using Windows Vista Credentials Ehtsham 2009-09-16T06:17:53Z 2009-12-02T20:00:05Z <p>Hi all i am using CredUIPromptForWinodwsCredentialw for prompting the user for verifying his/her credentials how can i verify these credentilas. the code i am using is </p> <pre><code>BOOL save = false; </code></pre> <p>DWORD authPackage = 0; LPVOID authBuffer; ULONG authBufferSize = 0; CREDUI_INFO credUiInfo; DWORD logininfo;</p> <p>credUiInfo.pszCaptionText = TEXT("My caption"); credUiInfo.pszMessageText = TEXT("My message"); credUiInfo.cbSize = sizeof(credUiInfo); credUiInfo.hbmBanner = NULL; credUiInfo.hwndParent = NULL; PCREDUI_INFO objpcredui;</p> <p>logininfo = CredUIPromptForWindowsCredentials(&amp;(credUiInfo), 0, &amp;(authPackage), NULL, 0, &amp;authBuffer, &amp;authBufferSize, &amp;(save), 1|2);</p> http://stackoverflow.com/questions/1816469/llvm-mingw-installation-on-vista 0 LLVM MinGW installation on Vista? Jon 2009-11-29T19:12:20Z 2009-11-29T19:12:20Z <p>From <a href="http://llvm.org/" rel="nofollow">llvm.org</a> I've downloaded llvm-2.6-x86-mingw32.tar.bz2 into <code>c:\llvm</code> and llvm-gcc-4.2-2.6-x86-mingw32-tar.bz2 into <code>c:\llvm-gcc</code> as well as setup a desktop shortcut the following batch file in <code>c:\llvm-gcc</code> which attempts to setup an environment for compiling via the <code>llvm-gcc</code> command line too:</p> <pre><code>@echo off color 0E echo Configuring LLVM environment... set LLVM_LIB_SEARCH_PATH=%~dp0lib set PATH=c:\llvm;%~dp0bin;%PATH% </code></pre> <p>Unfortunately, this setup gives the following error when trying to compile a simple hello world program:</p> <pre><code>C:\CDev\sandbox&gt;llvm-gcc -o hello.exe hello.c llvm-gcc: CreateProcess: No such file or directory </code></pre> <p>I've briefly looked through the LLVM binaries and it appears that the MinGW-based Win32 API and runtime files are already included. I also tried adding the MinGW DLL to <code>c:\llvm-gcc\bin</code> to no avail.</p> <p>What have I missed in setting up the binary LLVM environment and GCC-based front end on Vista?</p> <p>Thanks, Jon</p> http://stackoverflow.com/questions/1814022/how-to-enable-dos-in-vista-or-win7 1 How to enable DOS in Vista or Win7 Ivri 2009-11-28T22:49:09Z 2009-11-28T23:46:56Z <p>AFAIK there is no DOS in vista and windows 7, but I need to execute system program written on assembler to read and write data (BIOS). I can't do thus from Vista, because I'm in user more (ring-3). That's why I have 2 ideas: - execute form DOS (but I need DOS); - write service that executes before I log in to user mode.</p> <p>Loading DOS from floppy isn't good idea since I don't have floppy.</p> http://stackoverflow.com/questions/1807742/how-to-programmatically-create-a-file-association-that-works-in-xp-vista-and-win 0 How to programmatically create a file association that works in XP, Vista and Windows 7 Pygmy 2009-11-27T09:46:15Z 2009-11-27T19:00:05Z <p>I want to be able to register my file-extension from my program. (Associate the filetype with my program)</p> <p>There are lots of articles about this, but the technique discussed (fiddling with the registry) is only appropriate for Windows XP as far as I see.</p> <p>What is the best way to associate a filetype with a program so that it works under XP, Vista and Windows 7 as well ? (Are there any working code-examples ?)</p> <p>ClickOnce would be an option, but this only registers the filetype at installation-time while I want to be able to register filetypes at runtime.</p> http://stackoverflow.com/questions/1804867/refresh-restart-vistas-graphical-login-screen-using-jscript-wsh 1 Refresh/Restart Vista's graphical login screen using JScript (WSH) Ali 2009-11-26T17:22:09Z 2009-11-26T18:27:07Z <p><strong>Background:</strong> I have a JScript that runs when the computer starts up (from task scheduler). The script does some magic and determines if a user should be allowed to login at all. It starts by disabling all user accounts and then if a user is to be allowed in it enables the users account by firing the 'net user' command using wshShell.Exec(). All this works well and the accounts are correctly enabled/disabled. </p> <p><strong>Problem:</strong> However the vista graphical login screen has no idea that user accounts have been enabled/disabled and does not refresh itself to show/remove the user account pictures. Actually it does refresh itself if I wait long enough at the login screen to start the screensaver. When the mouse is then moved the visa login screen returns refreshed. However I want to be able to restart/refresh the login screen from my script. Any ideas?</p> <p><strong>What I have already tried:</strong></p> <ol> <li>I tried launching winlogon.exe from the script, it had no effect </li> <li>I tried launching logon.scr from the ecript to trigger the screensaver manually, it did not trigger.</li> </ol> <p>If you need the script, look here: <a href="http://code.google.com/p/truecryptautomount/" rel="nofollow">http://code.google.com/p/truecryptautomount/</a></p> http://stackoverflow.com/questions/1797695/how-to-runlaunch-elevated-command-promt-programmiticaly-in-vista 1 How to Run(launch) elevated command promt programmiticaly in Vista mots_g 2009-11-25T15:28:42Z 2009-11-25T16:27:36Z <p>Hi, I'm trying to install some files from a batch file (through code). However the command should only run as "elevated command" in Vista and Windows 7 Is there any way this can be done programitically?</p> <p>I'm launching the batch file by calling "CreateProcess" in VC++/MFC code.</p> <p>Thanks</p> http://stackoverflow.com/questions/1461247/wpf-movefocus-working-on-vista-not-xp 2 WPF MoveFocus() working on Vista, not XP ViNull 2009-09-22T16:51:29Z 2009-11-25T16:15:58Z <p>The following bit of code works on Vista as expected (focus is moved down the ListView), but on XP SP3 (with .Net 3.5 SP1 on both) it moves only between the first two items of the ListView.</p> <pre><code>if (myListView.SelectedItem != null) { IInputElement orig = FocusManager.GetFocusedElement(this); FocusManager.SetFocusedElement(this, myListView); ListViewItem lvi = myListView.ItemContainerGenerator.ContainerFromItem(myListView.SelectedItem) as ListViewItem; TraversalRequest down = new TraversalRequest(FocusNavigationDirection.Down); Boolean result = lvi.MoveFocus(down); Console.WriteLine(result.ToString()); FocusManager.SetFocusedElement(this, orig); } </code></pre> <p>I'm calling this code from the window's previewkeydown event, when the focus is in a textbox. I'm digging into the framework now to try and find what is different between XP and Vista inside of MoveFocus(). I feel like I'm doing web development again, testing browsers for quirks...</p> http://stackoverflow.com/questions/1795783/cant-resolve-dns-only-in-one-machine 0 Can't resolve DNS only in one machine [closed] Joel 2009-11-25T09:45:22Z 2009-11-25T10:05:37Z <p><strong>Update</strong>: moved to serverfault (<a href="http://serverfault.com/questions/88131/cant-resolve-dns-only-in-one-machine">http://serverfault.com/questions/88131/cant-resolve-dns-only-in-one-machine</a>)</p> <p>I have several Vista hosts each with one Ubuntu guest each running in virtual box in bridge mode.</p> <p>All guests can resolve internal DNS except one.</p> <p>On the problematic guest machine, if i <code>dig @&lt;internal dns ip&gt; &lt;some internal domain&gt;</code> it always gives timeout, but on that machine, the <code>&lt;internal dns ip&gt;</code> replies to pings and i can even <code>telnet &lt;internal dns ip&gt; 53</code>.</p> <p>I've checked, and the windows firewall on the host is disabled.</p> <p>Any ideas on what could be the problem?</p> <p>Thanks, Joel</p> http://stackoverflow.com/questions/1791588/changing-vista-file-permissions-programmatically 1 Changing vista file permissions programmatically mots_g 2009-11-24T17:19:30Z 2009-11-24T21:47:33Z <p>Hi, I want to add some files to <code>C:\windows\XXX</code> (windows protected folder, in Vista), under the "TrustedInstaller" for my application. I do not want to replace any file so no issues on Windows Resource(formerly file) protection. I have the code to change "ownership" to the current logged in admin, however, I'm don't have any clue how to set its file permissions programmatically. I'm using VC++/MFC for development.</p> <p>Thanks</p> http://stackoverflow.com/questions/1637792/the-specified-table-does-not-exist-for-the-administrator-it-does-vista-only 0 "The specified table does not exist" - for the administrator it does! Vista only issue Simon Nunn 2009-10-28T14:55:12Z 2009-11-24T16:00:18Z <p>Hello,</p> <p>I've got a weird bug occurring in a compact database on a Vista deployment machine. Basically the sdf file seem to be schizophrenic.</p> <p>The client application get the entitled error when running as a user but not when I use run as administrator. I don't see this problem on my XP development machine.</p> <p>I installed management studio onto the deployment machine and opened two versions of the application, one as user and one as administrator. When I query:</p> <pre><code>SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES </code></pre> <p>I see 21 tables on the one and 26 on the other, and the administrator is seeing less tables. It turns out that the user version, with 26 rows, is a previous incarnation of this database.</p> <p>Any ideas on why this is happening? </p> http://stackoverflow.com/questions/1787221/ssis-package-error-on-vista-iis-asp-net 0 SSIS Package Error on Vista IIS ASP.NET ulty4life 2009-11-24T01:21:39Z 2009-11-24T01:21:39Z <p>I'm having an issue executing an SSIS package programmatically in a web application during development on my machine. The package imports the contents of a flat file into SQL Server. The file path (data source) of the flat file connection is a local path on my machine, which is passed to the SSIS package as a variable. (All resources are local to the machine except for the SQL Server database.)</p> <p>Through package logging and a monitoring application, I was able to verify that the package is being executed as NTAUTHORITY\NETWORK SERVICE (which is defined in the AppPool). I've given permissions to both the SSIS dtsx package file, as well as the flat file to be imported. (I've even in desperation given access to "Everyone" and still get the same error.)</p> <p>When the package attempts to make a connection to the flat file, it generates an error: 'The file name "[full file path]" specified in the connection was not valid.'</p> <p>Error numbers, generic description as follows.</p> <p>Hex Error Code: 0xC001401E<br> Decimal Error Code: -1073659874<br> Error Name: DTS_E_INVALIDFILENAMEINCONNECTION<br> Description: The file name "__" specified in the connection was not valid.</p> <p>I've verified that the file path is being passed into the SSIS package correctly by copying it and pasting into windows' run dialog, which opens the file. I can also run the SSIS package in the package designer without incident.</p> <p>I discovered (thankfully) that another team member was able to run the package on his dev machine. When running the web application using the visual studio development server, the package executes as the logged on windows user account, and runs successfully. I was able to verify this by switching the web project settings.</p> <p>The theory then was that there are some weird internal permissions being applied to the network service account to prevent web applications from accessing certain resources. So I made an account on my machine especially for the purpose of running web applications, set the AppPool to use it, and gave it permissions to the necessary resources (SSIS packages, import files). Same error.</p> <p>My final theory is that somehow IIS in Vista or the AppPool or something is applying it's own permissions as top priority, preventing SSIS from accessing the flat file correctly.</p> <p>So, does anyone have any more knowledge about what is going on here? I'm OK for development because I now know to run the application using the VS development server if I want to use the SSIS import feature. We're OK for staging and production, because all those servers are running a non-Vista OS. But I'd still like an answer as to what is going on, and ideally how to be able to run the web application directly through IIS on my dev machine without having to use the VS internal web server.</p> <p>Any ideas are welcome.</p> http://stackoverflow.com/questions/1784584/vista-credential-providers 0 Vista Credential providers Ehtsham 2009-11-23T17:11:51Z 2009-11-23T17:11:51Z <p>hi i am using the samplecredentialprovider for vista it works fine with local users login but it is not let the domain user logged in on domain can anybody help me how can i do this</p>