strontium90's Q&A profile
Visual Studio Express Editions Unable to run debugging.
Hello Happy new year. I am a new user of Visual Basic express. And I can not get startet. The problem is that I get a message wen I try to debug somefing. The message is: Error while trying to run project: unable to start debugging And then somefing in Dutch. De bindingsingang is ongeldig. I don't now wath it meens in Englisch. Can somebody help me solving this problem. Regards Carel ...Show All
.NET Development Typed DataSet and changed underlying database tables
Hi, I have a typed DataSet that is generated by VS2005 IDE based on Oracle Tables. We had to change underlaying tables after Typed DataSet creation. Is there any way to update the DataSet structure based on changed database tables Thank you, Alan Are suggesting that there is no way to update a Typed DataSet It doesn't seem to be a practical approach. Database table structure can change. I hope that w ...Show All
Visual C# How to use 101 samples of Visual Studio 2005
I downloaded 101 samples of visual studio 2005, but there is no project or solution for me to open by visual studio 2005, who knows how to use the 101 samples. thanks. After running the setup you can find the solutions. For example the Asynchronous Queries example solution can be found in: MSDN\101 Samples\C#\Data Access\Asynchronous Queries\Asynchronous.sln ...Show All
SQL Server The SUM issue
Hello, I have a question about the Sum function in SQL Server Reporting Services and I appreciate your response. I have a project due shortly for which I have to do a lot of calculations and every time I drag a numer or a money field into a detail row in my table, I get a Sum(Fields!Count.Value) where I just want the individual amount for that row as Fields!Count.Value. I know that Reporting Services automatically gives the Sum for t ...Show All
Smart Device Development cant cradle emulator
hi there, i have problem cradle my emulator and sync with my desktop pc, the green icon is just keep on spining and connecting, but never get connected and sync. it was strange that when i was using real pocket pc it successfully connected and sync...what happen Can you please try 1. "Clear save state of emulator using Device emulator manager and then try to connect and cradle again " 2. Kill wces ...Show All
Windows Forms Saving location of database in the app, not the database
How can I save the location (Path) of the MS Access database I want to connect to in my app without having a second database local to the VB Client. Obviously, the client needs to know the path to the database in order to connect,&nbs ...Show All
Visual Studio 2008 (Pre-release) This Storyboard timeline tree could not be frozen
Hello. J I’ve built a custom control based on the Control type. It’s an analog clock with a hand for the seconds. I wanted to set an animation for each elapsed second. The animation would simply take the seconds hand from wherever it is to the next second position (angle). When I try to set the animation, I get the following error: This Storyboard timeline tree could not be frozen. &n ...Show All
Visual Studio Express Editions Data not updating: VB 2005 Express Tutorial
Hi! I'm new to VB and databases, so I'm working thru the below linked tutorial provided by MSDN: http://msdn2.microsoft.com/en-us/library/es6f6ht5.aspx My code is correct and I have followed the directions to a T. However, I cannot get my database to save changes using either the BindingNavigator control or by (attempting) to force it to update using the TableAdapter.Update() function. Here is all the code I have for the ...Show All
SQL Server SQL 2005 Management Studio Timeout expired
I get the message - "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding" - when working with large tables in Management Studio. I have tried changeing the following: 1) Selected Tools -> Options 2) Expanded the "Query Execution" node 3) Clicked on "SQL Server" 4) Set value for "Execution time-out" to 0 and various numbers up ...Show All
SQL Server Full-text indexes in partitioned tables
Hi. Few questions. I'm trying to create a unique index on a partitioned table. Why must the partitioning column be a subset of any unique index for that table (or a primary key) Adding a little complexity. I want to partition a table which has a full-text indexed column. For a full text index, I need a unique single-column index. However, I cannot create such an index unless it includes the partitioning column ( ...Show All
Visual Studio Team System How do I create validation to verify that form field is in read only mode?
How do I create validation to verify that form field is in read only mode I have page with form on it where some fields are in disabled mode. How can I validate form field name and value, and also i would like to check whether the field is read only or not read-only. For example, here is the part of html code from my page where some form fields are read only: <table border="0" > <tr> <td ><s ...Show All
Windows Forms no-touch deployment!
I was trying no-touch deployment on the TaskManagement application which is found in Microsoft site at http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vstechart/html/vbtchno-touchdeploymentinnetframework.asp I did all the changes which is told in this site on my machine it worke ...Show All
.NET Development Locks & HashTables
Hi, I would liek to know if there is a way to lock theindividual buckets of a hashtable using v1.1.4x in c#. I need to add entries into the hashtable, read them & remove them using multithreading. So I guess individually locking the hashtable's buckets would help me in doing this. If there is any other method that one knows of, please let me know the same. Thanks in advance, Have a Nice Day!. There really is no way ...Show All
Windows Forms Textbox bound to a decimal type will hang the form if non-numeric data is entered
Here is a simple problem: Drag a decimal or numeric field from your data source onto your form (creating a bound textbox). Enter any non-numeric or invalid data into the textbox and the form will seem to "hang". That is, no other controls (even the form close) will operate. You can't navigate out of the textbox until you enter valid numeric data. Has anyone found an solution to this problem You mu ...Show All
Smart Device Development How can I create a Smartphone Home plug-in project for both WinCE 2003 and Win Mobile 5.0 ?
Hello, Sample "Homescreen" project has only Win Mobile 5.0 setting, and I need a plug-in for WinCE 2003 as well. If I build a plug-in under WM 5.0, can I use it for WinCE 2003 as well If no, what kind of project should I create to support both OSs: DLL, static library, or something else And what options and settings should be set Thank you. Hi, I have a sample homescreen application from the ...Show All
