Joysen's Q&A profile
.NET Development XSD problem on upgrade project to VS2005
Hi I recently did my first project upgrade from 2003 to 2005. All went well except for an error with the XSD file i have in there. I can see it in the designer but the code has no code and no dataset. It wont compile (i cant be specific on the error message as it seems to be a different one each time but at present it says "Custom Tool error: Could not retrieve the current project). Any ideas even be ...Show All
Visual Studio Express Editions My program don't stop in a 'toggle breakpoint'
I set a 'toggle breakpoint' in a line, but my program continue running and don't stop there...why , thanks a lot for your help. Excuse me my bad english. Hansi is the break point on code in the main exe or a referenced project It sounds like the code being executed is in an assembly that is from a previous build of a project. close down VS and delete all the bin and obj folders for all the projects in the solution. reopen th ...Show All
SQL Server SQL 2000 Program Installation location for performance.
New installation with SQL 2000 on a new server with RAID 1 and RAID 10. In the past I have installed the SQL Program and Databases on the RAID 10 for perfromance. With the OS and transaction logs on the RAID1. Question is : For possible increaced performance where is the best place to install the SQL programs On the RAID1 where the OS and TLogs exists Or on the RAID10 where the Databases exist thank you in advance. ...Show All
Windows Forms DropDownList SelectedIndexChanged not firing
Is there a trick to getting a SlectedIndexChanged event to fire on a DropDownlist control No matter how I select an item this event does not fire. I ahev checked my code, I can do even handling for any of the other controls in the form but nothing on this DropDownList. Thansk in advance. Hi fhunter, Have you tried getting it to work in a fresh project 1) Add a ComboBox 2) Add some list items by sel ...Show All
Visual Studio Express Editions How To Read from XML Response
Hello-- I am looking for some guidance on how I can import specific values from an XML response that I request. My program sends a request to the server and the server responds with: <rdf:RDF> <geo:Point rdf:nodeID="aid52520341"> <dc:description>Southfield MI 48025</dc:description> <geo:long>-83.26</geo:long> <geo:lat>42.51</geo:lat> </geo:Point> </rd ...Show All
Visual Studio Express Editions Hierarchy and definition list problems.
A brief history... Okay, I am completely new to programming. My past attempts with trying to learn C++ from the two huge 3" books that I have was a waste of my time. When I did finally learn how to make something simple, I did not understand how to implement a "user-interface" with the project. But when I came across Visual Basic 2005, it completely opened up the programming basics to me...I am even able to understand more ab ...Show All
Visual Basic Q: SQL Server
HI, if i wrote program depending on SQL Server database, should i ask my clients to get SQL Server program during the distribution of my program , or is there any small operator or something like that to make my program connect to the data independently thx You can redist the new sql server express edition and the msde. http://www.microsoft.com/sql/editions/express/default.mspx http://www.microsoft.com/downloads/details. ...Show All
Windows Forms Change Tab control image
Hey, I am trying to figure out how to add a background iamge/image to the tab control in Visual Basic 2005 express, I added the control into my form but it is the windows default color, so set the background image of it so it fits what I made my program look like using iamges, but the buttons are the same color, windows default, how do I add a image to the tabs so they are not the windows default color, and fit in with my program's color ...Show All
Visual C# static properties & instance property
Is there a wishlist for future features somewhere I would like to propose this: Currently you cannot have an instance property and a static property with the same name in one class. I think you should be able to do that, because there can be no mistake in accessing the property one way or the other, also you cannot change the modifier for the property when inheriting. So it is always clear which one you want to access. class Test { static ...Show All
Visual C++ 64 bit applications and typelib files
Are there any source (.idl file) changes that should be made to create a typelib project targeting the x64 platform It appears to me (so far) that there is no real difference in the type library that is created for the Win32 target and the x64 target. Remember that the idl and COM always used a data marshalling schema that is platform independant. So it was the intent from the start of COM to have a standard di ...Show All
SQL Server Server Name problem
Hi, I have chart on a report. If i access a report from the Reportserver by the IP address of the machine, the chart shows up otherwise( i.e if i invoke it with the machine name) it does'nt show What may be the problem Have you tried it with http://localhost from the server Sometimes underlines ( _ ) in servernames have strange effects, whats your servername ...Show All
Visual Studio Express Editions How to indirectly reference a resource
This is a shorter question that piggybacks on my earlier post. Char 65 is "A". I have added a resource file named 65.gif through IDE GUI interface, not code. The resource adder named this item '_65'. I am now testing how to use a partial set of these type 'pictures of letters' in a program. I need to use a character code to look up it's associated gif image. To test, I have hard coded '65' as a string, added the underscore pre ...Show All
Visual Studio Express Editions how can i pass data to Excel
Please can anyone can help The following code works properly in Visual Basic 2003 but not in Visual Basic 2005 Express. Dim EXL As New Excel.Application() If EXL Is Nothing Then MsgBox("Couldn't start Excel") Exit Sub & ...Show All
Visual Studio Express Editions C# and Windows Forms
Dear Developers ... I have an problem with Visual C# 2005 Express in an Windows Forms Application. There are two Forms. My Application starts with an Login-Form. Then the user types in his Login-Information and if everything is ok, then the Startpage from my Programm should be shown. In the Eventhandler of my "OK"-Button I wrote at last: Startpage formStartpage = new Startpage(); formStartpage.Show(); this.Close(); T ...Show All
Windows Forms OFFICIAL SURVEY about your usage of the .NET Framework documentation!
Hello - I'm conducting an official survey about your usage of the .NET Framework documentation. In particular, what programming languages do you filter on. Your answers will be used to help improve the documentation viewing experience. When reading the surv ...Show All
