Narayan19's Q&A profile
Windows Search Technologies WDS 3.0 & file servers
Hi, I just upgraded WDS from 2.6.5 to 3.0 on my workstation. But it looks like downgrading - there are no file servers anymore in the Desktop Search Options, just local disks available. And even these disks are not allowed to index because Fast Indexing Option is switched off ( I didn't use it - but for WDS 2.6.5 it was OK! ). Any suggestions Thanks for advise, For me it seems strange to develop a product replacing it by two different products with little support (no uninstall, description, what's new etc.). What is the idea behind this ...Show All
.NET Development what are the operationg system supported to run the vb.net 2005 built application?
Hello, what are the operating systems supported to run the vb.net 2005 built windows application . i.e... Is it possible to run an application in other OS (windows 2000, Windows XP Tablet PC and Windows vista) which is developed in VB2005, .NET2.0 What I am assuming is, if I install the .net framework 2.0 on the above Operating systems, then we can run the application without any issues... if my assumption is correct, are there any problem to install the .net framework 2.0 on windows 2000, Windows XP Tablet PC and Windows vista I have searched msdn blogs, forums and Supports. But there is no solution for my questions…. Please help! Thanks in Advance. Kesavan http://www.microsoft.com/download ...Show All
Visual Studio Blog post
Hi, for those interested: http://ajdotnet.wordpress.com/2006/12/02/got-gat/ Regards, Hi, nice to get feedback from (presumably) one of the authors :-) Regarding the last point: The point is not that you don't have access to the code model, I agree that you do. What you lack is the context information, i.e. the cursor position. With an addin you could do something like right-click on a class, select the "implement interface" menu entry, and be done with it. With GAT you could only right-click on the solution item of the respective file, then you would need a wizard to select the class to work on... not exactly the natural way to do this. That's why I used the words "not exactly suited". Please correct m ...Show All
Smart Device Development File Version Info On Windows Mobile 5.0 for PocketPC...
Hello all, I am currently working on a C++ project for a PocketPC with Windows Mobile 5.0 in Visual Studio 2005. I am currently looking for a way to get file version information, i.e. file version, product version, file modified date, file creation date, etc. The only way I could find was using the functions GetFileVersionInfoSize, GetFileVersionInfo, and then VerQueryValue, but when I ran it, it gave me an error saying: "The specified resource name cannot be found in the image file." I noticed in the documentation that these functions do not work for 16-bit file images, which may be why I am getting the error. Is there another way to get this information (i.e. one that works on 16-bit file systems) If not, what infomation ...Show All
Visual Studio Debugging VS2005 Dialog Box
I want's to debug what happen when VS2005 "Add new item" dialog box is click and what function were called when we create any file VIA this dialog box. What Can I do. When you click the Add New Item menu, VS 2005 shows a dialog with the item templates installed, scanning ItemTemplates folders like: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates C:\Program FIles\Microsoft Visual Studio 8\SmartDevices\Projects\ItemTemplates etc. which are also cached, AFAIK. When you select an item template, a wizard is invoked which adds the file to your project, or at least this was so in VS.NET 2003. The wizard typically receives a ProjectItems collection as parameter and it calls the AddFromTemplate / ...Show All
Visual Studio 2008 (Pre-release) [RC] Originator of message in net.P2P
Apologies for this fairly basic question - still reading up in the SDK. So, I have an app using net.P2P and a custom resolver and it works fine. However, it broadcasts the message and i'd like to be able to pick up an identifier (guid, IP Address or other) that will allow me to open a direct TCP connection to that user. What is the best way to get the IP Address (and port ) where the message originated steven http://stevenR2.com Hi ravi, Only now I read this post , but I have the same problem I want to be able to send direct messages between 2 peers , but how I know the addresses I listen on to publish to the other peers do you have some example for this or , for the minimum , the opt ...Show All
SQL Server How to match a Count Measure in Process Partition component in SSIS?
I have a facttable, and it point to a Partition. In Process Partition component in SSIS, it ask to match the columns of the facttable to the Partition's Measures. I try and found all the Measures need to be point, or it will cause a mistake. But the quesiton is , I have a Measure which counts the num of rows. What column of the facttable I need to point to it Thanks. Yes, I mean the "Partition Processing Destination", But your answer is not right, I think, I'm sorry. You said:Because a measure with "Count" aggregation uses a "Row Binding", rather than a "Column Binding", you should only need to specify the fact table, and not a specific column, for such a measure. But, W ...Show All
.NET Development Is this only possible in XPath 2.0
I can't fugure out how to write an xpath to do the following in xpath 1.0: Doc < Plane > < Seats Number =" 1 " Window =" No "/> < Seats Number =" 2 " Window =" Yes "/> </ Plane > I would like to concatinate the @Number & @Window fields on each node set returned Desired Results: 1^NO 2^Yes The problem is if I use concat in xpath 1.0 I only get a single string result. Any ideas we7313 wrote: In my example (which is just what it is) the attribute @Number on seat is not a sequence or count. It reference's a possition on the plan. Let me modify the XML example to make this clear: < Plane > ...Show All
SQL Server Grouping data by x-axis labels
Hey guys, I have thousands of records in the data source(i.e. Cube), which includes datetime information. I want to aggregate and present the data on a bar chart on monthly basis. That means the interval between the dates should be one month. Assume that the dates value will be labeled on the x-axis of the bar chart. I tried to find out the solution for many days. I will really appreciate if anybody give me some idea. Sincerely, Amde Yes, that is correct. The assumption, group expression for year is also correct. Thank you for your cooperation. ...Show All
Software Development for Windows Vista Vista and viewing streaming video crash
I am not positive this is the correct area to post this. I am having an issue watching streaming video using IE7 and WMP 11. The video is MLB.TV and it causes the computer to restart without an error message, is this due to lack of support or something else entirely Thank you for your help. Thanks for the reply. It was working fine yesterday and then today it screwed up. I'm guessing it was an update. Hopefully I can roll back and not have to reinstall. Thanks though. ...Show All
Software Development for Windows Vista How to implement a PersistActivity or refine SqlWorkflowPersistenceService's persistence behavior?
The out-of-box SqlWorkflowPersistenceService persists the running instance while being idled, saves only one data record for a workflow instance in persistence storage, and an UnloadOnIdled property to enable/disable this behavior. However, the above behaviors are not always expected in many scenarios, in which we want to much refinedly control the persisting of a concrete workflow instance. For expamples: 1) Shoud a Workflow have an UnloadOnIdled property? 2) How to prevent an Idled event from being resaied and persisting the current instance between CallExternalMethod and HandExternalEvent In my case the persisted instance can't go on from this point when WorkflowRuntime restarts, because the persisted data is all useless after ...Show All
Visual Studio Express Editions Switching to next control by pressing ENTER
How can I switch to the next TextBox (following TabIndex order) by pressing ENTER (in addition to standard TAB) Thank you! See the solutions in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=840943&SiteID=1 ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How to apply an effect to a mesh rendering?
I'm using the Model object that comes with the XNA framework and have a loaded mesh from 3dsmax rendering on the screen. My question is, how can I apply a pixel shaders to materials on the mesh when rendering For example, the engine of the craft I am rendering is a separate material and I want to apply a glow shader just to the engine. I know which sub-material it is but don't know how to set the pixel shader to be used in the mesh.Draw() function Any help would be appreicated. Thanks! Ok, I'm setting the effect now but how do I get it to render I set it by: foreach (ModelMesh mesh in myModel[1].Meshes) { for (int i = 0; i < mesh.MeshParts.Count; i++) { mesh.MeshParts .Effect = contentman.Load<Effec ...Show All
.NET Development Interop Thread Leak?
Hi, I'm hoping for a few pointers for tracking down a resource leak. I developed a VB 2.0 indexing application which is using FileNet's Capture COM objects and we're occasionally seeing a fairly serious leak. It doesn't appear to happen consistently (one user has never had one and I can't seem to reproduce it in my test environment), but it does occur regularly in production. I've been using various tools to poke around in a mini-dump (w/ full memory) and I've seen a few potential problem areas, but I can't seem narrow it down any further. Using PerfMon I found that the leak appears to be in private unmanaged memory. When I open the dump in WinDbg, I get this message: This dump file has an exception of interest stored in it ...Show All
SQL Server How to disable windows authentication?
How can I disable the windows authentication dialog box when opening the RS website http://server/Reports Thanks in advance Hi James, Yes, I didn't explain myself quite well on that last message. I was trying to avoid going to all the PC's and changing settings on IE, I was looking for an easier solution, from the server side. But what you proposed works. Many thanks! ...Show All
