El Masidy's Q&A profile
Smart Device Development PPC ROM access
Hi, i have only one question: Is there any way to access to ppc's ROM thanks Depends on what do you mean by "ROM access". E.g. loading DLL in ROM - does that constitute "ROM access" What exactly are you trying to accomplish ...Show All
SQL Server Long duration Pre-Execute phase
Does anyone know why SSIS sometimes just sits in the Pre-Execute phase of a data flow and does nothing It doesn't matter how elaborate the data flow is or the volume of data. It can sometimes take 80% of the task's run time. Are you able to monitor activity on the source system Perhaps the problem is there. A shot in the dark - perhaps the problem is the one documented here: http://blogs.conchango.com/jamiethomson/archive/2006/02/21/2930.aspx Just a thought!!! -Jamie ...Show All
Windows Forms Terrarium Templates Visual Studio 2005
I am currently running through the first tutorial that came with Terrarium v1.2 and I am falling at the first hurdle! The tutorial is written for visual studio 2003 and says that when creating a new project to use the C# Terrarium template. However, after installing the SDK and looking at the templates for vs2005 the terrarium template has not been added. How do i go about adding the template to vs2005 Thanks, xcox. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Building XACT project has failed error when building Spacewar
Building XACT project has failed error when building Spacewar Starter Kit i have latest version XNA Game Studio Express, XNA Framework, DirectX SDK any tips thanks =) the first project is builded perfectly but when i start game i see only white window... nice game =) at building rocket commander i got same error as in spacewar i think it is necessary to reinstall windows it will solve all problems -_- ...Show All
Windows Forms How can i create a xml file from typed dataset - Need Help
HI, Give me some idea to create a xml file from typed dataset. Let me explain my problem.. I have the xmlschema with multiple parent and two child ). see ex: below < xml version="1.0" encoding="utf-8" > <xs:schema id="XSDSchema2" targetNamespace=" http://tempuri.org/XSDSchema2.xsd " elementFormDefault="qualified" xmlns=" http://tempuri.org/XSDSchema2.xsd " xmlns:mstns=" http://tempuri.org/XSDSchema2.xsd " xmlns:xs=" http://www.w3.org/2001/XMLSchema "> <xs:element name="Information"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string" /> < ...Show All
SQL Server Saving a Cube Structure
Hello, I'm looking for a solution to save a cube stucture(and virtual cube) , in order to import it to another server (servers aren't accessible each other...). Thus, I won't have to redo the cube from scratch in the other server. Thanks !!! I remember seeing a metadata scripting tool for AS 2000. Try searching for it, it might spare you the hassle of archiving and restoring data alon with the metadata. Edward Melomed. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All
Visual Studio Team System How to publish (clickonce) a solution
Hi, I havent been able to find anything to help me to do this. I can do this manually thru the IDE, but not thru the Build Types. What do I have to place in the Build Type to get the program and its files published to our website I tried the following with no luck I just get an Entry Point error and I dont understand why. Please help. ======== < GenerateApplicationManifest AssemblyName = " AdminUtilGUI.exe " AssemblyVersion = " 1.28.1.0 " EntryPoint = " @(EntryPoint) " OutputManifest = " \\dalxpdss\DMDB_CODE\MARS Branch Project\DailyBuild2\Sources\daily build\MARS_Platform\Tools\MarsServerAdmin\SysAdminTools\obj\Release\AdminUtilGUI.exe.manifest " > < ...Show All
Windows Forms Integrate IE into WebBrowser class
I want to add the address bar and menu bar of Internet Explorer into my WebBrowser class form under C#. Is it doable If so, would somebody please give me a hint of how to do that not entirely doable but you can make your own. Simply add a drop down list on your form and add a button like "GO" or something and implement the selectedindexchanged event of the dropdownlist (combobox) so when the user selects a URL, you will navigate to it. Example: private void comboBox_SelectedIndexChanged(object sender, EventArgs e) { if (this.comboBox.SelectedIndex > -1) { this.theWebBrowser.Navigate(this.comboBox.Text); } } and perhaps implement the keydown event so you c ...Show All
SQL Server How to add columns at run-time?
I have a table: column1 column2 column3 column4 data data data data data data data data I want to create more columns at runtime, what should I do desired output: column1 column2 column7 column3 column4 column5 column6 data data data data data data data data data data data data data data The number of columns to be added is random. Please help. Teo Lachev wrote: Assuming you installed them during setup (under Client Tools), by default the samples are installed in the C:\Program Files\Microsoft SQL Server\90\Samples\Reporting Services\Report Samples\AdventureWorks Sample Reports folder. I don't have a Samples folder ...Show All
Software Development for Windows Vista No Net Send on Vista?
I have deployed Vista on 2 machines 64 Bit AMD machine and a pentium D processor 32 Bit machine. I wanted to use the Net Send Feature of Windows But unfortunately I am not able to cofigure it through the My Computer -> Mange-> Services Screen... There is no "Messgenger Service" to start of stop. Is this service still supported or it has been made obsolete or does it run under any other name or anything else needs to be done to get it working Please help... Chanakya! If you can not issue MSG / from a dos prompt, I suggest you open a ticket with MSFT. This should be part of the Vista Base OS. ...Show All
Visual C++ Create a dialog box in a COM dll without CWinApp
Hello! I try to build a COM dll addin which is designed to work together with an external application.. an exe. The dll is not using CWinApp. In the same time, I can’t add DIRECTLY a resoursce - a dialog window in this dll. From the addin point of view I just can obtain almost everything i need from the exe: the application, view, or document objects of executable. It is still possible to insert a dialog box in this addin, which need to communicate with the exe, and put some buttons, and other stuff in it For exemple i need a simple dialog box created inside the dll which has one button, and allow me to selected some screen entities from exe working area. I repeat, is now way to work with CWinApp inside dll. Kind regar ...Show All
Visual Studio Express Editions Process.Start help!!!
Alright, Im real new to VB, so take it easy on me... When I enter a code ( Process.Start) I always get an error. When I try to enter a locaton " Process.Start(C:\Documents and Settings\Compaq_Owner\ My Documents\Example.exe)" I get a wavy line under the "\" mark, when I run my curser over it, it says syntax error. And there is a small box under the "C" that turns " Process.Start(C:\Documents" to Process.Start(C):\Documents and then another wavy line apears under the "C" that says "Name 'C' is not declared." PLEASE SOMEONE HELP ME!! Please ...Show All
SQL Server OLEDB Destination performance decreasing drastically over time for large input files
Hi, We are processing 60,00, 000 rows(2 GB file) available in a flat file and loading them in to a database tables using OLEDB Destination components. In the data pipeline of an SSIS package we have 1 flat file source reader, 7 look up components(full cache mode), 1 multicast component and 2 OLE DB destinations with fast load option. We have observed that first 10,00, 000 rows are processed and loaded in to target tables in just 4 minutes time. The second set of 10,00, 000 rows are processed in 15 minutes time. After this for processing each 1,00,000 rows SSIS is taking approximately 8 - 10 minutes time. We are not able to identify the reasons for the unexpected behaviour of SSIS. We thought that as the input file size is ...Show All
Visual Studio Reacting to Tools->Options changes in custom project
Here is my scenario, I have a custom project and have also implemented some custom Tools->Options pages. Some of those options in the pages I created can deal with how the project is to be displayed. What I am having a hard time finding a way to do, is react when the Tools->Options page is closed. I've tried looking for a command that may come into the projectNode from one of the Exec() statements with no avail. I also tried going through the DTE.Solution.Projects list on save of my options to see if any of my projects are in the solution. The issue here is that all of my projects come back as ComObjects that I can't cast into my project type to call a method on my project to refresh its view. I'm assuming there is a way ...Show All
Visual Studio Team System How to build only project, not soluion.
Hi, My VS solution has many projects and I want to use TFS Build Type to create a script to deploy one project (or specified projects) only, but found that Build Type default create <SolutionToBuild/>. However, in the real world, one solution contains lots of project, and I do not want to deploy a whole bunch projects. Does TFS Build support certain syntax which only build Projects ! Thanks for your precious reply. Take a look at this post, you have a workaround here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=500820&SiteID=1 ...Show All
