guiticom1304's Q&A profile
Software Development for Windows Vista Access violation errors
Hi. I'm trying to make a DirectShow app in C++. I'm using Visual Studio 2005 Express, and I don't want to use .NET for various uninteresting reasons. I can get programmes to compile fine, but every time I try to run them it comes up with access violation errors. I feel sure there's something fairly simple and probably fairly obvious I'm doing wrong, but I really don't know where to start figuring out what that thing is. In this example, the violation occurs when I try to call pGrab->SetOneShot( true );. The really strange thing is that calling pGrab->SetOneShot( false ); works perfectly, or appears to (or rather, ...Show All
SQL Server Update existing columns
I need to create an SSIS package that updates columns in a table from columns in another database where the keys match. What's the best way to do this As with most things in SSIS there is more than one way of achieving this but the default method here is to build a data flow that extracts data from the "other" database, then use an OLE DB Command transform to do the update. -Jamie ...Show All
SQL Server DTS Legacy and SQL 2005
I am in the process of migrating to a new SQL 2005 server. I have a number of DTS packages on my SQL2000 server, approximately 200, that are used on a daily basis. I used the migration wizard to migrate the packages from the 2000 server to the new 2005 server however there are issues with the way some were brought over. I would like to have all of the packages moved from the 2000 to the 2005 server and appear under Legacy DTS so that I can run them as 2000 DTS packages unitl I have a chance to correct the issues. Here is where my question lies. The migration wizard migrates upgrades all of the packages. How do I move them from the one ...Show All
Visual Studio ReportViewer with inner join
Hi, I'm trying to create a report with two tables in which I've created a inner join in the dataset desiner. I run the query and it works fine. When I am in the report designer I create a table and then pull the fields over from the data source into the details area. I have to select them from the two tables in the data source window. When I run the report the secondary fields do not synchronize. This is where I am confused, shouldn't those secondary fields I added to the SQL Select statement with a inner join, be available to add to my report Shouldn't I only need one ObjectDataSource for my report What am I missing ...Show All
Windows Forms Creating a windows application setup with Crystal Reports
I created a setup for my windows application. My application uses a reports created on Crystal Reports 10. After install my setup on other computer, my application doesnt work when I click the report button: "Crystal Report Windows Viewer: Load report failed" Anyone can help me Hi, You'll have to add the merge modules for Crystal Reports in your setup. http://support.businessobjects.com/fix/merge_modules.asp ref=devzone_comaspzone_main Also read the provided pdf file for instructions on deployment... cheers, Paul June A. Domag ...Show All
Visual Studio Security settings of WebBrowser controls hosted in Visual Studio
Revisiting this post : I have also tried creating a tool window that hosts a WebBrowser control, but like this user points out, it appears to be inheriting the security settings of the VSBrowser and not honoring the security settings that I have specified through Internet Explorer settings. I have been doing some research, and from this documentation of the new security settings, it appears that the browser security might be per-process, therefore it looks like it is possible that a Web Browser control that I host inside Visual Studio might have no choice but to inherit the same security settings as the VSBrowser. Is it possible to ...Show All
Visual C++ creating a dll with unicode
hey guys, this is a very very simple question. i created a dll project win32 dll. now i am using TCHAR variable in there. and i added the _UNICODE in the preprocessors to make my TCHAR's wchar_t. but somehow its now wchar_t, they r still char's. so in other words, how can i make my dll unicode thx in advanced i deleted my upgraded project from VS2003 and created it again with VS2005 and it seems to be compiling now. ...Show All
Visual Studio Team System Deploy different projects to different locations?
Can one Build Type deploy different application projects to different locations (for example, deploy app A to \\server1\drop and app B to \\server2\drop ) Out of the box, this behavior is not supported. The easiest thing might be to create two different build types. Alternatively, you could override the CoreDropBuild target to force it to do what you want it to do. -Aaron ...Show All
Visual FoxPro Visual Foxpro tables locked by aspnet_wp.exe process
Hi! I'm currently using Visual Foxpro 9.0, .NET Framework 1.1, Visual Studio 2003 (VB) for web development. Everything's fine except this little 'quirk'. When i'm doing some testing, and try to open a table with VFP, i have the following message :File access is denied .... with the path of the table. The first solution i found (not very practical in a running environment) is to run a cmd-line and type iisreset to release any process or handle associate with the database. The second solution i found was to run Sysinternals Procexp, click on the aspnet_wp.exe process and close all the handles on the databases and ...Show All
Visual Studio Express Editions Searching a data base in visual basic 2005
l need to be able to search for a word or part of a word. as well l need help to code a button to add a record to the data base as well one to delete and one to save. Anyone able to help me with this. it would be most helpful. To search for part of a word use a LIKE clause in your SQL. Have you tried msdn.microsoft.com Sites like www.codeproject.com also have lots of articles on this sort of commonly asked stuff. ...Show All
SQL Server ConnectionString
Thanks for the reply, this is what I have tried: E134017 is the name of my computer on the LAN \\E134017.nw.nos.boeing.com is the full path I think also \\E134017 can also be used to identify my computer to others on the lan/ The following connection string will work on my workstation only, others computers cannot find it or sql won't honor their request for data. con As New SqlConnection("Data Source= E134017 ;trusted_connection=true;Initial Catalog=Database1") I have also tried this string which runs locally but not from another lan location. con As New SqlConnection("Data Source=\\ E134017.nw.nos.boeing.com ;trusted_connection=t ...Show All
Smart Device Development Derived ComboBox Designer/Component Error
I am using VS 2005 Beta 2 for a PocketPC 2003 VB project, developing with a physical device. I am trying to derive my own ComboBox control, and then drag it onto a form. My code for the derived ComboBox is simple so far, the class just inherits from ComboBox and provides a default constructor which calls MyBase.New(). My problem is in using the designer. I can see my new component in the toolbox, however when I drag it onto the form I get the following error: "Failed to create component 'ListCombo'. The error message follows: 'System.InvalidCastException: Unable to cast object of type 'Microsoft.CompactFramework.Design.UnsafeControl' ...Show All
Visual Studio 2008 (Pre-release) Presentation Host has encountered a problem and needs to close.
Hi, I am creating a Avalon Express Application and I have one button which has the click event and I am writting the code in the respective page.cs file. < TextBlock DockPanel.Dock = " Top " Margin = " 15,10,10,10 " > < Button Width = " 60 " Height = " 30 " Click = " btnSave_Click " >Save </ Button > </ TextBlock > The application is loading, but when I am clicking the button it says that "Presentation Host has encountered a problem and needs to close." Is anybody come across same problem Can anybody help me to solve this problem Thanks Rakheesh did u ...Show All
Visual Studio Tools for Office Outlook Addin doesn't work
I've tried to create a simple test application to prove that I can create an Outlook addin by using Visual Studio 2005 Team Suite, and Office 2003 Professional, but I can't get it to work. When I debug my application, it appears to run. Outlook starts up, but none of my addin logic is performed (to simply create a new e-mail message). In Outlook, when I check Tools > Options > Other > Advanced Options > COM Add-Ins , I can see my addin in the list, but it is not checked. If I check it and click OK, I would expect it to remain checked when I reopen the COM Add-Ins dialog box, but instead, it appears unchecked again! Is ...Show All
Visual C++ VS 2005: Custom build step is not executed for static library project.
I've experienced a problem after migrating my Win32 static library project from VS2003 to VS2005. The custom build steps are not executed even if I perform the rebuild of the project. Custom build step is executed only in case if any project settings are changed while project loaded to IDE, but after project reloading the problem is happen again. I found that problem is reproduced also for new created static library project in VS 2005. Stet to reproduce: 1. Create new Win32 static library project. 2. add custom build step 3. perform rebuild, custom build step is executed correctly. 4. unload project and load aga ...Show All
