jspliff's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. On-line Gaming
Surfing the net, it seems that games are ubiquitious. Some sites such as MSN bolted on games as an adjunct, while others offered games as their main focus. I am a competent C++ programmer, and a fair ASP programmer, so I got myself thinking, why not post a game or two on my own site for people to play. Chess engines for eg. are a dime a dozen, and they are easy to install as they all use IOSTREAMS for their input/output making then a CGI a ...Show All
SQL Server Data-Driven Subscription not shown
I am upgradinding to sql 2005 and the Data-Driven subscription is not working. the data-Driven option It is now showing in report manager and in code I get the error " rsOperationisNotSupported".... I have the same security permitions I had before in sql 2000. Does anyone knows if there is another difference that would prevent the subscription from working thank you drey What sku of SQL 2005 are you using Data driven subs ...Show All
Visual Studio Team System Running Tests in Team Build
My TeamBuild, builds 2 solutions (one asp.net and one class library), therefore I also define two build configurations ('Debug|.NET' and 'Debug|Any CPU'). I have defined a test on each solution (a web test for the asp.net solution and a unit test for my Class Library solution). When I run these tests in team build, as well as compiling against both build configurations, it appears that both tests are run under both build configurations. Whilst t ...Show All
SQL Server ODBC Driver for SQL Server 2005
I can not find the driver update for SQL Server 2005 ODBC. Does anyone know where I can download it. I look in microsoft downloads not luck. The SQL Server 2000 driver will work for a fair number of cases against SQL 2005. If you have installed SQL Server 2005 locally then you will have the driver installed. The driver is called SQL Native Client(SQLNCLI) rather than SQLODBC as it was in older versions ...Show All
Visual C++ How to run an application when clicking "Shut Down" from start menu?
Hello, I am using Windows 2000 Professional and VC++ 6.0 (MFC). I have created a simple dialog based application. I want to run this application when I click "Shut Down" from start menu. How to achieve this TIA, Regards, Jahfer V P Just read this: http://pcworld.about.com/magazine/2206p160id115628.htm HTH ...Show All
.NET Development sql express connection
Message: 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) Issue: My host won't allow direct connection to sqlserver connection. though it allows access connection. anyone knows the sol ...Show All
SQL Server List of data mining techniques not populated - BI Studio hangs
From within the Business Intelligence Studio, I've created a data source and a data source view. Next, when I try to build a mining structure from a relational database, the studio hangs when it goes to the screen which lists the data mining techniques. Has anybody come across this issue What needs to be done to get further I'm using the June CTP of SQL Server 2005. Thanks, -GB. This might be the result of a c ...Show All
Visual Studio Team System SQL 2005 is not installed?
Hello, I am attempting an install of VS2005 TF - Database Tier. During the system health check it reports back saying "SQL Server 2005 is not installed on this computer" also, " SQL Server Analysis Service needs to be installed on this computer" and " SQL Server 2005 Reporting Services is not installed on this computer when in fact all of the above are installed (Using SQL 2005 Standard) (W2003 Server Ent. Sp1) Can any ...Show All
Visual C# passing string variable from form1 to form2
How can i pass a string that i got in form1 to form2. Thanks.. hi i think u can pass the string as a parameter in the contsructor of form2 class Form2 { public Form2(string myString) { } } or u can make a refernce for the Form1 parameters like this class Form1 { public string myString; Form2 frm=new Form2(this); frm.Show(); } class Form2 { string getString; Form2(Form1 c) { getString=c.myString; } } salamo 3lakoem ...Show All
SQL Server Feedback regarding Feedback on the Feedback Center
Just a note to the MS guys... I'm fully supportive of the product Feedback Center initiative and the subsequent withdrawal of sqlwish. Problem is, if nobody ever gives us feedback on the things that we submit then it simply is a glorified version of sqlwish with no added value. I apologise if there are plans afoot to address to offer feedback to the things we put up there but I (and others) have been freely submitting bugs and sugge ...Show All
.NET Development Unable to connect Sql Server from VS.Net
I am a new .Net user. I am trying to use Visual Studio.net 2003 to creat a Windows application. When I try to connect to my SQL server I am getting th efollowing message "Unable to connect to batabase. It is only possible to connect to SQL server Desktop engine database and MS Access databases with this version of Visual studio. Someone suggested that I may not have proper security set up. i am not sure where to start checking. Any help would be ...Show All
.NET Development How can I open a file on a remote machine?
I am using Visual Studio on Win-XP Pro and I am trying to read a .txt or a binary file... I have: private void TextFromFile() { string FILE_NAME = "MyFile.txt"; if (!File.Exists(FILE_NAME)) ...Show All
Visual C++ warning LNK4099: PDB 'mfcm80d.i386.pdb' was not found
Hello, I have a VC++ MFC project that outputs a dynamic link dll. When I compile the project with the option /DEBUG, I get the following warning: Warning 1 warning LNK4099: PDB 'mfcm80d.i386.pdb' was not found with 'c:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\lib\mfcm80d.lib' or at 'c:\XXXXXX\debug\mfcm80d.i386.pdb'; linking object as if no debug info mfcm80d.lib I found that file (mfcm80d.i386.pdb) at "C:\WINDOWS\ ...Show All
Visual Studio Page Size problem in vb.net/Crystal 9.2
Hello ! I m a starter developer wanting to shift from powerbuilder to DotNet. While opening a report from my application executable of vb.net framework 1.1 and crystal report 9.2, having paper size 10x6 (Perforated stationery 10x12 with 6" perforation). Hence in win2k i created a custome size and named it 10x6 and selected it from crystal report designer. Now problem is if i remove this created custom size on any machine and run the exe, then i ...Show All
Visual Studio Team System How we make ViewState Dynamic
System is giving me ViewState Error when I run the Script recorded in Machine A and run it on Machine B. When I see the view state of the page (where it is failing) it has hard coded value while recording. How do we make it dynamic I tried to extract hidden value from previous page and try to paramatize this hidden value on the hard coded value, it is not working. It still says invalid view state. Please help me, how can we ...Show All
