Juergen Bayer's Q&A profile
Visual Studio Team System Application Model
Where can I find information about the Application Model that a time ago was in previous versions of MSF This version of MSF (v4) brings foward the MSF Process Model (renamed the MSF Governance Model) and the MSF Team Model, which has been updated ...Show All
Microsoft ISV Community Center Forums XSL applied with VBA
Hello, everybody, Derek, Brenda Acctually I'm doing a test based in Instructional program evaluation faced with library resources. The goal of these evaluationsis to assess the adequacy of library resources to the needs of courses offered within a program and to determine the ability of the library to support teaching and related research. This methodology of collection evaluation based on the analysis of the content of individua ...Show All
Visual C++ PostQuitMessage Issue
Hi, I have tried to automate my application through a small VB program. This program runs fine except for when you press the quit button. This button succesfully navigates to the designated function in my C++ code for my application but at this point it fails. All that is in this function is PostQuitMessage(0);. It is on this call that the application locks up, as well as the VB app locking up. I have looked at the ...Show All
SQL Server Regenerating Package ID programmatically
Hi, I built a small application that helps me create new packages by loading a template and modifying some parameters, and eventually save the updated package to a user defined location. This application uses the SSIS programming API. I know all the packages created this way from the same template will have the same package ID. Is there a way to regenerate the package ID programmatically I don't want to use dtutil.exe, but rather a nice pa ...Show All
Visual C++ Problems with link fortran libraries with MSVC8 (VS2005) --> unresolved external symbol __adbgmsg
Hi everybody, I try to link fortran libraries (compiled with MT --> Multithreaded). By link I have following error: libfmt.lib(core.obj) : error LNK2019: unresolved external symbol __adbgmsg referenced in function __FFinit libfmt.lib(core.obj) : error LNK2001: unresolved external symbol __adbgmsg I compile the fortran libraries with Microsoft Fortran Power Station. With MSV6 everything is ok. With VS2005 I link with all the ...Show All
Visual Studio Team System Team System and Small Business Server 2003
Does anyone know if Team System (when released) will install on Windows Small Buisness Server 2003. I have had the Beta 3 running on a development Win 2003 server, but the office server on which we would finally use it is SBS2003. The problem seems to be the sharepoint configuration. I have removed the default SBS share point install, removed the sharepoint databases as discussed in another thread and installed the sql ...Show All
Visual Studio Express Editions From SQL Server 2000 to SQL Server 2005 Express
Hi Previously I used Visual Studio 2003 and SQL Server 2000. I've just installed Visual Studio 2005. It seems to have installed SQL Server (Express ) automatically. Do I need to upgrade my old SQL Server 2000 databases If so, how I only want to use SQL Server Express with Visual Studio 2005. I've installed SQL Manager Studio Express CTP. It does not show me my old databases under the list of databases. How do I get them to &q ...Show All
Smart Device Development Fast searchable database required... Best bets?... Many records...
I need to store approximately 100,000 records (2 fields), and this data will be updated from time to time. As I understand it SQL Server CE is slow to insert records, and as a result I'm trying to think outside the box and think up other mechanisms that may be faster to insert and still provide a fast method of searching. I'm starting to think simple file system db. Does any one have any suggestions/ideas Thanks! A shameless plug: We ...Show All
SQL Server SQL 2005 Database Engine setup failure
I am having a problem getting the databse service installed. My SQL Beta version did not uninstall smothly and I am trying to get the production release to uninstall. I keep getting the install to fail with: "C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe" finished and returned: 1603 I have been able to install everything from the SQL 2005 suite (ie. reporting services, workstation components, etc) but I can't get the databas ...Show All
Windows Forms does not
I have created a snk file with VS prompt Command sn -k netTest.snk in AssemblyInfo.vb : <Assembly: AssemblyKeyFileAttribute("netTest.snk")> I'm using vb net and SDK says : Visual Basic .NET looks for the key file in the directory containing the  ...Show All
Visual C# Preventing a Page from timing out during an upload
hi all, how can i go about ensuring a page does not time out during a lengthy upload. Is just boosting the timeout length above 20 minutes enought Or should i look at some form of keeping the session alive by refreshing something repeatedly, like in an iframe perhaps any ideas would be appreciated. thanks mcm This question is better suited for the ASP.NET forums than here. This forum is for general C#.NET questions that do ...Show All
Windows Forms DataGridView binding to another control
I have a problem databinding my child DataGridView to my master DataGridView. When I simply add two DataGridView's then its no problem, I can select a record on the master table and get the child records in the other DataGridView. But now I like to have my child DataGridView in another control, so that I can add buttons etc. and that i can simpy attach the control to my panels. Since I did this I get no records on the ch ...Show All
Visual Studio Team System Modify ValidationRuleFindText to read values from DB
Modify ValidationRuleFindText to read values from DB I know how to bind for example radio button list to data base and then by choosing One run per data source row option can run web test multiple times! But i would also like to add validation rule that would read appropriate text parameter from db for each run! After doing some research i came to conclusion that this is imposible by means of tools e.g i think i must generate code and modi ...Show All
Visual C++ C++/CLI samples
Can anybody point me to good tutorials/samples/best practices using C++/CLI Hi, You can start with these webcasts. http://msdn.microsoft.com/visualc/using/multimedia/newc/default.aspx They are friendly intro to the new language. There are many great articles available on this page http://msdn.microsoft.com/visualc/whidbey/ and some reference in docs http://msdn.microsoft.com/visualc/homepageheadl ...Show All
Visual Studio Team System Connecting to Team foundation server
I have installed Windows 2003 Server Windows Share Point Services 2.0 with service pack 2 SQL standard Server 2005 Visual Studion 2005 Developer Edition Team Foundation Server Beta 3 Refresh First time I have created a Team Project of Agil type and all things working fine. I add a Item also. on next day when I start my server and want to connect to Team Foundation Server through Team Explorer. It gives me error The reques ...Show All
