chukky's Q&A profile
Visual Basic How to go from VB.net to VB 6.0?
I know that this may sound like an awkward question, but how do I best migrate from using VB.Net to learn the basic coding-features of VB 6.0 I'm studying to become a teacher in computer science but at the school where I'm having my teacher's practice they only have VB 6.0 and not the .NET version. Since VB.NET was the first Visual Basic language i was taught, I'm not very familiar with VB 6... I'm grateful for any guidance. Thanks! (This is my first posting here and I hope my question is appropriate for this forum.) Yes I think a term used for VB 4 - 6 was "Object Based" and not "Objec ...Show All
Visual Basic Refactor bug on default properties
I wondered if this bug is noteworthy. VB Express comes with a small refactor feature that allows you to symbolically rename identifiers, but less advanced than in C# Express. However, if you declare a default property in a class (such as an indexed property if your class wraps an array and a bunch of relevant information), then address this property, you will get a little tricky situation if you refactor this property. I wrote a short class to demonstrate this: Public Class TestCase Private items As List(Of Object) Public Shared Function Exists(ByRef obj As Object, ByRef test As TestCase) As Boolean Dim i As Integer For i = 0 ...Show All
Visual Studio Team System Newbie!! TFS requirements
Hi all, I'm going to install TFS. After reading documentation and resources, of course, not all of them, I wonder if: 1. Is TFS require active directory domain controller 2. May I install everything, active directory domain controller, DNS server, Web server, SQL 2005 server, Sharepoint server on the same box Win2003 Enterprise Edition Server Best Regards, Hi, for Dual Server Installation, AD is necessary. But not to Single Server Installation. For Single Server Installation you can use a computer that is member of the workgroup. (almost documentation say that). regards - gabriel ...Show All
Visual Studio Team System Moving from one TFS to another
I've been running TFS and VSTS for one very large project, and it's been great, except for the fact that our server was a free workstation that really wasn't up to the task. So, we got a new server. Now, I need to move the project from the old server to the new server. It seems like there is no tool, which I'm OK with - if I need to do a lot of manual steps, that is fine. I was just hoping someone had done this, and could offer any help. Right now, it seems like the easiest solution is just have one person check out everything , and then add these projects to the new server - but we'll lose our history, and I re ...Show All
Game Technologies: DirectX, XNA, XACT, etc. porting to c++
not sure how to do this but heard it could be done, is there a way to use the sampleframe work from the c++ code in a C# app and if so how could this be done Um...why not use the sample framework code that's already written in C# that's in the SDK ($DXSDK_DIR)\Samples\Managed\Common ...Show All
Visual Studio Team System TFS Web service documentation
Hi all Where can I find the documentation for the web service interface for team foundation server I need to add bug work items from another system and it would be nice, if we can use a webservice interface to add the bugs. I have tried to look at the services in the webservices folders like "bisserver" and "Currituck" but I can not find a service suitable for our needs. I can only find information for the Team Server object model in the Visual Studio 2005 Team System Extensibility Kit Beta 2, but not the web services any where Regards Christian Hi Christian, Using o ...Show All
Visual Studio Team System Can not successfully run coded Web Test.
Hi, I recorded a web test, and I can repete runs without any issues by using data binding to pass the user name and password. But when I generated code and run this test, I got following error message: Error WebTest1Coded TestProject1. Could not run web test 'WebTest1Coded' on agent 'xxx': Could not create instance of class 'WebTest1Coded' :Exception has been thrown by the target of an invocation. If I hard code the user name and password, I can run. Any ideas Thanks. What kind of datasource did you use If you used a datasource that required a username/password, that information was strip ...Show All
Visual Studio Error. Failed to load expression host assembly. Trying to use local report manually copied to mapi dir (VSTO project)
You may see from earlier posts that I'm having difficulty deploying report solutions (VS2005 B2) and VSTO. My VSTO app opens a winform report viewer. Even very basic reports (no data) fail. My last attempt was to use the report path option. The first error said the report def was not found in the dir 'C:\Program Files\Common Files\System\MSMAPI\1033', so I manually copied the rdlc file there. Now I get another error "Processing Errors" "Failed to load exressions host assembly. Details: Could not load file or assempbl 'expression_host_601.....' version=10.2.50215.44, culture=nutral,... Failed to grant permis ...Show All
Visual Studio Express Editions Cannot uninstall previous SQL server
During the unistall of the previous version I uninstalled the ASPNET2.0 prior to uninstall the SQL server. I installed VW 2005 beta 2 with ASPNET 2.0 latest version Now + I cannot install the new SLQ server + I cannot either uninstall the existing one which says (The .Net Framework is not installed...) How can I solve this problem Can re-install the previous version of .Net 2.0 Help is needed I too can't uninstall SQL Server 2005 related components from 'Add or Remove Programs' applet. There is no 'change/remove' button and the icons change from a question mark to the VS lazy eight, depending on the ...Show All
.NET Development runtime error
I hope someone can help me out here. Since a few days my website gives a runtime error. I haven't changed anything, and my provider says he didn't change anything, and he can't solve the problem. Take a look at www.gratisverlanglijstje.nl/default.aspx Hey, It's impossible to tell because your app does not allow us to see the stack trace prior to the termination. You can try and reproduce the problem on your development box, or you can follow the steps outlined on that page to allow us to see the lines of source code around the bug. Please realize the implications of following the last recommendati ...Show All
Software Development for Windows Vista OLAP Reporting App "Error HRESULT E_FAIL has been returned from a call to a COM"
Hello I'm having some problems with an application and I would like some help I'm implementing the "OLAP Reporting App in ASP.NET " at my work, I has adapted the source code form Microsoft to connect to the database, it is already working, but after I create my view I need to create the "Custom PivotTable Report" but when I clicks on " Load Custom Report " I received the message below <err> Interop.OWC10 - Error HRESULT E_FAIL has been returned from a call to a Com component. </err> Someone knows what it means ! Thanks for Now This fo ...Show All
Visual C++ Dispose in C++/CLI
I know that there is a lot of articles about this, but it is still not 100% clear. Suppose that I have the following classes: Client (C#, uses Server class) Server (C++/CLI) Helper (C++/CLI, reference of this class is kept in the Server class). Running FxCop on my project, I get the following message about Helper instance: http://www.gotdotnet.com/team/fxcop/docs/rules.aspx version=1.35&url=/Usage/DisposableFieldsShouldBeDisposed.html This means, both Server and Client are disposable, and I can write: server.Dispose() in the C# client. However, both Server and Helper have only plain C++ destructors: ~Server, ~Helper. How can I ...Show All
Visual C# sql
my table has 250 records, I need only the last 20 records. there is a select top 20 , any one outhere knows if there's a select bottom, or select last or is there a way around that thanks ...Show All
Visual C++ using a textbox from a 2nd Windows form
I've got a Windows Forms .NEt application that uses 2 forms. I've got Form2 which is created from Form1 : (inside a Form1 button click event handler) : namespace::Form2 *myForm2 = new namespace::Form2; myForm2->Show(); This Form2 works well, & I now have the need to write text to it's textBox1. So I create one in Form2[Design]. I need to do this textbox population inside a function X that is defined within namespace but outside the definition of Form2. Function X is called from another button click event handler of Form2. How should I do this I've tried : (inside the function X definition) : namespace::Form2::textBox1->set_Tex ...Show All
.NET Development Failed to access IIS metabase, VS2005 RC
I am developing a webservice in Visual Studio RC. I have just got a new pc and my problem is that I am not able to access this webservice. I have created a virtual directory in IIS, but if I try to browse there, I get a "Failed to acces IIS metabase" error message. Does anybody know how I can resolve this problem 1) Is IIS installed on the machine (From a command prompt NET START - Is IIS Admin service present in the list) 2) Is ASP.NET installed - Run aspnet_iisreg.exe /lv from the VS command line prompt 3) For 2) is the default install for ASP.NET v2.0 as opposed to v1.1 ( the running version is marked with ...Show All
