Isa712's Q&A profile
Visual Studio Express Editions What is VWD Trying to Tell Me?
Using Visual Web Developer on a remote machine and connecting through FrontPage extensions to an IIS server I receive this message every time: Visual Web Developer 2005 Express Edition Beta cannot detect whether the site 'http://...' has been configured for use with ASP.NET 2.0. You may need to manually configure this site for ASP.NET 2.0 in order for your site to run correctly. Does this mean the server is missing som ...Show All
.NET Development Error while calling MS-Word from ASP.NET
Hi All, I am using MS-Word from my ASP.NET Application using VBA. It opens a Word document and saves as a copy with some other name and finds and replaces some data. For this I have used "tlbimp" tool and imported some Office.dll, Word.dll, VBIDE.dll from MSWORD9.OLB. Following is the code. Dim wdApp As New Word.Application Dim wdDoc As Word.Document It is giving the following error while execu ...Show All
Visual Basic WebPartManager HELP!!!
HI! I hop like H_LL SOMEone can help me becasue i have been after this on every fourm with no responses.. My title bar does not display at runtime for the ( close, min, edit, resore ) Everything looks great at design time but runtime it dispaear... Not visible.. Can someone please alter my code below to make the title bar visible. Erik < form id ="form1" runat ="server"> < div > ...Show All
.NET Development where to specify max request length
Hi, I am using WSE 2.0 SP 3. I want to specify max request length = 100000, and execution time out = 100000 in my web.config file. How/ Where should I specify it > One post on the net says under <system.web>, it has to be specified (see below) < system.web > < httpRuntime maxRequestLength ="100000" executionTimeout = "100000" /> ..... </system.web> Another link http://msdn.microsoft.com/lib ...Show All
Windows Forms Removing the focus rectangle from a TrackBar
Hi, Does anyone know how I might prevent a TrackBar from displaying the focus rectangle when activated I have tried deriving my own TrackBar control and overriding ShowFocusCues so that it returns false, but without any success. Thanks in advance, Susan ...Show All
Visual Studio how to delete cancel build task item
Hi, Does anyone succeed in deleting all the "Task List" items after cancelling a build I cancel a build in the "OnBuildBegin" handler. The code I'm using to delete the task list items : Window taskListWindow = ApplicationObject.Windows.Item( Constants.vsWindowKindTaskList ); TaskList taskList = (TaskList)taskListWindow.Object; try { foreach(TaskItem item in taskList.TaskItems) { item.Delete(); } This code is called in the "OnBuildDone" ...Show All
Visual C++ Conversion problem
I need help again! How do I convert a System::string to a native c++ string and vice versa. Thanks in advance! Thanks, this seems to be the answer! Just as an aside, this class seems to be "snipped out" of the express edition. You can still use it, but the class itself doesn't show up in the Contents and all the links to the actual class definition pages are broken. There are some examples you ca ...Show All
Visual Studio Express Editions Rich Text Box - stops accepting user input
Hey everyone I am creating an HTMLEditing application, and I have had one annoying bug for pretty much the whole way through. There is a rich textbox, you can type into it (wow) When you click onto another control SUCH AS a textbox in a toolstrip, OR When you click a button to insert a file's contents into the rtb ... And then you go back to the rtb, and start typing no input is received, it just beeps rather rudely I ...Show All
Visual Studio Team System Another 3200 Error during setup
Hi Almost out of patience (and time) now. Thought I had it made since I managed to get the Report server up and running (finally sic!). But then this popped up (again) almost at the end of the FS installation. Product: Visual Studio 2005 Team Foundation App-Data Tier Beta 2 (English) -- Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\bisdwserver\bin\SetupWarehouse.exe" -n -s "<Ser ...Show All
SQL Server Partition Processing
Hi Can anyone please tell me how can use "Partition Processing" component of data flow in SSIS 2005. If possible can u please tell me from where I can have demo for the same. Thanks and regards; Rakesh That is component to implement what is called "pipeline processing". It gives you ability to populating your cube with data directly coming from the SSIS pipe without ...Show All
Visual Studio Express Editions Registration page not available
The link in my Visual Basic 2005 Express to register keeps coming up "page can not be displayed" the link is http://go.microsoft.com/fwlink/ linkid=51341&lcid=1033&h=7c7d6ccdd64da0f1&c=&pid=76541-000-0000011-00124&bn=050727.42 and my version is 8.0.50727.42 Any suggestions on how to register it I want the free goodies... thanks in advance. Teamdad I got the Key from the Registra ...Show All
Windows Forms When to use Databinding in Windows Form
Hello Guys, Do any one can provide information on when to use databinding in windows form, and best practices for this. Thanks! Allow me to correct you Go to your typed dataset and right clik on the dataadapter that you have and click add query, there you can add very complexes queries with parameters like select * from UsersTbl where UserId=@u-id //the syntax for aceess is where UserId= ...Show All
Visual Studio Team System Moving TFS to a new server - use Beta3 refresh or RC?
Hi all, I want to move our existing Team server to a new machine and a new domain but I have two hugh questions: (We're using Beta3 Refresh) 1. Would it be easier for me to upgrade my existing server from Beta3 refresh to RC than do the move, or just do the move using Beta3 refresh then upgrade the new server to RC 2. There was a post a while ago that contained details about backup and restore ( http://blogs.msdn.com/vstsue/articles/500 ...Show All
Visual Basic .NET 2.0 ComboBox
Curious about combo box in .net 2.0. I have quite a few item in the combo box list. I have AutoCompleteMode = Append And AutoCompleteSource =ListItems For example the item listed as below : Cameron AaRon Ddaddy Normally, we can scroll through all the item in the combo box in two ways. 1. mouse scroll 2. click on drop down button to select. Problem arised. Once I type "C" in the combo box, it autocomplete with "C ...Show All
Windows Forms Cross-thread operation not valid...
Hi all, I have one project that run well on Visual Studio 2003. When i using the same code in isual Studio 2005, this is: public void port_OnRead(string Data) { // Note! // To convert from string to byte[] use SerialNET.Port.StringToByteArray() if (Data == null) { // Timeout } else { byte[] myBytes = ConvertStringToByteArray(Data); hexString = BitConverter.ToString(myBytes); ...Show All
