traal's Q&A profile
SQL Server SQL Server does not exist or access denied
Hi, I have developed a small application using VB6 on Windows XP. Following is the code snapshot. I have added Microsoft ActiveX Data Objects 2.1 Library through Project Reference for ADODB Connection. Public con As New ADODB.Connection Public Sub Main() Set con = Nothing With con .CursorLocation = adUseClient .ConnectionString ...Show All
Game Technologies: DirectX, XNA, XACT, etc. MC2 GameOS?
Hi, On a cursory look, it seems that the "GameOS" lib contains a good deal of core logic, including some rendering logic. Is it possible to get more source in this lib (still excepting the network code, of course). I originally wanted to update the renderer to utilize shaders via DX9, but the initial browse makes me think this isn't doable. Thanks, Brian At this time we have no plans to release the so ...Show All
Visual Studio Team System Team Explorer in Visual Studio 2005 RC1 Team Suite
I just installed VS2005 RC1, and the Team Explorer tab that i was used to seeing in VS2005 Beta 2 seems to be missing. I am using Team Foundation server as a source control environment, and I am not able to connect. Does anyone know if it is hideen somewhere see: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=80652 ...Show All
SQL Server Error in the PROCEDURE....
Hi, i m trying to run a procedure...but everytime i run it...it gives me some error as: ------------------------------------------------------------------------- Msg 468, Level 16, State 9, Procedure FIN_INFO__Get_Cash_Payments_Info, Line 46 Cannot resolve the collation conflict between "Cyrillic_General_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation. ------------------------------------------------------------------- ...Show All
Game Technologies: DirectX, XNA, XACT, etc. What files do I EXACTLY need to include with my Game to make managed DirectX work?
Hi, I'm using Visual Studio 2005 Beta 2 and August 2005 DX SDK. In my project, I reference the following file from the SDK: Microsoft.DirectX.dll Microsoft.DirectX.Direct3D.dll Microsoft.DirectX.Direct3DX.dll (I set the option "copy to local folder") these files are included in my zip-file which I want to get work on computers where the DirectX SDK is not installed. Please don't tell me to install the Redistributable on the target machine. It ...Show All
.NET Development Type.GetMembers() on an interface does not return members from inherited interfaces
Consider the following: using System; using System.Reflection; public interface IBaseBlah { string GetSuperString(); } public interface IBlah : IBaseBlah { object DoStuff( string name); } public class Foo { public static void Main() { Type t = typeof (IBlah); foreach (Membe ...Show All
.NET Development RealProxy restricted on MarshalByRefObject
The current .Net 1.1 implementation of RealProxy is restricted to types that inherits MarshalByRefObject objects. I would like to know is there such a restriction on RealProxy The Java equivalent Proxy class does not seem to have such limitation. Are there some drawbacks in enabling the framework to proxy any object Joannes One correction -- RealProxy supports interfaces as well. There a number of reasons by ...Show All
Windows Forms adding listbox content to certain lines of a text file
Hi Everyone, I was working on this app for a while tonight and i was wondering could someone help me. I am making a app where you drag and drop files into the listbox and the filename shows in the listbox i have got that part out the way now i am on getting the filenames in the listbox to be appended to certain lines of an .ini file (for example like listbox entry 1 will go on line 32 so on and so forth.) here is what i hvae so far any and all ...Show All
Visual C++ VS Beta2 Compiler Warning
I am converting a C++ app from VC6 to VC++ 2005 Beta 2. I get the following warning on an ifstream::read() method call: warning C4996: 'std::basic_istream<_Elem,_Traits>::read' was declared deprecated with [ _Elem=char, _Traits=std::char_traits<char> ] Is this true, or is this one of the bugs in the Beta 2 version of Visual Studio Thanks. This looks like a bug in Beta-2: the method "read" is part of the d ...Show All
SQL Server Unable to retrieve data from AdventureWoks
Hi all, I have one question. It looks easy, but, I couldn't figure out the problem. I download and attach the AdventureWorksDB and AdventureWorksDW sample databases. I run the following query to test its functionality. use adventureworks go select * from production.location go and it gives me an error messeges which says: Msg 208, Level 16, State 1, Line 1 Invalid object name 'production.location'. Similar type of query is executed ...Show All
Visual Studio Team System XML report doesnot show excluded and absent messages.
Hi all, I have an FxCop project with certain active, excluded and absent messages but while I save the report, the excluded and absent messages are not saved in the XML. Only active message are saved. The option in project default for excluded and absent messages are checked still the report doesnot contain excluded and active messages. I want all the messages in the report. Please anybody help me in solving the problem.Thanks in advance. ...Show All
Windows Forms Control Default Value not pushed to DataSet
Hi, I have a control, a basic drop down list. I have set the default value of the control when the form loads ( basically the selectedindex to 5 or something). Now when I add the new row to the dataset the default value is not pu ...Show All
Visual Basic Print control code
Iam creating a order form using vb 2005 express beta, Iam having trouble writing correct code to print button that will print form contents. Iam only able to print a blank page. Please any help would br great thanks, Bruni look at the powerpack http://msdn2.microsoft.com/en-us/vbasic/aa701261.aspx This may help in printing a form ...Show All
Visual C# Replacing Nulls in database table
Hello, I experience the following problem: I have a data table in the database, which includes float and smalldatetime columns. These columns can accept nulls. However when I load the table to the application and fill it to datagrid I do not want the user to see that annoying word "null" in the table. I tried to replace it with empty string but it is impossible since the type of the field is double or datetime. Does anybody know how to ...Show All
Visual Studio Team System Windows SharePoint Services Service Pack 2?
Is it ok to use the just released service pack 2 for SharePoint with TFS beta 3 -dave Hi, Just an update. I have installed TFS Beta 3 on Windows Server 2003 R2 running Windows Sharepoint Services v2 SP2. Everything is working fine. Regards, Vikram ...Show All
