Chiro's Q&A profile
Visual Studio Express Editions pages error
my page1 is not recognised by my page2 by tis i mean tat the dropdownlist in page1 cant be detected in page2 here's the scenario i have a DropDownList1 in page 1 and i have TextBox1 in page 2 So i want the TextBox1.Text to display DropDownList1.SelectedValue so i put this TextBox1.Text = DropDownList1.SelectedValue but there's an error sayin DropDownList is not declared can anyone tell me how to solve this problem im usin visual web developer 1st i create a PanHotelDeafault.aspx 2nd i right click the solution explorer and add new item and click web form 3rd i name the new web form PanHotelCustInfo.aspx 4th there's a dropdownlist in PanHotelDeafault.aspx and a Textbox ...Show All
Visual Studio Team System Ability to incorporate relational data within TFS fields?
I would like to add role information to a customised work item. When a user is chosen from a dropdown, I would like the role dropdown to default to the chosen user's role. Currently both users and roles are defined in Global Lists, but I wondered if there was anyway that I could move to a relational model. Can this be done Can you explain more on what you mean by moving into a relational model Do you mean moving role data to a database and doing some databinding The built-in controls read only from work item tracking xml and global list. If you must read from relational db yourself, you could create custom controls with SP1, but that control would have be deployed in users' boxes. ...Show All
Windows Forms no registry keys are created on x64
I have a Setup Project created by using Microsoft Visual Studio 2005 Version 8.0.50727. This setup project creates several registry entries. The registry editor is used to specify which entries should be created. By setting the project's "TargetPlatform" property to x86 and executing the wizard on 32bit platforms everything works correctly. Ecch registry entry is created. The problems begin when I try to execute the wizard on x64 platforms. More details about the platform: Windows Server 2003 R2 Standard x64 Edition with SP1, Intel Xeon 3.4GHz CPU. On this x64 box, the system path environment variable begins with the 32bit related entries (e.g. C:\Windows\System32) and follows with the 64bit related ones. It seems to be ...Show All
Game Technologies: DirectX, XNA, XACT, etc. using XNA Framework with no shader capability display driver???
I have Intel 82852/82855 GM/GME graphic card with no support for shaders. Is it possible to develop a 3d application with XNA Framework under this condition.When I run a tutorial project I got the message "Both a valid vertex shader and pixel shader (or valid effect) must be set on the device before draw operations may be performed." I am new to XNA concept. Before I was developing with MDX 1.1 and I can develop 3d application with out shader support. So how can do this with XNA... The content pipeline is not tied to the XNA graphics system. There's no point trying to duplicate our public interfaces: that just happens to be the way we do graphics, but if you want to do graphics some other way, you could extend ...Show All
SQL Server Same error with different Interface
I have just installed the released VS2005 as well as the released SQL2005. When ever I try to browse my SQL Server with either the Object Explorer in MS SQL Server Management Studio or the Server Explorer in VS2005 I get the following error: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). Does any one have possible solutions for me Any help would be greatly appreciated. --Nick ...Show All
Game Technologies: DirectX, XNA, XACT, etc. render a copy of the backbuffer
Hello I have read several posts about that, but nothing seems to work for me, I try to save my backbuffer (to store it in a surface) then I would like to draw this saved surface... so, I need two things. 1: save my backbuffer MyBackBufferSurface=graphics.GraphicsDevice.GetBackBuffer(0,0); 2:render my backBuffer spriteRenderer.Draw(MyBackBufferTexture, new Rectangle (0, 0, 512, 512), Color .White); I used : MyBackBufferSurface= MyBackBuffertexture.GetSurfaceLevel(0); to assosiate my surface with my texture I end up with a black surface when I render my texutre please help me I on this since a week and it makes me crazy. Surface oldRenderTarget = device. ...Show All
Visual Studio Problems loading August MSDN Library
During the install of the August MSDN Library, my syste blue screened and rebooted. After coming back up I've attempted to restart the install, repair and remove the library and I always get the same error message: The wizard was interrupted before MSDN Library for Visual Studio 2005 could be completely installed. Your cmputer has not been modified. To complete installation, run setup again. Click Finish to exit the wizard and run setup again. How do I get past this so that I can complete the install Karl This issue was resolved on Karl's machine. Since his machine got into locked state, we uninstalled all MSHelp-related applications (MSDN for VS 2005, Microsoft Document Explorer 2005, ...Show All
Connected Services Framework Security Toekn Configuration in Manifest File
I have a problem with manifest configuration file.................. 1. I want the client to call Integrated Windows Authentication WS throught CSF. 2. I config manifest file as below to use Persona as secondary credential as below: < Participant timeout = " 30 " role = " Service " inChannelResponse = " true " type = " WebService " > < ParticipantName > HelloWorldParticipant </ ParticipantName > < ParticipantID > HelloWorldParticipant </ ParticipantID > < ParticipantUrl > http://localhost/HelloWorldService/Service.asmx </ ParticipantUrl > < PolicyDocument > < Reference > ServiceParticipantPolicy </ Reference > < Include ...Show All
Software Development for Windows Vista List of administrative functions in Vista
Hi, I want to write applications which can be run under UAC in Vista, in other words, non-administrative applications. I read the UAC article, it mentioned about administrative functions. Where can I see the full list of administrative functions Thanks! rgds, Wong Shao Voon ...Show All
Visual Basic Need help with collision and...
Need help with collision and optimizing the space of an shape when filling it with a bunch of smaller shapes. I got a shape that loos like this and I need to fill that with as many smaller rectangled shapes that I possibly can. So what I first need to do is figure out how to make it check so that the objects are not colliding with eachother or that they are outside the main shape. Then I need to figure out how to maximize the placement so I don't get a lot of blank space. So it might have to flip the rectangled shapes 90 degrees etc. So... my question is.. how do I detect the collision I guess that could be solved like people do with game collision And my second question is for the auto optimizing.. anyone got a clue where to start thinki ...Show All
Visual Studio License for Crystal Report
1. If i have a VS2005. Do i need to register my self and pay money for using Crystal Reports in my project I am using ReportDocument Object Model for creating my reports. Hi Sarika, Do you have more information about the type of project you are creating Registration is always recommended. It's a great way to get access to product updates, 2 free support incidents, and additional samples and tutorials. The following page has a clear description of the licensing required for Crystal Reports for Visual Studio 2005. You can also try to find your answer there. http://www.businessobjects.com/products/reporting/crystalreports/net/licensing.asp Let me know if that helps. Ashley Lessard (Business Objects) Crystal ...Show All
.NET Development How does Socket/s being taken care of in the memory?
Hello again :) I'm just curious, if I have a server, using async-sockets model, and 1000 clients connected, how is it handled I mean, I'm sure there are no 1000 threads (haha) taking care of each socket instance.. So, what Are there, let's say, 100 sockets taken care of in 1 thread, or what Where can I learn about it What happens if I use Thread.Sleep() in one of the sockets' events (the rest of the sockets are affected ) Really Well, I already have a well-built server and it's code is way too long to show it in here Was just wondering, don't really have any problem (: And it's async pattern, using 0 threads (custom ones that I made). Anyway what you're saying simply doesn't sound reasonable - 1000 clients a ...Show All
Visual Studio " An error occurred during local report processing."
I keep getting the error : An unhandled exception of type 'Microsoft.Reporting.WinForms.LocalProcessingException' occurred in Microsoft.ReportViewer.WinForms.dll Additional information: An error occurred during local report processing . This occurs on the line: report.Render( "Image" , deviceInfo, AddressOf CreateStream, warnings) I'm trying to use some code posted here to print without using the report viewer's print preview and no matter what I try (and I've created several simple reports), I keep getting this error. Is there any way to get more info on the error to pinpoint it's cause BTW, here's the version number of the dll file listed above if that helps any. 8.0.50727.42 ...Show All
SQL Server Primary Key Auto Increment
Hi, my table's primary key is int(4), auto increment with the seed 1, if I got 3 data inside, means the id should be 1, 2, 3 id fname lname ============================== 1 Stephen Saw 2 Ali Baba 3 ABC DEF suppose new record will have id of 4. Let say I deleted data with id 3, before adding new record, the new id will be 4 instead of 3, how can I made the new id to become 3 instead of 4 after delete the id 3's data. Is it possible to insert new record with id of 2 if I delete the Ali's record, but it will continue with id 4, or is there any method for me to reorder the id Thanks in advanced. u can do it , but its not a ...Show All
Smart Device Development Move from one textbox to another.
I have created an app that will take user input and place the input into textboxes. The problem I am having is after receiving input from the user in the first box, I can't get the cursor or focus to immediately go to the next box with the button eventhandler. Can anyone help Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Record As String = CStr (TextBox1.Text) My .Computer.FileSystem.WriteAllText( "C:\test.txt" , _ Record, True ) TextBox1.Text = "" End Sub Private Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click ...Show All
