WyllieLuke's Q&A profile
Visual Studio Team System Install guide for Beta3 Refresh
Hi there, Where do I find install guide for Beta3 refresh Is there a seperate installation guide for Beta3 refresh server setup or we can use Beta3 Installation guide Also does beta3 refresh install also need clean OS install or we can just uninstall Beta3 and install beta3 refresh or just updrade Beta3 to Beta3 refresh Thanks, Anu Rob Caron posted a link to the Beta 3 to Beta 3 Refresh Guide. http://blogs.msdn.com/robcaron/archive/2005/10/31/487324.aspx Buck ...Show All
Visual Basic 2 Internet Connection
Hi, I want to use 2 Internet connection each with diffrent IP with 2 wisock control for for each connection. the problem the newer connection is the active forever and i cannot send data through the older one. can any one help me. Food for thought for the original poster. In service to the community, we've posted suggestions at the top of the forums on how to get an optimal response to your question and how to assist us in helping you. We encourage all of the community members to read these suggestions because they help everyone. Thanks !!!! :) ...Show All
.NET Development 2.0 Assembly Permissions and Shell Extensions peculiarity
I've been writing some shell extensions in c#, I'm aware this has process/threading implications but I started before i knew that and I'd like to finish. I have a Base assembly which contains a lot of base classes and interop definitions, the base stuff most shell extensions will need. I have an assembly Stream which uses the Base assembly classes to provide a simple ContextMenuHandler for filesystem items which contain ntfs named streams. All assemblies have an assembly level RequestRefuse on Reflection.Emit a result of which is that no assembly ever runs under more than the optional permission set, never Unrestricted. When a filesystem i ...Show All
SQL Server Error while importing Text file using Import Export Wizard
Hi all i have text file where i can import it to excel to access or sql2000 without problem but when i import it using (sql2005 pro) i get this error message during the import O peration stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection (Success) - Validating (Success) - Prepare for Execute (Success) - Pre-execute (Success) Messages Information 0x402090dc: Data Flow Task: The processing of file "C:\Documents and Settings\Wail\Desktop\All_Alarm5.txt" has started. (SQL S ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Where to go?
Hello everyone, This is my first post. A week a go I didn’t know C# existed and only had heard the term “Direct X”, but never knew anything about it. 5-6 days a go I accidentally stumbled upon the 8 part C# RSS reader video tutorial (Done by learnvisualstudio.net, but hosted at Microsoft). I watched most of that and became quite interested in trying C#, so I downloaded C# express edition. Later I read a bit about DirectX, which made me really, really, really want to make a game. Since then I have been devoting about 4-6 hours a day to learn C# and DirectX. I have learnt a lot, but I am definitely extremely new. ...Show All
SQL Server Multiple datasets in a single chart?
Is it possible to incorporate data from 2 datasets into a single chart For example I have 1 set of data from 1 db which allows me to display datapoint "A" by week. I have a second dataset from another db which allows me to display datapoint "B" by week. I'd like to plot each of these separate datapoints on a single chart with the x axis being week and the y axis being a stacked bar chart incorporating both A and B values as individual data series. Further, assuming this is possible, is it then possible to have 1 series displayed as an area while the 2nd series is a column or line Thanks in advance! ...Show All
Visual Studio Team System Error 32000 During Installation of TFS Beta 2
I've done some searching but can't find a resolution for this issue yet. I've tried uninstalling ADAM, rebooting, and restarting the install. No go. During the installation of TFS, I get the following error: "Error 32000. The commandline "(temp)\getadminport.exe /vstf" returned non-zero value: 1" where "temp" is my local user's temp folder. When I run getadminport.exe thru the command line myself, I see this: Setting NTAuthenticationProviders for VSTFWeb... Searching VSTFWeb IIS://localhost/w3svc/1 ==> Default Web Site IIS://localhost/w3svc/1253343209 ==> DirectServices IIS://localhost/w3svc/1958305279 ==> *company name here* II ...Show All
Visual Studio Tools for Office Can I save information inside a Word Document
Is it posible to save information in a Word Document, in a a way the user can’t see it or edit it, but i can read it or modify it using code Thanks Hi jalekz, If you want to do it using VSTO framework, you could use the Data Island to cache your information. You will find a good description here: Caching Data http://msdn2.microsoft.com/en-us/library/75akte27(VS.80).aspx This would be an example on how to have a field that caches a name in the document's data island: public partial class ThisDocument { [Cached()] public string name; private void ThisDocum ...Show All
Visual C# C# literature for a beginner
Hi all, I was just wondering what books you might recommend to an aspiring programmer. I thought that i would start with C# as it seems to be pretty popular. Any info would be greatly appriciated. Thanks -Brandon Hi, The books recommended cover C# language well, but you need to understand that knowledge C# without a very good knowledge of the .NET Framework will not help you much. You need to go through books which provide a thorough coverage of the Framework and how to consume it using C#. I'd recommend the following books: 1. C# and the .NET Platform, Second Edition Andrew Troelsen 2. Programming Windows with C ...Show All
Windows Forms Terrarium Server - Strange periodic message in EventLog
Event Type:Error Event Source:Terrarium Reporting WebService - ReportPopulation Event Category:None Event ID:0 Date:02.03.2004 Time:17:34:36 User:N/A Computer:FIESTA Description: System.Data.SqlClient.SqlException: Cannot resolve collation conflict for equal to operation. Transaction count after EXECUTE indicates that a COMMIT or ROLLBACK TRANSACTION statement is missing. Previous count = 0, current count = 1. at System.Data.SqlClient.SqlComm ...Show All
Windows Forms Docking Window Management Control
I just developed a docking window management control library. You may find the control library, sample, together with all source code here: http://weifenluo.bravehost.com/DockManager.htm I believe this would be a very good sample for serious control development. Any feedbacks are welcome. I think there is a problem with the ZIP file. I'm getting errors with Winzip. ...Show All
Visual Basic drawing on forms
VB 5 had tools to draw lines and shapes on forms in design mode. I don't see those in Visual studio 2005. Am I missing something I know you can code them, but how do you draw them directly on the form You aren't missing anything, they aren't there. Personally it is a huge fallback, but what you can do is create your own custom Line control then draw the line on the form with that, or override the form's onpaint event and paint the line there. ...Show All
.NET Development Collection Events?
I was wondering if there is a way to monitor a collection (eg StringCollection) for changes. Back in the Delphi world, there was a class called TStringList, which was essentially the same thing, and it had an OnChanged event, which enabled you to listen for changes to the list. I think a Change event in the standard collection classes would be immensely helpful - or is there already a collection class with a Change event that I haven't found If no such animal exists ... would it be worth petitioning to have an event added to the base collection classes for a future release Cheers, mabster Possibly. I'm ...Show All
.NET Development How to know if it HasChanges (DataSet & XMLDataDocument)
Hello! This is the scenario: 1.- XML FILE. 2.- LOAD XML FILE INTO A TYPED DATASET BINDED TO XMLDATADOCUMENT. 3.- I ADD/DELETE/MODIFY ANY ROW FROM DATASET. 4.- DATASET.HasChanges does not work propertly... always returns true. HOW DO I know after any of these operations if data has been changed... HasChanges does not seem to work fine under this scenario. Not even... CanceEdit works when I change any value from a row.... Suggestions Thanks! use GetChages(), this dataset will carry the last changes made to the dataset. U will get the Rows which has been added or deleted or modified based on the enum value pass ...Show All
Software Development for Windows Vista Editor for creating/editing XPS documents.
Hi, As we have XPS viewer for viewing the XPS documents, do we have any editor for creating/editing XPS documents. Thanks, M.S.Basha XamlPAD that ships with platform SDK can be used to edit and also modified XPS contents can be viewed. ...Show All
