Thomas_'s Q&A profile
Visual Studio Team System How to install sharepoint/team system in production server?
Hi, all. We have one server that many existing web application are running on. We have to install team foundation server and sharepoint on the server. The problem here, is that it disable all other web applications when I install sharepoint. Here, We don't need to consider team foundation server. Sharepoint itself gives me trouble. I don't want to dedicate new server to sharepoint. Is there any way I can run sharepoint (also te ...Show All
SQL Server RDO 2.0 and Visual Basic 5 application stopped working with SQL Server 2005
We have a legacy application that is still in wide use. It is Visual Basic 5 and RDO 2.0 using ODBC to connect to SQL Server database. When trying to connect to SQL Server 2005, it can no longer update or insert data. It reads data fine. The error message it gives is 16933, "The cursor does not include the table being modified or the table is not updatable through the cursor." Has anybody else seen this problem Any help would be ...Show All
Windows Forms Text Box in the About Box
Hi, I'm using the built in "About Box" supplied by the Visual 2005. I'm writing the required text to show the user in the text property of the form text box, but when running the application the text box is empty. I've double checked my se ...Show All
.NET Development I want the CLR to probe the local folder BEFORE the GAC
Hi, I have some assemblies in the GAC. I am running an exe from a folder, and the assemblies in the GAC are also in the same folder as the exe. Is there a way to stop the CLR from loading the assemblies from the GAC and load them from the folder (if they are found) Is there an element I can add to the .config file for the exe I am running to tell it to do this Thanks. ...Show All
.NET Development ftp 502 error
I have an ftpclient that was written in .net 2.0 and it works fine for one ftp site, but not for another. I get 502 command not implemented when I try to login and download a file. I am afraid that this might be an issue with the ftp server, but I am able to ftp successfully using good old command line ftp inside a dos window. Are there any settings on the ftpwebrequest or ftpwebresponse that I could try changing to see if I can get this to work ...Show All
Windows Live Developer Forums Consuming MSN Search Web Service from PHP
Good news about Microsoft allowing access to their MSN Search service through SOAP ! It was definitely about time. I've been trying to build a MSN Search API client with PHP. I'm using nuSOAP to interface with the SOAP server. However, I'm having a little trouble getting it to work. Just for the record, I've had developed several SOAP clients succesfuly (for example, using Google API). This is the code that I'm using (of course, where it says ...Show All
Visual C++ Help Need Compiler Errors
Hi All, I am having the following error when i try to recompile my source from VC 6.0 to .NET 2003. Any help in resolving the error is appreciated. ------ Build started: Project: dataAccess, Configuration: Debug Win32 ------ Compiling... TemplateBinMonitor.cpp c:\airs6.x\tags\CODE\interface\state\TagsString.h(93) : warning C4018: '<' : signed/unsigned mismatch c:\airs6.x\tags\CODE\implementation\h\dataAccess\TemplateBinMonitor.h(49) : w ...Show All
SQL Server MSDE no show in server explorer
I have installed default instance of SQLServer 2005 DE on Windows Server 2003 host. I also installed a named instance of MSDE rel A. I can connect to the MSDE instance from Management Studio but it does not appear in the list of servers when I try to add the connection in VS2005 server explorer. What am I doing wrong - Dick Anybody I can connect to the named MSDE instance (now upgraded to SP4) with management studio and osql ...Show All
Visual C++ _CRT_SECURE_NO_DEPRECATE has no effect
MSDN clearly states that if you define _CRT_SECURE_NO_DEPRECATE it "will disable deprecation warnings". I tried adding _CRT_SECURE_NO_DEPRECATE to the Preprocessor Definitions and #define _CRT_SECURE_NO_DEPRECATE to the code. In both cases I still get a C4996 warning from every single strcpy call. The only way to disable the warning, as far as I can tell, is to use #pragma warning (disable:4996) or add the warning to the C/C++ settings (Ad ...Show All
Windows Forms How to restrict a mdi child locations or any forms location and size?
I have a small issue to resolve in visual c++ 2003. I have and MDI parent which has two forms A and B. When I show A, it should fill-up MDI available window. (I did set Maximize) When I show B, it also maximize automatically eventhough i gave this->MaximizeBox = false; this->MinimizeBox = false; I want the Form B not to be changed from the fixed size I design and I want the form B to be on the center of MDI form. or If I do not give ...Show All
.NET Development Three Tier Architecture
Hello Everyone, I am a new developer to .NET, previously I was working on J2SE and J2EE and now I have to work on .NET. I have to come up with a design proposition for a Small Business Solution in Three Tier Architecture. In Java I used Enterprise Java Beans with RMI-IIOP. I was wondering if there is something similar or even better in .NET. I would like suggestions on methodologies and possibly some onlline resources to go along with ...Show All
Visual C++ WMP9 DSP Plugin: Modify CC Text
I'm trying to make a DSP plug-in for Windows Media Player 9 using the SDK provided by Microsoft (I also have DirectX SDK). WMP9 SDK included a wizard to set up a sample DSP Plugin that would adjust the audio volume. I'm trying to modify the code to read the Line21 closed caption data from a DVD and edit it before displaying it. Here is the spot that it writes the text: HRESULT CTest2::DoProcessOutput( &n ...Show All
Windows Forms How to activate a jscript link with WebBrowser Control
Hi! I'm trying to navigate in a website, but my problem is: The website doesn't have the "normal" links like <a href="link.html">linktext</a> but rather: <a href=void(vxLoadpage('link.shtml'));"> linktext </a> INFO: before the void there is javascript: (I don't know why it's missing, when I send my post... So how do I navigate on this link with the webbrowser-control Thx, Alex ...Show All
Visual Studio ItemOperations.AddNewItem does not seem to work in new projects
We are using the following code in one of our wizards. env.ItemOperations.AddNewItem("Visual C# Project Items\\ActiveReports File", string .Empty); If you have a new project and you have not used the Add New Items dialog to create our item type a call AddNewItem inside our wizard does not work. Once you have used the dialog to add our item type to a project then the AddNewItem method works. Does anyone have ...Show All
Visual Studio Team System When WebTest Record IE and .NET Runtime Error jumped out
thanks , I want to ask a question that when I record my web projects at first time(new a webtest file) then I begin to record ,It's no problems,but next When I new an other webtest file to record always a IE error and .net Runtime fatal error(from System Event Log) jump out. On this situation I must reboot my computer to record only one time! How can I hold this problem .NET Runtime .NET Runtime version 2.0.50727.42 - fatal error ( ...Show All
