Reggaeton_King's Q&A profile
Visual Studio Tools for Office Word application with cached data
I'm developing a word application with cached data. The application can modify the data with the cached attribute. When I save the document the data seems to be updated, but if i close and reopen the document I got an old version of the cached data. For example I create a VSTO Word Project with a string with the cached attribute. In the Startup event I save the document and in the BeforeSave event I increment the data and show it. Like the code shown below: Public Class ThisDocument <Cached()> Public TestString As String Private Sub ThisDocument_BeforeSave(ByVal sender As Object, ByVal e As Microsoft.Office.Tools.Word.SaveEventArgs) ...Show All
SQL Server Very Lost while trying to Configure “Web Service Identity”
Very Lost and very Frustrated Hello all, I am going to try to keep it short. Been banging my head with this SQL 2005 Reporting System. My system configuration is as follow: Windows 2000 server – (all services packs install) Microsoft SQL Server Management Studio 9.00.1399.00 Microsoft Analysis Services Client Tools 2005.090.1399.00 Microsoft Data Access Components (MDAC) 2000.085.1117.00 built by: (_sqlbld) Microsoft MSXML 3.0 5.0 6.0 Microsoft Internet Explorer 6.0.2800.1106 Microsoft .NET Framework 2.0.50727 ...Show All
Visual FoxPro Date range in a *.prg
I'm writing a little program and instead of having to fill in the date range throughout how do I write a variable for the 2 date fields. Example of an excerpt is below but the program has 17 more date lines all with the same range to run on a bi-monthly basis. SELECT Fforder.order_no; FROM ffdbc!fforder; WHERE Fforder.order_date BETWEEN {01/12/2005} AND {31/12/2005}} SELECT Fforder.order_no; FROM ffdbc!fforder; WHERE Fforder.order_date BETWEEN {01/12/2005} AND {31/12/2005}; AND Fforder.donor_last = "FFJ" SELECT Fforder.order_no; FROM ffdbc!fforder; WHERE Fforder.recall BETWEEN {01/12/2005} AND {31/12/2005}; AND Fforder.desp ...Show All
Visual Studio 2008 (Pre-release) No WPF vista RTM?
Hi All, I seem this report that vista may not come bundled with wpf, can this be true "The January WinFX CTP will run on Windows XP and Windows Server 2003 but not on any beta or CTP builds of Windows Vista or Longhorn Server. Microsoft's plan remains for WCF, WPF and WF to be integrated into Vista, however, company officials reconfirmed." The release notes do indeed conflict with each other weather Jan CTP will run on vista. Its does: http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx Its doesnt: http://msdn.microsoft.com/windowsvista/support/relnotes/winfxjanctp/default.aspx Are you seriously c ...Show All
Windows Search Technologies Preview problem
I have Microsoft Windows Desktop Search installed on a number of computers but on one the preview is not working. No e-mail, contacts etc are previewed. Only a message saying in Swedish "Det gar inte att visa en forhandsgranskning" (approx "preview can not be shown") is shown. Any ideas what to do Thanks Anders Sneckenborg Hi Anders, Just a few quick questions.. Is Outlook Open while you are trying to index it What version of Outlook are you running Do you know if there are any group policies or machine preferences in place that may stop Outlook from indexing the Exchange Server directly E ...Show All
Software Development for Windows Vista Scalability for Hosting Multiple Instances in a Single Workflow Runtime
Hi, I would like to know the maximum number of workflow instances that a single workflow runtime can handle at the same time. Is it just dependent on the server hardware hosting the workflow runtime or there is a maximum number of workflow instances to be hosted in a single runtime. Hi Akram, The maximum number of workflows that can run simultaneously in a single workflow runtiem is the same as the number of Clr threads available for the process. Typically this is 25 for Single proc machines and 100 for dual proc or server machines. You can control the number of instances that can be run by specifying the number in the ...Show All
Visual Studio Express Editions Running Visual Basic 2005 Express edition once installed
Hello, I installed visual basic 2005 express edition on computer. How to run it, once it is installed Thanks Thanks! Not sure why did not appear on desktop or in the program files folder. ...Show All
Visual Studio Export Drill Down Report
Hi all, I've been search high & low for months now for a solution regarding my problem, and I'm about to give up & think that its not possible. I'm using VS2003 VB.NET & Crystal Reports Dev 10. I would like to export the "current" drilled-down tab result programmatically. Is there any way to do this When I try to export using VB, I always export the "whole" report. And not the "current" drilled-down tab. Please help and enlighten me on this. If its not possible, then at least I'll know and stop attempting to look for a solution. Thanks, Henry :) ...Show All
Visual Basic Help needed for beginner
I am writing a program, of which part is to copy all files, folders and subfolders from a provided source location to destination. When I run the code as shown below, if there are more than 2 subfolders in depth, or the source is on a CD then I recieve the following error: "An unhandled exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll." "Additional information: Access to the path 'C:\New Folder\Autorun.inf' is denied" I do have NTFS permissions to the folder and I am the local admin. Does anyone know why this is happening strsrc is D:\ (a win2k cd) and strdest is C:\new folder. I hope some ...Show All
SQL Server Constraint and Linked Server query problem
Hi, I've got a problem querying a remote table via linked server (SQL Server 2000 SP4). If I do select * from <linked server>.<database name>.<db owner>.<Table1> it returns all data, as expected. However, if I do: select * from <linked server>.<database name>.<db owner>.<table name> where ColumnID = 51588 it doesn't return a row, even though it exists in the remote table. A likely reason for this could be the fact that the column ColumnID has a constraint on it: ALTER TABLE [dbo].[Table1] ADD CONSTRAINT [repl_identity_range_sub] CHECK NOT FOR REPLICATION ([ColumnID] > 90000 and [Colu ...Show All
Architecture Why use an application server?
My boss wants me to explain to him the advantages of having an application server in our web app. Currently our web app talks directly to SQL Server. What are some of the pros and cons of having an application server in this type of application --SY There are several reasons why you want to separate your User Interface layer (Web) to your Data layer (SQL Server). For example from a scalabiltiy perspective, you could introduce notions of caching and/or you could pool the databases connections so that you can scale out your web farm without increasing the number of connections to the d ...Show All
Visual Studio an communication error has occured. Printing will be stopped.
We have used Crystal extensively in the .NET environment with Win forms. We have recently tried to use it with our asp.net applications but with no luck in terms of printing. Following the deployment steps as suggested the web site will produce and show reports but not print. When the print button is clicked, the printer selection window appears, then when you choose to print we get the above error message. We have tried downloading all service packs etc. We have even set up a site with one page with a simple report (no data connections of any type just Hello World) and still the same error. Keith, Thanks fo ...Show All
SQL Server reporting services connection error
I think i've tried everything. I have sql server installed on my machine and vs.net as well. I have the report server on another machine. I've made reports in vs.net and deployed them and they show up in the report manager but when i go to view i get the error: An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'SANDO'. (rsErrorOpeningConnection) SQL Server does not exist or access denied. what sort of connection type should i use and can someone tel lme the steps to get this to work right any help would be appreciated thanks so much ...Show All
Visual Studio Team System Error TF84037 with Excel Team Foundation AddIn
I get the following error when I try to open Excel documents stored on the TFS. TF84037: There was a problem initializing the Microsoft Excel Team Foundation Addin. Re-installing the Team Foundation Client may be required. I've attempted a full uninstall and re-install but that have no effect. Please provide more information on the TFS version you are using and the steps leading to this error. Does this happen for every Excel file or a specific file If you open Excel and try to connect to a particular TFS project, does that work ...Show All
.NET Development socket not released
Hi, I currently have an app that spawns a connection to server, the server requires hard IP and Port for both my app and the server itself. It then sends a command and disconnects. The problem is that I have to wait ~5 minutes for the socket to become usable again. I know that windows likes to maintain the socket for a few minutes. Any idea on how I can get around this. I call the socket.close() method when I am done sending my parameters. I tried setting socket.setSocketOption(SocketOptionLevel.Socket, SocketOptionName.DontLinger, true) but it does not seem to release the socket fast enough (still taking ~5 minutes) for me to s ...Show All
