Jordan Rinke's Q&A profile
Visual Studio Team System Bug: Run Tests in Test Results Window
Running a web test from the test results window doesn't seem to really run the test properly. (click the checkbox next to the test and a "rerun" link apears above.) I modify the test so that it should fail, save it, and then rerun the test from the test results window and it looks like it runs it and comes back with "Passed". If I run the test by clicking the "Click here to run again" link at the top of the page, it runs the test sucessfull ...Show All
Smart Device Development Problem smartphone, button
excuse my: I have italian, I not good english My problem is: with isual Studio 2005 Beta 2 , I have can at programming the smartphone bat the function private void Form1_KeyDown( object sender, KeyEventArgs e) not work. I press the button, and the program not pass for she. what is the problem I have find one interessant event: The function private void Form1_KeyDown( object ...Show All
Windows Forms Editable DataGrid and Dataset
Hi all I have a DataGrid on windows form. This grid is bound to a Dataset which has 2 tables . Parent n a child table. These parent child tables are bind to different dataGrids using a datarelation. The dataGrids need to be editable. Inserts Updates and& ...Show All
SQL Server Passport sign out from this forum
Just lately I have noticed that I am periodically getting signed out of this forum. When I try and sign back in I get directed to an error page saying: We apologize, but an unknown error has occured in the forums. This error has been logged. I would say this has been happening for a couple of weeks now at least. Has anyone else expereienced this Thanks Jamie ...Show All
Visual Studio Detect when a macro is loaded the first time
I want my macro module to register to the CSharpProjectItemsEvents and VBProjectItemsEvents ProjectItemsEvents when it is loaded. This is to detect that files are added/renamed/deleted from the project structure. I already use the DTEEvents.OnStartupComplete to do that and it is working well. However, is there a way within my macro project to detect that it is being loaded when the programmer first adds the macro project to the I ...Show All
Visual Basic SQL Query
In VS 2005, I have a login screen and I just need the code to add a SQL query and run it. I have a form with a binding navigator and I just draged the table from the Data Sources pane to the form. (There is probably some name for it but im not sure of it!) I just need the code to apply a query! Thanks guys, Zack Hi, I think these How-to topics will help you to do this. If the links do not work, you can search for the title on http://msdn2. ...Show All
Microsoft ISV Community Center Forums Live Communications Server tab does not show up
I have just installed Live Communications Server 2005 Standard in my test enviroment. I have a seperate server as a Domain Controller (all servers are Virtual Servers on one physical machine). When I followed all the steps during installation, no errors show up. Also, the HTML log files only display green 'success' items. However, when I open the User Properties window on my DC, there is no Live Communications Server tab. It should show u ...Show All
Visual Studio Help still broken
Just installed the release version of VS2005 standard. Alas, F1 help is still broken. If I position the cursor over a word (for example HANDLE) and hit F1, the following happens: 1. If MSDN is set to use local help only, it always displays the topic-not-found page, even though on the left hand side, the topic is not only present, but selected. A single click on the highlighted item displays the correct information. 2. If MSDN is set to use onlin ...Show All
Visual Studio Team System Adaptive Object Modelling
Hey, Is there any person who know or use the "adaptive object modelling" in his/her project. http://www.joeyoder.com/Research/metadata/OOPSLA2000/poster.htm I think it would be good discuss Hey, Yeah AOM is slow and poor performance. I have developed my project with aom. I could never release it with this performance. Then I have changed my structure. I started to use oodbms instead of using rdbms(mysql, mssql..). Now my project i ...Show All
Windows Forms How can I retain the filename in open file dialog and save it in the same name?
Experts, Please help. I have a MDIForm which calls Child Form. In this child form I have two toolbar buttons, one for open file, and another for save file. The main issue is: When I open the file using opendialog, the content goes to richtextbox. I do edit, modify or delete some content and then when I try to save, it does not remember the filename I opened, and savefile dialog works like save as dialog. I do not know how to make it remember. Al ...Show All
SQL Server Should I use Notifications for this?
I'm new to learning the notifications architecture and would like to know how heavy into learning it I should go for my project. I have a service the will allow websites to send info to a client application. The app gets downloaded by members of their service. There is the client and the website module for the client. The user can have mutliple website modules. The websites send a soap update of the info that they want to se ...Show All
Visual Studio DDEX provider and TableAdapter integration
Hello: I have a problem with the DDEX provider i'm developing to inthegrate the Firebird ADO.NET Provider into VS 2005. The problem is that only Select and Insert statements are being generated in the TableAdapter, what could i review to check why update and delete commands are not being generated Thanks in advance. I downloaded the beta 1 driver and had a quick look at some schema information. CREATE TABLE Foo (Id INTEGE ...Show All
Visual C# new features
whate is the new features in C# 3 I assume you know Linq already since you had an "installation" problem. Furthermore I assume that you do realize that Linq isn't just one feature but plenty of new features under one name. ...Show All
Visual C++ How can I active VC without connect the internet at home ?
could do I active in this case Thanks Uka Visual Studio 2005 Express Edition Beta 2 requires an Internet connection from the machine where you are using the product in order to activate. A high speed connection is not required; dial-up is sufficient. ...Show All
Visual C# C# Generics
Dear All, I have used C# 2.0 generics to build a class. the thing is that when i investigate the code using IlDasm, i could find the box with T parameters mentioned statements out there. but the main advantage is that boxing will not happen when using generics. can anyone justify this or suggest me whts wrong . regards, sundararajan.s Could you post the code that is causing the boxing Generics don' ...Show All
