Antonionini's Q&A profile
Visual Studio Team System LoadTest.ThresholdExceeded problem
Hi, I wrote a simple load test plugin and used LoadTest.ThresholdExceeded. I set a threshold rule for process time in the local machine (testing machine). In the handler, I specified that when an ThresholdExceeded event occured, a message box wouldl pop up and the load test would be aborted. But it seems to me the handler was not working well. Although I saw a lot of threshold violations in the in the test result wizard, I never got any ...Show All
Visual Studio Express Editions crashing VB express edition
hi everyone, I'm just learing to program from the beginning, so i thought that i would start out with VB. I've been using VB Express edition beta and been very impressed with it. but recently i've found that that it keeps crashing a lot. like very a lot. when i'm in the middle of using it the return key will just stop working as well as the tab key, backspace key and delete key dont work. it's not my keyboard as these keys work in notepad. r ...Show All
Visual Studio Problem with Class Designer and Pages and Controls
I'm trying to create a class model for some pages and controls in my website. However when I drag any of them to the class diagram I get an error "Some of the selected types cannot be added to the class diagram. From a previous post there was a comment saying you cannot model these types. Is this still true, and if so does anyone know of a work around I also tried reverse engineering to Visio, but the model only shows ...Show All
Visual C# How to play sound from resources?
I can play MySound.wav from my disk, using SoundPlayer media= new SoundPlayer (@"c:\MySound.wav"); media.Play(); But i want this sound was included to my program. I add it to resources. but SoundPlayer media= new SoundPlayer ( CsApp.Properties. Resources .MySound); media.Play(); doesn't work... If the wav header is corrupted then the file that you want to play isn't PCM wav fil ...Show All
Visual Basic Query editor in VS2K5 / Query editor in SQL2K5
The possibility of executing and editing SQL Code from the VS 2005 IDE is great...having the SQL Project with all our scripts and procedures inside the Solution is awesome...however the Query Editor and the Results Pane fall short compared to the ones inside the SQL 2005 Management Studio..... Is it possible to use the editor in the SQL 2005 Management Studio inside the VS2005 IDE instead of the default one Thanks in advance. Best regards, Al ...Show All
Microsoft ISV Community Center Forums VBA 6.4 now available on MSDN Subscription
We now can download VBA 6.4 from MSDN Subscription. ...Show All
SQL Server Database Diagrams: FOREIGN KEY constraint "fell off"; can't drop/recreate it...
Hello, I have two tables Person & Location where Location has a primary key LocationId and Person has a foreign key LocationId . Sometime ago I used the Database Diagrams visual tool of SQL Server Management Studio Express to create the foreign key relationship between the two tables - i.e. "visually" (drawing a line between the PK & FK LocationId elements of both tables). Time has passed and I recently noticed that, upon retrie ...Show All
Smart Device Development resgen.exe
hello i have a problem with the resgen.exe....when i try to build my projekt (in vs .net 2005) i get the following error: resgen.exe exited with error -1163019603 what does this error mean until now i haven't found a good explanation... i hope someone here can help me tia pezi Are you trying to open a VS 2003 project in VS 2005 If that is the case, it might have to do with compatibility - please refer to th ...Show All
Software Development for Windows Vista Trouble with FindFirstFile()
Hello, I'm writing a program that needs to extract the filenames from a given directory. Naturally I decided to use FindFirstFile and FindNextFile of the Windows API, but no matter what I do, I cannot get FindFirstFile to return a valid handle to a file. Here's the code: WIN32_FIND_DATA file_info; // will hold file info HANDLE file_handle = INVALID_HANDLE_VALUE; // handle to the file DWORD error; // will be used to tell when there are ...Show All
Windows Forms Internet zone
Hi, I have problems with applications deployed using ClickOnce from the Internet zone. I have created a sample application (just a form with a button that makes an illegal operation in this zone - looks if a file exists). http://www.valil.com/TestExpress/TestExpress.zip I have set the zone to Internet and I have deployed it on the web server. When I try to run it, I get the message "Application has been blocked ..." (the message you get when y ...Show All
Windows Forms Retrieving a tooltip
Hello, I wish to receive the toopltip whenever the application is supposed to display it, and then show it in a Label control. For instance, I would like to define a tooltip for a TextBox, and whenever the user hovers over it, I would like to show the tooltip text on my Label instead of the usual yellow popup. How may I do this Kasper Now that you have defined a tooltip for the textbox,you can set the active p ...Show All
Windows Forms Need help consuming web service
We have a vendor who created some web services for us, but I don't know how to consume them. I created a reference to the .asmx WSDL file, and it reads it ok and creates all the appropriate files. What I don't know is how to cal ...Show All
Smart Device Development Data security
Hi All, I have a file (around 6 Mb) that will be loaded into customer's machine and currently I somehow secure it by MANUALLY manipulating the information inside the file. I read somewhere in MSDN magazine that they strictly recommend not to write our own cryptographic function which is why I re-consider my approach. The reason I didn't use those sophisticated algorithms that are provided by .NET is because I have no idea on where to store ...Show All
SQL Server SDF Creation on Desktop
Hi to all in this forum. have been involved in this discussion for over 3 weeks now and here is the perspective from what I now understand. MS does NOT support direct management of Mobile SQL:data on the desktop EXCEPT for the following You have an SQL Server product (NOT SQL Server Express) 0r. You have a Tablet PC HOWEVER You can manage your data on the desktop by right clicking the relevant table withi ...Show All
Visual Studio 2008 (Pre-release) Where is the Hello World Example?
I realize this is a bit trivial. However it is quite frustrating every time I attempt one of these Tutorial/Walk-thru's in unknown territory only to find the documentation to be incomplete. Can anyone please tell me where I can find the "Hello World" code example for the WPF "Getting Started..." tutorial In the documentation it states the following: Run the "Hello World" Example ... To launch XAMLPad ...Show All
