dealkk's Q&A profile
Software Development for Windows Vista problems communicating with the host
Hi, I am trying to get host communication working because I need to communicate back to the host if for example, a process will be long running. I've set up a very simple example which raises an event on the host and every time I run it, I get an error: Done Exception has been thrown by the target of an invocation. Press any key to contine The code for my test harness is as follows: #region Using directives using System; using System.Colle ...Show All
Windows Forms Databinding and changing Textbox value
Hello to all, I have a form with textboxes binded to a datatable. When I change the TextBox value typing something and calling dsCustomers.Customers.Rows(0).EndEdit() method, the datarow is modified correctly, and Update(Dataset) works fine. Instead of that, I added tw ...Show All
.NET Development Automation Error Raised by VB6 App on a .NET component ever since installing .NET 2.0 Framework
I noticed that a VB 6 app is no longer able to properly call a .NET component exposed with a COM interface that was compile via Visual Studio 2005, it raises an Automation error . Setting the application configuration file to point to the .NET framework v2.0.50727 does not help the situation. However, when the .NET component is compiled via Visual Studio 2003 it works provided I have the infamous application configuratio ...Show All
Visual Studio Team System TF Beta 3 - Is it Single Server Enabled?
Can both the App and Data tiers be installed on a single machine with Beta 3 The RC1 VS 2005 bits we got at the PDC came with a corresponding SQL Server 2005 Developer Edition. Should we use only the Developer Edition of SQL with Beta 3 as with previous drops Or will TF Beta 3 come with the appropriate SQL Server 2005 drop You may want to know about this workaround: http://bl ...Show All
Smart Device Development Hello everyone, isi this possible?
Hello!!! First of all, it is nice to write here and to share all our knowledge about this fantastic world . I am a completly beginner in xml and for this i have a little problem, please help me . I want to configure my PcPocket (Qtek S100) using xml files. I have configured all the networks (GPRS,WAP...) using wap provisioningdoc and then transforming xml files in cpf files with makecab, i haven’t had any problem, but when i have tried ...Show All
Windows Forms PrintToPrinter no data
WinForms Dot net. We have a loadreport function that builds all the paramaters and logins. The very last commands are based on whether the app told the method to print only or not. If print only we set the printer name to nothing to ...Show All
Visual Basic Missing Code Analysis Tab
I have Microsoft Visual Studio 2005 Team Edition for Software Developers and can right click on a project and "Run Code Analysis" but I get no Code Analysis tab in Project Properties. Anyone know how to fix this. Thanks Why is this marked as the answer when it answers nothing I have the same problem, and after doing some research it appears that *possibly* SQL Server 2005 has installed an incompatible versio ...Show All
Visual Studio Visual Studio .Net 2005 Beta 2 - can't access MSDN
Just installed VS 2005 Beta 2, it's great. Like the new features. Unfortunately, I can't seem to access any help system. The only help I get is "help on help". Nothing on MSDN or VC#. Tried reinstalling MSDN and that didn't help. Has anyone else experienced the same problem Or is it just me For what it's worth, here's another manifestation of the same problem. In my case I c ...Show All
Visual Basic compilation
I have a solution made in VB.net beta 1, when try to compile it in beta 2 appears next message: "Error 64 The "ResolveAssemblyReference" task failed unexpectedly. System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. at System.IO.Path.NormalizePathFast(String path, Boolean ...Show All
Windows Forms Bug in binding textbox to Child Table??
I have a DataSet called dsArticlePlan1 with two Tables. Master Table is "Article" and Child Table is "Plan". Next I declare two different DataViews as follows: viewArticle = dsArticlePlan1.Article.DefaultView viewPlan = dsArticlePlan1.Plan.DefaultView Next I ...Show All
Visual Studio Express Editions Inputbox
I've seen this tool in Visual Basic and Visual For Pro. But is there an equavilancy of this function is C# .NET Express Straight forward question =] Thanks in advance Vinces, Windows Forms does not have an InputBox control. However, Les Smith wrote one for C#. Check it out at http://www.knowdotnet.com/articles/inputbox.html -- Tim Scott http://geekswithblogs.net/tscott/ ...Show All
Visual C++ DataGridView in Visual C++
Hello: What happen with Visual C ++ 2005 and MFC They are going to disappear in the future I see that are many controls advanced and new in C# and VB, but in C++ follow same. For example, I have not been able to insert the DataGridView control in C++ (MFC). It is not compatible there What is necessary to make to use it in C++ Please, help Thanks. -------------------------------------------------------------------- ...Show All
SQL Server sql server express loses ability to write to database
After a period of use (typically 1-2 hours), an application using SQL Server Express stops writing to the database, whilst still continuing to read from it. As far as I can tell, no error message is generated by any operation. The application is written in VB Express and is executed on several machines, with SQL Server Express on a central machine. Re-starting the application on the affected machine restores normal operation. The problem ...Show All
Windows Forms Crystal report designer in VS.NET 2003
After I am adding a new CR report in my solution, when I try to create a datasourse by clicking on the Database context menu, none of the Data-provides are listed, but I see many in the Server explorer->new data connection dialog. What ...Show All
SQL Server Select statement with dynamic columns based on data content
What you want is a cross-tab. If you can't embed the IDs, you'll have to use dynamic SQL for this. See the following link: http://www.aspfaq.com/show.asp id=2462 -- Adam Machanic SQL Server MVP http://www.datamanipulation.net -- <Jerry Langley@discussions.microsoft.com > wrote in message news:58e59fd5-61fa-4676-a083-d5fef7ef534e@discussions ...Show All
