BG77's Q&A profile
Visual Studio Team System Automatic retrieval of latest version on checkout?
Hi, Since I could not get the latest version automatically with the old SourceSafe (VS 2003), I hoped this was 'solved' with Team System. However, when I tried to get this done, I could not manage it. The problem I have to deal with is that my colleagues and I work together on the same source (I think that is what has to be done with SourceSafe/TS ). Whenever we change something and check in our source, the new source has to be used. When I che ...Show All
Visual Studio Team System Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 28101.Error subscribing event.
I am getting this error at the very end of the Released version of the TFS Server Install. The Installation is completely clean and was started from scratch. each step of Rob's was carefully followed. can anyone tell me what this error means Sounds like one of the custom actions running during install failed. Can you provide the segment of your log file that shows the detail of the failure You can find the log file at \\Documents and Setti ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX Sample Browser Oct2005 SCRIPTING sample PROBLEMS!!!
Hi. I'm trying to compile the scripting sample project. First of all VS2005 complains that it cant find any of the .h files i went through to program files and copied all the Directx SDK .h files into my common folder for the project, now it can see them but errors on fatal error LNK1104: cannot open file 'dxerr9.lib'. I assume it doesnt know where to look for the file. Can anyone help Thanks /dxstdafx.h / #define DXUT_AUTOLIB to ...Show All
Visual Studio Using $(ProjectDir) in Propertygroup
Hello All, I am trying to define the external program I want to launch when I press F5 in visual studio 2005. So in the MsBuild code of my project, I defined: <OutputType>Library</OutputType> <StartAction>Program</StartAction> <ProgToStart>Tools.Launcher.exe</ProgToStart> To explain that my project is a library, that I want to start an external program when i press F5 and that the name of ...Show All
SQL Server About plug-in algorithms in SQL Server 2005
Hi, all here, I am having a question about plug-in algorithms in SQL Server 2005. Since we are able to implement our own algorithms in SQL Server 2005 analysis services architecture, so my question is: what benefits can to a great extent be achieved Like say, we are going to implement a plug-in algorithm, so what considerations should be concerned Thanks a lot in advance for any guidance and help. The plug-in architecture allows you ...Show All
Windows Forms Hi!
Hi Why is so empty here. How long doese this forums work ...Show All
Software Development for Windows Vista problem installing vista ctp 5308 - how to build a boot disk ?
Hi, I have a clean build windows XP machine that I am trying to install Vista CTP 5308 onto. I have downloaded the image and manage to burn to DVD but having entered the product key I get an error message "The procedure entry point DecodePointer could not be located in dynamic link library KERNAL 32.DLL." Any ideas how to resolve this Alternatively I'd like to simply build a boot disk with the image and run from scratc ...Show All
Visual Basic User session logon time!
I am inquiring about information on whether it is possible to determine how long a user has been logged on for. What I hope to accomplish is to determine if a user has been logged on for more than an 24 hours and if so, display a splash screen of some type to tell them to log off. I don't want to log them off, politics involved. Every where I look I haven't been able to come up with a solution. I did find a sample script to check event logs, ...Show All
Visual Studio Invoking MSBUILD from Inside an App
So I have created some custom MSBUILD tasks (to deploy SQLCLR assemblies). They work fine when I execute them from command line: msbuild /t:taskname project_file. However when I try and execute from inside an application by using the Engine.BuildProjectFile, I can't get it to work. That's not the main problem as at the moment I am explicitly sending in params which should make it fail. The weird part is that I can not get any output back. I have ...Show All
SQL Server simple question on writing query
Hi, I have two little identical tables. Pdates - (here pid is foreign key field linked to diff table proposal) pdate pid pkid-primary key Cdates - (here cid is foreign key field linked to diff table confirm) cdate cid tid strttime endtime pkid-primary key I wish to just copy the records from pdates to cdates selected based on pid value with diff cid. The other fields tid,strttime and endtime will be updated ...Show All
Visual Studio Team System Performance degradation after the conversion of windows app from .net 1.1 to .net 2.0
I could see that there is significant performance degradation after the conversion of our windows application from .net 1.1 to .net 2.0. It was running fine in .net 1.1 and VS2003, but after the migration to .net 2.0 and VS2005 many screens are loading very slowly. I could not figure out the actual reasons for this performance degradation. We can also see that the application runs little faster if it runs out side VS2005. I am using Visual ...Show All
.NET Development CompileAssemblyFromFile parameter change in 2.0
I have an app (built with VS2003) that uses CompileAssemblyFromFile has been working just fine. Now when some users load NET 2.0 on their system it fails. Doing a bit of research it looks like the parameters for this function have changed -> NET 1.1 (An string containing the filename) CompilerResults CompileAssemblyFromFile ( CompilerParameters options, string fileName ); NET 2.0 (An string array of filenames) public virt ...Show All
Visual Studio Crystal Reports for C and C++
Hi All, I have used crystal reports with C# in .Net enviornment, but I am not sure how advisable it is to implement Crystal reports in C++ or C. This report generation is new development and the first tool that came to my mind was Crystal Reports unless there are other tools in the market that would be more useful to use with C++ and C. Any thoughts Hello, Here is a listing of some sample applications for C# and C++. Hopefull ...Show All
Visual Basic making an api call error 126 (findWindow)
I'm trying to get a handle to a window, so I need to make an call to the api to the findwindow function.. so I declare: Declare Function FindWindow Lib "User32" Alias "FindWindowA" _ ( ByVal lpClassName As String , ByVal lpWindowName As String ) As Long Public WinWnd As Long and make the call inside a sub: Dim windowName As String windowName = "Title" WinWnd = FindWindow(vbNullString, windowName) WinWn ...Show All
SQL Server Help
I've just learned an asp.net 2.0 web app with vs 2005 and am using a SQL Server 2005. But after running programme the error occur. An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ...Show All
