Zdog's Q&A profile
SQL Server Active Database Connections SQL Express, how many
How can I determine if everyone has logged off of the SQL Express database, ie, no one else is connected. I need to clean up some files that are generated in my code, but I only want to do that when everyone has logged off the database In MS Access, I could try to re-open the MDB file exclusively. Is there a connection number etc Hi there, There isn't a connection number per se (well there is t ...Show All
Visual Studio Team System TFSClient cannot able to connect TFSAPP
Hi, Installed VSTS in DATA Tier, and went with Dual Server Installation. Installed application tier in TFSAPP machine and client in TFSCLIENT. I opened the Visual Studio and tried to add the server i am getting following error. Unable to connect to this Team Foundation Server: TFSAPP. Team Foundation Server Url: http://TFSAPP:8080. Possible reasons for failure include: - The Team Foun ...Show All
Visual C# How can I change the computer resolution when my program starts?
I'm having a problem when I install my apps to a computer with less resolution, my customized forms does not display all the buttons especially the ones at the bottom. I want to set the resolution at run-time, how do I do that Please help. Whilst I'm sure there's ways of doing this, my simple answer would be: don't. Not under any circumstances. You have no idea why people have the resolution they do. They may have eyesight problems, requir ...Show All
SQL Server SQL Server CE and Memory Issue
Hello, Have a query that consistently gives back the following message. Not enough storage is available to complete this operation The query I'm using is a little more complex than what I'm usually using. It uses Case, has extra characters in the formatting like (i.e. '-------'), connects 2 databases. Free memory can be as much as 3 MB on the Pocket PC before sending the query and I can still receive the above message. Was wondering if t ...Show All
Windows Forms Bind an array of structure to DataGrid
Hi, Can I bind an array of structure to DataGrid I tried but the data didn't show in the datagrid. Please help. Thanks!! Here is my code: Public Class Form1 Inherits System.Windows.Forms.Form Public Structure st1   ...Show All
Windows Forms Getting a Strange Click-Once error at Install time - please help
I am able to successfully publish my files to install.inventorymanager2005.com but when I click on the Install button it gives me a bland error message that the program was not formatted correctly. Click on Details and you get this: PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50215.44 System.Deployment.dll : 2.0.50215.44 (beta2.050215-4400) ms ...Show All
SQL Server Bad print performance on HP Laserjet?
Hi, I've finished working on reports (RS2000) and tested them on several printers, mostly OKI printers, which worked perfectly. I've deployed these reports and now I'm getting calls from the customer that these reports are not good when performed on a HP Laserjet 2100: - The print is processed very slow - The text versus grid is not good aligned - Every time a print job is submitted there has to be pressed on the button of the printer ...Show All
.NET Development Cannot step into remote methods while debugging a windows service.
Hi all, anyone know anything about debugging remote methods called from a windows service I can step through the actual service by starting it, then attching the debugger to the process it's running in and stepping through my service code which I stuck in the OnContinue method for debugging purposes. But, I call a couple of remote object methods in this code and I can't get it to step into those. In fact, I can't even display any messagebo ...Show All
.NET Development How to call external function defined in microsoft jscript
Hi there, I need helps. I have a function defined in hi.js. ------------------------- function hi(){ WScript.echo("hello !") } ------------------------- Now, I want to call this function in callhi.js ------------------------- hi(); ------------------------- I put both of them in a directory. But it does not work. I don't know why, because in WinXP, C:\WINDOWS\PCHealth\HelpCtr\System\scripts, they can call external function. See Common ...Show All
.NET Development Serial Port Communication
I need help by my programm about communication over the COM-Port. I was able to send something, but i wasn't able to receive data's... I tried to realize with this command: --- private void tBox3Update() { textBox3.AppendText(ComPort.ReadExisting()); } --- thanks for some help! You can see one sample to read comPort in: http://www.codeproject.com/csharp/SerialCo ...Show All
Visual Studio 2008 (Pre-release) Quality of Drawings Q
Hello, I’m new in WPF, all my previous exp with drawings for Win is Win API, GDI+. I'm surprised by the quality of drawing in Avalon. Please note, I do it from my code: Ellipse es = new Ellipse(); es.Width = 20; es.Height = 20; es.Stroke = Brushes.Green; es.StrokeThikness = 0.5 MyPanel.Children.Add(es); What I got in result is a crappy GDI+ like pseudo circle... I sow some real nice examples of drawing with XAML (I can't ...Show All
SQL Server CurrentMember failed with (Multiple Items) in the 'filter fields'
hello CurrentMember failed with (Multiple Items) in the 'filter fields' because ofcourse CurrentMember can NOT be associated with a set !! Is there a simple way to make this Multiple-Item-safe (in the filter) for example this MDX-formula: sum( generate ( ascendants([Posting Period].currentmember), iif( & ...Show All
Visual Basic What happend to Right & Left
Hi everyone I just tried to manipulate some strings in VB.Net, but what happend to Left() and Right() and of course Mid(). It seems that these functions are gone, but which one can I use Or is there now a totaly diffrent concept behind i Thanks for some advices. . It seems that stringmanipulation is always a main topic. Left and Right are gone, but there are some new methods & functions wich are very helpf ...Show All
Software Development for Windows Vista Rebuilding application for Win CE
I hope this is the correct forum... So I have now finished my pride and joy first VB application and it works very well on a Desktop/Laptop. How hard, easy, impossible is it to recomplile it so that it will run on a window CE machine Is it just a matter of recompiling it or more work needs to be done for it to work Any ideas, pointers suggestions appreciated. Glad to hear your app runs well on laptops! Th ...Show All
Visual Studio 2008 (Pre-release) 2 Services: Same Type, different behavior
Hi all, I have implemented a services, and I want to host 2 instances of it on the same machine. Each service instance will have it's session and will have a different behavior. How can i do this, if the <service> in the configuration file is identified by its name which is the full name of its class Any idea 10x Guy Burstein Create two (empty) derived classes: public class Service1 : Se ...Show All
