ArnieM's Q&A profile
Windows Forms How can i trace and download whole web site ?
hi, all recently i have seen a software which take the url of site and save whole site on our desktop. how can i do with dot net . any idea Regards RAJAT ...Show All
SQL Server Rebuilding dimensions with huge fact tables
Hi, I have a dimension which is used in two Measure Groups. It has many levels (let's say 10). One fact table handles level 1-8, the other 8-10. The facts are huge, about 2 billion records for the first table (for level 1-8) and 100 million records for 8-10. We discussed a fitting partitioning schema and this will not be the big issue. Our problem is, that in the last levels (9-10) members can move from one parent to another. That means that the dimension structure changes, it has to be updated which also means a reprocession of all partitions related to this dimension. This is really a problem because of the first fact ta ...Show All
Visual Studio Tools for Office VSTO question
Hi all, I'm studying the option of using VSTO in a messaging project, if I use the office object programatically , is it neccesary to have the office software on the PC. Let's say that I create a document file by using database fields combination, and send the created file over outlook, all of the by code. Can the other side read the document without the word application if I give hime an interface to read it . Please help. Best regards... Wasim, So, if I understand your question, you are trying to understand best practices around sending a VSTO-enabled document to other people via email ( ...Show All
Visual Studio Tools for Office What action can change .dot file
Hi, We've developed VSTO 2005 Word Application, which uses our own template file(xyz.dot). However, when users close the document, they get prompted for save of normal.dot file - WHICH we don't use in our application. This happens only for few users. (If they open normal word doc, there is no prompt). This is the sequence of events which happen in Doc_Load - Create custom toobar dynamically - Enable/Disable menu items , based on few rules - Attach our application's template ( xyz.dot) - Attach an XML Schema Activities during doc edit session, would be one of the above only. No additional steps being done. My Question ...Show All
Windows Forms Firewall/Proxy Question
Should I be able to use the .Net Terrarium in Terrarium Mode behind a firewall Yes definitely. I commonly run the Terrarium client in Terrarium mode on my laptop without even a network connection. The new version update check (5th led) will of course fail in standalone mode. It has been awhile since the version update check w ...Show All
SQL Server URGENT! - - Unable to connect to SQL 2005 Server
Hello, I have a SQL 2005 Developer edition server, its freshly installed. I am unable to connect up to the server using the server IP. I just get a error message, when I do a port scan on the machine, it shows port 1433 is closed. I have gone into the SQL server configuration manager, and the TCP/IP port is enabled. I dont have firewall enabled on my windows XP pro SP2 machine , nor do I have any anti virus programs on this machine. clean install machine. what could be causing this Kind regards Andrew Andrew - check this link: http://support.microsoft.com/Default.aspx kbid=8422 ...Show All
Visual Studio Team System Teambuild: Customizing the e-mail sent when a build completes.
Hi all, I'm looking at customizing the email sent by TFS when a build completes. I found the XSL file defining the format of the mail (C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\bisserver\events\EventSchemas\BuildCompletionEvent.xsl) but how can I do the following: _ Change the subject of the mail (I would like to tag it with SUCCESS or FAILURE) _ Modify the XML on which the BuildCompletionEvent.XSL stylesheet is applied to include additional data (by the way, how is that XML generated ) Thanks, Pierre-Yves Troel .NET Lead Developer Ayuda Media Systems You cannot Modify the generated xml, as it is ge ...Show All
SQL Server CREATE INDEX statement for SQL Mobile not documented?
Hello, I'm unable to find documentation for the CREATE INDEX statement for SQL Mobile. DROP INDEX is documented however. Is this a known issue or am I missing something This can be seen here: http://msdn2.microsoft.com/en-us/library/ms173440(en-US,SQL.90).aspx If you scroll the left pane up a little, you will notice that CREATE INDEX is not in the tree. Am I missing something Thanks. Finally it is live in SQL Mobile Books Online @ http://msdn2.microsoft.com/en-us/library/ms345331(en-US,SQL.90).aspx Thanks,. Laxmi Narsimha Rao ORUGANTI, MSFT, SQL Mobile, Microsoft Corporation ...Show All
Visual C# Can I trigger timer interval of 24 hours?
Hi all, I would like to perform a job daily. May I know how to trigger a timer of interval 24 hours to perform the job Can anyone please help Thanks Why not just create an application and add it to scheduled task Start -> Control Panel -> Scheduled Task -> Add Scheduled Task It's easier this way, and you are certain that your scheduled task will executed on your specified time of day without worrying of thread breaks. Regards, -chris ...Show All
Visual Basic date command in vb 6.3
I've got some code wrote for me some time ago in vb to run on a word document. we only run it once a year and we've upgraded our pc's to office 2003 since last year. Now when i go to run teh code it's compaining about 'Date' and 'Date$'. this is the line : [InvoiceDate] = Format(Date$, "dd/mm/yyyy") and the error wehn i try to run it says; compile error: can't find project or library and highlights Date$ i got round this by commenting out the line as it can run with out it but then it falls over later on the line If CVDate([InvoiceDate]) > Date + 31 Then with the same complaint about Date. it seems to have f ...Show All
Visual Studio Express Editions Small textbox, read file error
Hello I'm testing a code verification (people entere a code and then the code gets written to a file and read by the program to change labels and acces to certain parts of the program). This is the code I used: Dim var1 As String TextBox1.Text = var1 My .Computer.FileSystem.WriteAllText( "c:\test.txt" , var1, True ) Dim filereader As String filereader = My .Computer.FileSystem.ReadAllText( "c:\test.txt" ) If (filereader) = ( "12345" ) Then TextBox1.Text = "testuser1" But when I press the button that makes this run, the file is created, the text but the text (var1) is not written. I ...Show All
Visual Studio Express Editions Hoe to write a simple plugin for Visual Studio Express?
Hello, I have written a application specific(for Systemc kernel) profiler which records the statistics for a proces. I write these data into a file now.. I would like to display this information into a graphical view inside the IDE. I have developed plugins in the past for visual studio editions(6.0). I am not able to find a plugin project for Visual Stidio Express.. It is not available for this edition That will be really unfortunate.. since otherwise, Visual Studio express nicely meets all my needs and customers Is it in roadmap that plugin devlopment or atleast deployment will be supported in future editions of VS express Rega ...Show All
SQL Server sql server lockup after strange error in log, help please.
Can anyone help me solve why my server is locking up. We're running sql server 2005 ent on a 2 cpu dual core server. With 3gig. Once each the last couple weeks, the machine has hung and the only thing I can find that's suspicious is on the sql server log. It's below. After the excerpt is about 50 more different memory errors. As far as I know there's no ssl configured for log in, it mostly uses private lan cards for security between it and the web/application server. 05/31/2006 14:39:48,spid2s,Unknown,MEMORYCLERK_SQLQUERYEXEC (Total) <nl/> VM Reserved = 0 KB <nl/> VM Committed = 0 KB &l ...Show All
Visual Studio VSS 2005 WebService problem
Hi hi. I'm trying to use the new WebServices in VSS2005. After fiddling around, reading through the forums and doing some more fiddling I've just given up. The problem is authentication. I can open the share from my computer, open the project from the share (with the non-internet version of the VSS plugin) and open the webservice url from my computer. I've tried doing SSL, but the result is the same. If I directly open a project under source control I get "VSS Web Service could not open the database". *but* if I use Open project.. and then use the "SourceSafe (Internet)" option to navigate to the .sln file in the VSS database and open it - t ...Show All
Visual Studio Express Editions VB + SQL server vs Access
I am very new to programming etc so I may be misunderstanding the situation, but my question is this: VB.Net Express is a programming language which comes with database functionality via SQL Server Express, whereas Access is a Database which is programmable via VBA. So, if one is developing a (fairly simple) database based application what are the pros and cons of using one set of software tools versus the other Thanks for any insights. Eric I never did program in VBA or VB6..... I do have a History though but History is History...... VBA, VB6, Access Data bases, Arrays, Etc. are History.... Why Persist ...Show All
