Ozzie Garzon's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. Problem starting the Managed Samples
I'm trying to get started by doing the DirectX\Samples\Managed\Direct3D\Tutorials, but I can't seem to get them to run. When I try to open the solution file, I get an error message box that says "The application for project '...DirectX\Samples\Managed\Direct3D\Tutorials\Tutorial\Tutorial1.csproj" is not installed. Make sure the application for the project type (.csproj) is installed." Any ideas Thanks so much to all of you who are more experienced and willing to answer our silly questions. You're leaving out information that can help us help you: Which SDK version Whi ...Show All
Windows Forms Dynamically resize a control after user controls are added.
Hi, I'm developing a business rule management application that, basically, let the users create their own rules and the evaluation for that rule. I have 3 types of evaluation controls: a comparing control, a simple control and a composite control. The idea is that the user can create any type of evaluation, as he adds those controls. So, while he adds, the parent evaluation controls (user control) and the main user control should be resized. The user adds the evaluation controls by clicking at the context menu of each control. My implementation is not working quite fine and I wonder if anyone have any ideas or maybe better imp ...Show All
.NET Development SessionState 2.0 Problem connecting to SQL Server
We are attempting to upgrade from 1.1 to 2.0. We are running SQL Server 2003, and it has SessionState 1.1 installed successfully. We installed 2.0 on the same server, but under a different database name. The userid and password that is used to connect to 1.1 was given dbowner permissions on the new database. When we attempt to use the application, we get the following error: Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL server. Please install ASP.NET Session State SQL Server version 2.0 or above. I know it's installed. I just don't know how to determine why .net doesn't think it's installed. ...Show All
Smart Device Development Pocket PC serial number
How can I get the serial number (via code) of a PDA device I've found a link on http://samples.gotdotnet.com/quickstart/CompactFramework/ the returns the device ID (serial number), but this is of the form 8E0000E5-8B82-A17B-0038-0050BF1977E0. The serial number of my PDA is 2CK504106L, but when I run code from the above link I got a serial number in the the above format and not my PDA's serial number. Any ideas anyone Thanks Hey Coss , I have also got stuck on same problem. have you got any solution for same If yes plz plz plz let me ... thanks in Advance.. (e __; b (e ...Show All
Visual Studio Team System Finding each call to a method
I'm writing a rule that needs to find each call that is made to a method and inspects the parameters that are provided in that method call. I seem to have been able to obtain a list of the callers via CallGraph.CallersFor(Method), but am having trouble getting the expressions / literals that are provided for the parameters, as well as knowing which parameter they relate to. I'm sure there's something obvious that I'm missing. Should I be locating instructions with OpCodes such as call and callvirt instead, and then working my way back up the stack to find the parameters I'd prefer not to have to do this if possible, since it seems that it wo ...Show All
Smart Device Development Newbie with VB^ to .NET problem revisited
First, thanks to Paula for putting me on the right track to I hope eventually getting a solution to my original problem. Here is the code that is throwing me for a loop.... ReDim aryVin(2) aryVin = brReader.ReadBytes(2) SizeVIN = (aryVin(0) + aryVin(1) * 256) - 4 RecNumber3 = SizeVIN + 3 Numbytes = RecNumber3 - 4 + 1 A = "" ReDim aryVin(Numbytes - 1) aryVin = brReader.ReadBytes(Numbytes) A = ASCIIEncoding.ASCII.GetString(aryVin, 0, Numbytes) fsStream.Close() brReader.Close() This is what is happening, if I step through the code so that the A = line is ...Show All
Visual C# Creating a random number of linklabels inside a groupbox
Hey, I need to create a random number of linklabels inside a groupbox, random meaning as many "clients" there are in the database, but that's another story.. I'm using the following code to create the linklabels inside the form: public void clientList_Click(object sender, EventArgs e) { dbConnect(); myDataTable = myDataSet.Tables["Client"]; currentRow = 0; totalRows = myDataTable.Rows.Count; clientsLinkLabels = new ArrayList(); for (currentRow = 0; currentRow < totalRows; currentRow++) { int posy = (70 + (30 * currentRow)); clientX = new LinkLabel(); clientX.AutoSize = true; clientX.Location = new ...Show All
Visual C# How to get the display information from a website?
How to get the display information from a website For example, when i click a button, the system will get the fixed deposit rate from a certain bank website. How can i get the value that display on the website Can anyone help to solve my problem Hi You wanna to access the information that resides on a diffrent web server. Try to search a web service if the Bank have, and acces the information to display on your page. Or Try to get the page through System.Net.WebClient ... and parse the page to extract your information and then display that. Or If you are stronger in Java Scripting or any web scr ...Show All
Visual Studio Team System Move PInvokes to native methods Class
Hi Guys I'm getting the above warning in FXCop (1.35), any examples on what I need to do to correct. Thanks FX Cop reports the following CriticalWarning, Certainty 95, for MovePInvokesToNativeMethodsClass { Target : GetKeyState(System.Int32):System.Int32 (IntrospectionTargetMethodBase) Resolution : "Because it is a DllImport method, FrmLogin.GetKeyState( Int32):Int32 should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods. " Help : http://www.gotdotnet.com/team/fxcop/docs/rules.aspx version=1.35&url=/Design/MovePInvokesToNativeMethodsClass.html (String) Category : Microsoft.Desig ...Show All
SQL Server How to query xml data in column type xml
How can I query xml data in column type xml using an xml schema from the same table row in the xmlschema column and return values(not xml) to insert into a seperate table XML Data Table C1 =RecordID (int) C2 =XMLData (xml) C3 = XMLSchema(xml) How can I query the XML data using the xmlshema column and return values(not xml) to insert into table 2 Table 2 C1 = RecordID C2 = User C3 = date thanks I think you are looking for the XQuery "nodes()" function if I understand you correctly. It sounds like you want to reach into the column that is storing the schema, extract scala ...Show All
.NET Development My programs won't start up on Win98 or Win2000
I've been struggling hard with this for about a month. I have a program written in C# .Net 1.1, that has about 170,000 lines of code and is in daily use by thousands of users. Any version that I released after about 9/1/05 simply fails to start up at all on Win98 or Win2000. "An unhandled exception has occurred", followed by thread id, but absolutely none of the usual details. Keep in mind that it continues to work flawlessly on WinXP, and it always worked flawlessley on Win98/2k until one month ago. The problem does not affect previously compiled versions, only those which I compiled after that ...Show All
Visual Studio Installing VS.NET on DC
Hi All, Does anyone know if there is any reason why I'm unable to install Visual Studio.NET 2003 on a Domain Controller This is on our dev server, so no machines connect into it... I'm a bit perplexed Resolved now thanks. Would not install via T/Services, but remote control box and it's fine. Ta. ...Show All
.NET Development FtpWebRequest and timeouts
hi, i'm using the FtpWebRequest class as used in the SDK examples. i find that when an upload takes a few minutes, the call to GetResponse() fails with "Underlying connection closed", even though the upload was successful. i'm not changing the Timeout value, but i do have KeepAlive set to true, in an effort to keep the connection active. i guess it's a timeout after such a long upload, but i'm wondering if i need to bother calling GetResponse at all if there was an error streaming the file, surely it would raise it's own exception and not wait for me to call GetResponse thanks tim Well w ...Show All
Visual C# Problem Accessing Member Class?
I'm getting an error when I try to access a member class. Here's the class: class person { public class fullname { public string firstname; public string lastname; } public double age; public string interests; public static int totalpeople; public void greet() { Console .WriteLine( "Hello, " + person . fullname .firstname + person . fullname .lastname); Console .WriteLine( "I am also " + age + "years old and like " + interests); } public static void displayTotalPeople() { Console .WriteLine( "You have introduced a total of " + totalpeople + " peopl ...Show All
Windows Search Technologies Installation Problems with your product
ok, so i decided to install your desktop search (WDS) thing. all good, it installs. think it is MSN Search Toolbar with Windows Desktop Search . so, i go for coffee and i feel brave and decide to install you latest beta. this is Windows Desktop Search 2.6.5 beta (KB911993) and guess what......... It un installs MSN Search Toolbar with Windows Desktop Search and the tries to install the beta and fails with error about Update.inf file. Full error message is: Setup could not verify the integrity of the file Update.inf. Make sure the Cryptographic service is running on this computer. And now I ask you: "&quo ...Show All
