ManjuVijay's Q&A profile
Windows Live Developer Forums Can't get the AppID
Hi there! I am trying to get an AppID to start working with the search API. I am following these instructions http://msdn2.microsoft.com/en-us/library/ms814891.aspx but when i browse http://search.msn.com/developer to get the ID i receive a 'page not found' . Could anybody point me to the right place to get the ID thanks a lot! David Salgado http://search.msn.com/developer is the right place to get the AppID. What market are you accessing this url from Fan ...Show All
SQL Server Lookup Transformation has a strange behavior.. bug?
Hi to all! i hope that You could help me, because i must build a release version of my SSIS package in 2 hours.. This is my big issue: i've a SQL Server 2005 (SP1 64bit version) and a remote SQL Server 2000 (SP4).. I've created a Data flow task that contains an OLEDB source (native client on SQL 2005 local server) and a Lookup Transformation that has to connect to remote SQL Server 2000 and returns me some columns.. I see all, tables, columns.. no problem at first sight.. I choose some columns to use in Lookup output and confirm.. When i re-open my lookup task, columns are not selected (checked).. obviously my oledb destination can't see that cols.. I choose, but my SSIS don't store any cols in output.. I've tried using error output, adva ...Show All
SQL Server Database deployment with VisualStudio 2005 Express vor Windows Vista
I want to create deployment for MS SQL 2005 Express database, that creates database, tables and inserts data. I have made a similar with VisualStudio 2003 and MSDN http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnmsde/html/msdedepl.asp _r=1 For Windows Vista it won`t work. I have tried to create with Visual Basic 2005 Express, but I didn`t get how can I do it with ClickOnce. If you can help me, I`ll bee thankful!!!! I'm not sure what your exact problem is, but you may want to check here first: http://www.microsoft.com/sql/howtobuy/windowsvistasupport.mspx Buck Woody ...Show All
Audio and Video Development JScript
Hello, I am brand-new to HD DVD authoring so apologies if this is an obvious question. I'm coming from the web development world, and am looking to port several items of "bonus content" from the web onto HD DVD. More specifically, there are several simple applications (mostly games) that I have written in JScript that I would like to repurpose for distribution on disc. But what I have not found is any reference as to what elements of JScript are compatible with HD DVD interactivity. Obviously the browser-based objects (window object, etc.) are N/A, but are there are also specific data types, variables, operators, objects, etc. that are not supported If there's a tut or reference on this anywhere, that would be great. Thank ...Show All
Visual C++ it is neither a .NET assembly or registered Activex Control
Hi, I try to add a TestEngine.dll from CSR website to my VC++ .Net 2005 but I saw the error message below "Could not add a reference to file ‘TestEngine.dll’ because it is neither a .NET assembly or registered Activex Control." May I know what is the procedure to add this dll file Very appreciate if any help provide. Thanks. If it's not an .NET assembly or Active X control then I suppose it is a normal dll and in that case you need a lib file for it, a TestEngine.lib file. If you have such a file go to Project Properties, Configuration Properties, Linker, Input and add TestEngine.lib in Additional Dependencies field. ...Show All
SQL Server Access2000 Database(table) replicated to SQL 2000/2003 server
I'm trying to replicate a table(s) in access 2000 to MS SQL server 2000/2005 programatically on a timed instance and then have these tables merged in SQL to create one table. Any guidance appreciated. Thank you, This isn't possible to do from MS SQL Server side using built-in Replication, Oracle is the only non-SQL Server database that can be published (in SQL Server 2005), you may want to post your question in an Access forum. ...Show All
.NET Development Sending a message from one application to another
Hi All, I am using DllImport of user32.dll to access the SendMessage function in the windows api. I need to send a message from one application to another. I can send the message and receive the message with wndproc of the receiving application. I need to send a string of data so I am using the LParam of the message structure: [DllImport("user32.dll",EntryPoint="SendMessage")] public static extern IntPtr SendMessageA(IntPtr hwnd, uint Msg, IntPtr wParam, [MarshalAs(UnmanagedType.LPStr)] string lParam); //here is the code that sends the message: string str_Tmp = "a message"; Wrapper.SendMessageA(p.MainWindowHandle, 5201, m.WParam , str_Tmp); //here is the code that gets the mes ...Show All
SQL Server Training
Whose training courses would you all recommend Ideally, I would like a data warehouse modeling course that discusses Analysis Services 2005 secondarily. I usually recommend this book: http://www.msftdwtoolkit.com/Index.htm . I have not been to their DW-cources yet but the book is really good. They have also a site dedicated to general DW-design problems that is relevant for the SQL Server BI-platform and other competing technologies. www.kimballgroup.com I do not gain anything for recommending it. HTH Thomas Ivarsson ...Show All
Visual C# Video and Audio
Hi Is there a way to capture video audio in the c# .net Hi, Avi You want to dev a "movie capture" to record something on the screen, right Here I found some sample and useful info about it : http://www.codeproject.com/cs/media/directxcapture.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/directshow/htm/amcapsample.asp Thank you ...Show All
Visual Studio Express Editions Cannot install VC# Express
I have tried unsuccessfully to install VC# Express several times over the last few days both from the download now link and from the .ISO image. Here is the install log from my latest attempt. [11/14/06,18:47:50] Setup.exe: [11/14/06,18:47:50] Setup.exe: ========== Logging started ========== [11/14/06,18:47:50] Setup.exe: ===================================== [11/14/06,18:47:50] Setup.exe: GetGlobalCustomProperty({481CEF9F-033A-11D3-ACE2-00C04F8EEBA1}) [11/14/06,18:47:50] Setup.exe: GetGlobalCustomProperty(B51015E7-26A5-4c8f-B871-26ABA9BEFB65) [11/14/06,18:47:50] Setup.exe: Command line parameters: [11/14/06,18:47:50] Setup.exe: entering ISetupManager::RunIntro() [11/14/06,18:47:50] Setup.exe: LoadSetupDatabase() [11/14/06,18:47:50] Setup ...Show All
SQL Server SQL Server vs. XML Configurations
I have been experimenting with both XML and SQL Server Configurations. Management would really like to go with the SQL Server Configurations, but I seem to be having problems with them. The main goal is to be able to create a configuration for each connection and have every package refer to its specific configuration, therefore in the future we could change say our SA password and only have to update this in a few places rather than for every package. In order to experiment with the problem I am having I developed 2 identical packages, except one uses SQL Server Configurations and the other uses XML. The configurations save the exact same properties. With the XML package I can go into the configuration file and change say the passwor ...Show All
Visual Studio 2008 (Pre-release) streaming webcam video inside WCF
bit of a newbie, I am trying to stream video from a webcam inside a web service. I am having little or no luck finding decent information about using webcams with WCF. Any information would be greatly appreciated. I am using AVICAP32.dll to allow me to preview and record the video from the webcam. I have not tried using the system.io.stream to access the webcam yet. The end result for what I am trying to accomplish is to preview, stream, record, and take pictures at an preset interval. So far the preview, record, and take pictures at interval is working but have not found a way to easily incorperate the video into a stream. I appreciate all the help on this. ...Show All
SQL Server For each Loop Container do nothing inside
Hi, A very strange thing happened to me. I have a package that includes two For each loop containers. Each container has script tasks, sequence containers, etc. Both are Foreach ADO Enumerator basis. It works without any problems until I changed the position of one of them in the Control flow and added some code in the script task. After these changes I executed the package and both of For each loop containers did not execute the tasks inside of them, any task. However the execution color on the containers was green (success). How can it be Your help is much welcome. Thanks in Advance. Joao Cruz Not enought nformation to tell really, but likely related to the code i ...Show All
SQL Server how to write SQL using Expanding Hierarchies?
hi all, How to write sql using Expanding Hierarchies Don't use stored procedure/function, just SQL statement. Thanks! for example: table: Parent Child ---------------------------------- ---------------------------------- World Europe World North America Europe France France Paris North America United States North America Canada United States New York United States Washington New York New York City Washington Redmond Results: World North America Canada ...Show All
Windows Forms The selected rows aren't displayed
Hi I have a DataGridView control in my C# application and i want to select some rows in this control in the Load event of the containing form of the grid. The problem is that the rows aren't displayed as selected. The same code i use when a button is pressed (after the page is loaded) and it works fine. Is this a normal behaviour What should i do to select some rows before display de window with data grid Thank you Yes, the ImportedFileCollection class is not a part of .NET Framework. It represents a collection of ImportedFile objects. The ImportedFile class is part of the data access layer and it represents a SQL server table record. This class was generated by a special program that generates C# c ...Show All
