Fwank79's Q&A profile
Windows Search Technologies index automatically or schedule index time for new items
Hi, I was just wondering if there is a way to automatically index when I or <user> logs in to the system. Or if there is a way to schedule a time to index new items. Thx If Paul is describing WDS on a networked workstation and not just a local workstation, I have to disagree w/ Paul about WDS running while not logged into the system. I have a workstation that is configured to index a fairly large network directory (1000's of files). While monitoring the network utilization of the server, I noticed that the bytes received is negligible while my WDS workstation was not logged in. I logged the WDS workstation in and let it get to an idle state so WDS indexing can begin. This causes the network utilization on the server to star ...Show All
.NET Development Problem with a configuration file
Hello, I have this configuration file: < xml version="1.0" encoding="utf-8" > <configuration> <configSections> <sectionGroup name="publishers"> <section name="publisher" type="System.Configuration.NameValueSectionHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" allowDefinition="Everywhere" /> </sectionGroup> </configSections> <publishers> <publisher name="HotWired"> <add key="regEx" value="^http://hotwired\\.goo\\.ne\\.jp" /> <add key="pathDestinationFile" value=&quo ...Show All
Visual C++ Edit and continue in VS2005
Hi, I just recently started to use VS2005. I am trying to use the edit and continue function, but for some reason it desn't work. I have it enabled in the project options (check mark). when I change the code during debug I get this message: "This source file has changed. It no longer matches the version of the file used to build the application being debugged." Then I have no coise but to click "OK" and forget about the change I just made What could be wrong Thanks! Thanks james and all, It was the project specific settings. I had some weird behaviour though: I created a function that does nothing but return true. Then, I set a breakpoint on the return tru ...Show All
SQL Server Dimension processing taking too long
A regular dimension with some hierarchies is defined. StorageMode:Molap ProcessingGroup:ByAttribute ProcessingMode:Regular then on processing this dimension individually, why is a "select distinct" from the relational table done for each attribute of the dimension separately and finally a select distinct <all attribs> is done in one query. What is the purpose of this this slows down processing for a large dimension table. This is not done for rolap dimensions though. Is there a way to speed up processing for Molap dimensions. Also what is the significance of the ProcessingGroup property for a dimension Regards mat Processing by table seems to process all dimensions from t ...Show All
Windows Live Developer Forums Where is Firefox support?
Does anybody have any ideas why my site loads in IE7 but not firefox 2.0.0.1 I have tried the work around from Marc Sutton (Codev Ltd) but it doesn't seem to have resolved anything. If anyone code take a look I'd really appreciate it. http://www.gisconsultancy.com/photomap/photomap.html Kind Regards, Rob Thanks for the observation David, I just looked at the link in the first post and heres what I think the culprint: "missing } after function body" " GetMap is not defined" There's a missing brace in the getmap function which is causing the crash at the moment ...Show All
Windows Forms Three tables and two datagrids. Is master/detail possible?
Hi there, I have three tables. Table A: Table B: Includes detail from information on A (1:N) in (A:B) Table C: Includes detail from information on B (1:1) in (B:C) I want to have two datagridview controls, one for data coming from A, and one for data coming from C. I want to select which rows to show from C, depending on which row was selected on A. A, B, and C are all stored in a dataset. I can easily do the master/detail arrangement from A to B (selection of one item in dg1 results in many rows in dg2). However I am having a hard time doing it from A to C. I only manage to see one row in dg2, (the first one). Any ideas how to achieve this Thanks in advance. Jordi ...Show All
Visual FoxPro single line command for set topic
I'm trying to type a command line that replaces two lines: Set topic to tableupdate() 'or any topic then help Is there any way to make this one line ...Show All
Windows Forms How can I apply sql commands on a dataset?
for example, I read data from a xml file into a data set, DataSet dSales = new DataSet(); dSales.ReadXml("Sales.xml"); How can I apply sql commands on the dataset dSales like, select sum(FQty),sum(FAmount) from dSales.Table["Sales"] group by F01 . Also take a look at DataTable.Select ...Show All
Visual Studio Express Editions BindingManagerBase Position_Changed Problem
Hey Everyone, I have a program that has several textboxes bound to 1 dataset which contains only one table. When the form loads, the data is displayed in the textboxes allowing the user to add, edit, delete, etc., as well as navigate through previously entered records. However, when trying to navigate through the records, it doesn't do anything. The recordCountLabel, which keeps track of the record number that is displayed, changes, but the first record stays on the screen. Here is a little of my code. Protected Enum Record RecordNum DDate Shift ATO Vehicle End Enum Private Sub Form_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load 'Loads data into the 'TripSheetI ...Show All
SQL Server Getting Data from SQL via TCP?
We have an application where we would like to query a SQL Server though we only have access to low level TCP packets that we can create to send/receieve data. So the remote client isn't really running an OS to speak of. There is no security on the client, so all Authentication would have to be generated in the TCP packets. I've looked at trying to Impliment TDS, though with the Licensing issues of legealing using it, we would run into issues. I've looked at SOAP/HTTP and it seems that you can only use Integrated Login and or SSL, neither of which are available to me. The only option that seems to be available to to create a webpage that takes as its parameters a DSN and the query, then just output the data back. Any othe ...Show All
SQL Server Microsoft Neural Network, how do I feed it ?
Hello there, I'm working with Analysis sevices 2005 developer edition. Looking through the documentation i becomes apperent that the NN algorithm takes 255 input attributes by default. This can be changed to any integer value, OK.... My problem is that I want to feed the network with 40000 input variables. In order to do so, I will have to do a select: SELECT fld1, fld2, ...... fld39999, fld40000 FROM tblSometable However, this is not possible, as the books online describes it is only possible to return 4096 columns from a select statement. Question : How do I populate a NN in AS2005, with nmore than 4096 inputs ! The limit may actually be smaller. SQL Server supports, I think, only 1024 columns Anal ...Show All
Visual C# Enum versus Domain objects
hi all, I have an enum (see below) which stores various titles: public enum Title { Mr, Mrs, Miss } When my form loads, it populates a combobox with these titles straight from the enum. The user of my application can either select a title from the combobox or can type in his/her own title (into that same cbo box). i.e. if that title is not available in the list. I want a good way of being able to store this title on the Individual object as a property. This property cannot be of type Title enum because if the user types another title, it will be a string. I then want to beable to attach logic to this property (if need be). For example, if the Individual.Title=Title.Mr then .... else .... etc etc. I don't want to com ...Show All
SQL Server metadata services for analysis services
Hi, I was wondering if anyone can tell me what options do I have to browse metadata for a cube built on Analysis services 2005. We would not like to buy a new thrid aprty tool for this. Does sql server 2005/ analysis services 2005 have a inbuilt option to view the metadata Thanks in advance. Try running an AMOBrowser sample applicaiton. You should be able to see all Analysis Services metadata. Another point here is: In version 2005 Analysis Services metadata is in XML format and it is easily obtainable. Go to the SQL Management studio, right click on any object and you can create a script containing metadata definition of the object. You can parce the XML yourself and manipulate it the way you want. Hope that helps. E ...Show All
Visual C# Typing in Visual Studio 2005 Text Editor is extremely slow
Has anyone else noticed that typing in Visual Studio 2005 is extremely slow Whey I type it seems that the screen is always 2 words behind where my hands are. It makes it extremely frustrating to get anything done. I'm mainly referring to C# code. It seems like Intellisense is going nuts trying to guess every word I'm going to type and never actually prints the characters to the screen. Has anyone else experienced this Is there an option I can turn off to get my text editor back ! By the way, I have a very fast computer with Dual 3.0 GHz Zeons with 3GB memory and everything else that should make "typing" very fast. I tried this solution, but made no difference for me. Typing is still dreadfully slow for larg ...Show All
Visual Studio ia64 and AMD64 Build issues
Hi all it is so happening that my exe which is built with configuration " All CPUS" is failing on AMD64 machines. it is erring by a message " the application failed to initialize properly (0xc0000135). click ok to terminate" Please respond Regards LivePenitum ...Show All
