vcspec's Q&A profile
.NET Development WebClient Object very slow on first request, second request fast
Hi All We are using the WebClient class to pull the text from a simple web page. The first request after starting the app takes 5 to 10 seconds to return the data, the second request takes .1 seconds. We can change the URL and the request is still fast after the first request processes. We have tried WebRequest/ WebResponse with the same results. We have also tried using a IP address, and a WINS name. As long as we do not close the App, al ...Show All
Visual Studio Tools for Office CDOEX help needed
Hello Finally i have decided to use CDOEX (CDO for exchange 2000) in my application with ASP.NET and C#. But till date i didnt found any detail document on how to use CDOEX to access Exchange data. In my application i need to access Calendar(i.e. Meetings) data and display that data on the web page. please anybody knows how to retrive meeting data from the exchange servers public folder. &nb ...Show All
Visual Basic custom cursors
it's very important to my project that I make a custom cursor... how would I do that but im using VB express (the latest one i think) and i right click on windows application under solution explorer & there arent any cursor files... ...Show All
Windows Forms Search for values in a comboBox
Is it possible to search for a value in a comboBox when I type in the comboBox For example, I have a comboBox that is populated with Suburbs of Australia. I wish to allow the user to type in the comboBox for example the first 3 letters of a Suburb lets say Wes and it will take them to the first record that has the first 3 letters of Wes and the full Suburb name is West End. has anyone ever done this Ok. So I h ...Show All
Visual Studio Express Editions TreeView question #3
Hi Making progress, but slowly. Current problem is trying to use a property as shown in the system help (shown below). When I try to use this to get the collection of checked nodes I get an error that says: CheckedNodes is not a member of 'System.Windows.Forms.TreeView'. Everything I have read points to this as being the way to get the collection, but yet, in the final analysis it doesn't do it! I suppose this problem is related to the fac ...Show All
SQL Server yukon's transactional replication
Hi yukon gurus, Does yukon transactional replication supports immediate update on subscriber with text, image and binary data types tnx and regards, ArisenX y Hi ArisenX, Immediate update of text/ntext/image at subscriber will not be replicated to the publisher. Update of binary types is supported. For a complete list of considerations for updatable subscriptions for transactional replication, you can refer to BOL topi ...Show All
Visual Studio Team System FxCop1.32 Custom Rules - Problem
Hello, I am creating FXCop 1.32 custom rules for my project. I downloaded one project some time back from got dot net, so if I add the code to that project it use to work, If I create new project & add same all files to that project, it was not working. 1 Are there any specific project settings required for FxCop customization So I added my custom rule files in that project to start the work at ...Show All
SQL Server Problem with SSIS Transaction...Transaction Scope
Hi, I am having some problem with SSIS transaction. Eventhought I tried to imitate the concept that Jamie presented at http://www.sqlservercentral.com/columnists/jthomson/transactionsinsqlserver2005integrationservices.asp . My workflow is as followed ********************************* For Each ADO.Record in Oracle (transaction=not supported) If (Certain_Field_Value = 'A') Lookup Data in SQL DB with values from Ora ...Show All
SQL Server Installation of SQL Server 2005 Express Edition
I have tried to install Visual Basic Express Beta2 on 2 different machines directly from the net as well as from the image file (from harddisk using ISOBuster 1.7). While the installations of the Betas of Framework 2.0, VB, MSDN Express Lib all worked OK and went on until the very end of the Server installation the system reports: "The following components failed to install: Microsoft SQL Server 2005 Express Edition April CTP". Can any ...Show All
.NET Development .Net Runtime Event Id: 0
Event Id: 0 The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Unable to open shim database version registry key - v2.0.50727.0 ...Show All
.NET Development Authentication across three servers: Visual Studio 2005 > Server 2003 Web> SQL Server 2005 Standard
We have recently purchased three servers and are attempting to move to the Asp.Net 2.0 environment. The scenario: Development server running VS 2005 Pro, writing progams to the Web edition of Server 2003 in .net 2.0 environment, which accesses db's from a third server with SQL 2005 Standard. (code below) The code below works when run from one machine (XP Pro with .net 2.0, VS 2005 Pro, and SQL 2005 Developer), but does not across the th ...Show All
Visual C++ I got this error when compiling "Error c2784"
Hi everyone, Can someone help me with my program I've been working on it for awhile and still cant get it to work. Here's the listing: #pragma warning (disable : 4786) //disable warning about truncation of string data #include <iostream> #include <fstream> #include <string> #include <set> #include "masterheader.h" using namespace std; //type definitions typedef multiset <MasterHeader> typeMH; ...Show All
.NET Development Side by Side Execution
I have a little problem in my application: Assembly1.0 and Assembly1.1 is in GAC Application is referecing Assembly1.0, how can i tell Application to use Assembly1.1... and if Assembly1.1 is removed from GAC how can i tell Application to use Assembly1.0 thanks in advance i am just newbie.... I guess if you set the "specific version" property in reference to false, it will handle the ...Show All
Windows Forms TabIndexChanged
Hi! I was trying to handle this event. This is my code: ********************************************************* Private Sub myForm_TabIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.TabIndexChanged Console.WriteLine(tabIndex changed! Here is the ...Show All
.NET Development ASP.net and XP Professional
Does the .net framework come with Windows XP Professional so that ASP.net can be used right out of the box Scott Thanks, I knew it had to be online somewhere. My search on the internet did not include unisntalling and reinstalling IIS, so this article did not come up for me. My faith has been restore in Microsoft...gawd help us all. ...Show All
