tbiggins's Q&A profile
.NET Development Beta2 Documentation
Hi all, I can't seem to find the .doc files (e.g. Unmanaged Metadata, Hosting I/Fs, Profiling, etc) in the BETA2 distribution. I did notice that the unmanaged API's are "somewhat" documented in the MSDN online documentation, but not complete. It would be nice to have the full blown word docs for the unmanaged API's as they are more complete. Anyway I can get them Are they online someplace Dave.NET For the .NET Framework v2.0 release we have documented the CLR unmanaged api's including Debugging, Fusion, Hosting, Metadata, and Profiling plus others. We also added more unmanaged content ...Show All
Visual Studio Internet Connection in VS 2005
Hi, I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this Thanks, Arshad Arshad, Where does this message appear Is it in a WebBrowser upon trying to view a help page, or is it in the Search toolwindow (Help->Search) Thanks, Jeremy Jones ...Show All
Visual C++ Slow mixed assembly performance... Why?
Hi, I wrote a program in Visual Studio 2005b2 (Winforms), but include many of my image processing algoritms written in unmanaged c++. These functions use SSE2, and array manipulations. However, compiling my new program (.Net) resulted in very poor performance, where the execution is so slow, compared to the same code when compiled in MFC. Why is that I'm aware that .Net compiler generates MSIL, and it is compiled to native code on the fly during execution. Most articles online says that .Net code is slightly slower than pure code, but eventually the performance difference is too small to be noticed. In my case, the performance difference is ...Show All
Visual Basic TableAdapter RowUpdated Event - unavailable if I use Data Wizard
Hi all, Caution :Please read this patiently - thank you . I am developing a Multi-user Windows forms application with VB2005 and SQLServer 2005 Express. I am using the Data Wizard to create a new dataset. [for the sake of example let's say Northwind Dataset with "Customers" table]. The objects created by the wizard are as follows NorthWindDataset CustomersTable CustomersTableAdapter I dragged the "Customers Table" from the data source window on to a "Form", which will be used to Enter new data into Customer's table. This creates a DataGridView control with a "DataConnector" and "DataNavigator&quo ...Show All
Visual Studio Team System Reading test data from dtatabase in methods decorated with TestInitializeAttribute and TestCleanupAttribute
Hi All, Currently I am working on Unit Testing API released by Micrsoft as part of VSTS. I want to perform a data driven test. For this i need to read data from database in the methods decorated with TestInitializeAttribute and TestCleanupAttribute. My question is "Is it possible to read data from database in those two methods " And "If possible how I can read them " If anyone knows, please inform me. Manojit, You can get current data row for each data driven test instance in TestInitialize/Cleanup in the same way you do that in TestMethod: use TestContext.DataRow property. There is ...Show All
.NET Development AppDomain.Unload memory leak problem.
The following lines of code attempts to load an assembly into the newly created AppDomain and will be unloaded after some processing has been done on it. The problem with this is it leaks memory, as soon as I have loaded several assemblies during the lifetime of the application. This is fustrating, I followed the advise to load the assembly into an Application Domain so that it can be freed afterwards with AppDomain.Unload method. However, the memory usage for my application just keeps soaring indefinitely everytime a new assembly is loaded. Can someone advise me on this Thanks. try { AppDomain tempAppDomain = &nbs ...Show All
SQL Server generate a strong name key file
I am a Newbie to programming and databases and would like to create a simple program for doing full text searching on a SQL database. I have downloaded and installed Visual Basic 2005 Express, Web Developer 2005 Express, and SQL Server 2005 Express. I have watched several hours of video tutorials and done numerous tutorials. I feel I am making progress and having a lot of fun. My machine is running XP home edition. I have found the following resource that looks like a good place for me to start with creating a full text search program: “SQL Server 2005 Books Online Item Finder Sample http://msdn2.micros ...Show All
Software Development for Windows Vista Keybord Shortcuts
What is the possibilty of having shortcuts that will Create a new folder Create a new file These shortcuts can put work just like the CTRL+C or CTRL+V shortcuts and place files or folders on the desktop or in a file browser dialog or windows explorer. It would save quite a signicant amount of time if there was a native shortcut to add new folders rather than having to use either the context menu or the File menu to create new files or folders. On the desktop, you use Shift+F10 to get a menu. You can file bugs and make suggestions via the "how to file a bug" shortcut on the desk ...Show All
.NET Development How do I manage a session using a cookie
HI How do I manage a session using a cookie Can someone send me a sample code Thanks Hi, Please post in the ASP.NET Forums . cheers, Paul June A. Domag ...Show All
Visual Studio Express Editions Error everytime I try to run
Every time I try to run my program I get this error: http://img195.imageshack.us/img195/9966/error9mw.png No matter how simple it is, it will never work. Any help would be great, thanks. Is the compile working Can you run the program if you run it from the file system How about if you select 'Run without debugging' ( CTRL-F5, from memory ) ...Show All
Windows Forms How to update dataset
Hi, I am having some problem to update my dataset. I am basically using two forms to show the information from the database. This first form is having a datagridview to show the basic information and the second form is used insert and update the database. Now I am using the following code to fill my datagridview on the form load event. Dim ds As New DataSet Dim sSQL As String VoucherEd.showdialog() sSQL = "" 'SQL Statement SQLHelper.FillDatase ...Show All
Visual Studio VSTA Document-level add-ins
Hi, I've been through almost all VSTA tutorials but I haven't found the description of how to create add-ins to be load at the document level. My question is: Do we build document-level add-ins the same way we build application-level add-ins For example, with the Shape application sample, we can imagine that the user can create a new drawing (which is the document). Then, the user wants to enhance his drawing by code (because he wants to perform some operations the GUI does not provide). This means that he needs to access to the instantiation of the object model (his drawing) and not with the object model itself. It seems to me ...Show All
Visual Studio Team System Error Installing TFS RC
Hello Everyone, I have problems installing TFS RC. The installation details are.. Windows 2003 SP1 Server SQL Server 2005 STD Edition Single Server Deployment. TFS (Setup, Service, Reports) are domain accounts. SQL Server 2005 is installed succesfuly. Windows Sharepoint Services is installed succesfully When installing TFS, it passes through the pre-requisites, prompts for the TFS Service and Reports user accounts and then errors out. If I look in the event viewer, 3 things are strikingly straightforward 1. Login failed for user 'CORP\tfssetup'. [CLIENT: 127.0.0.1] Event ID 18456 (Application Log) 2. Logon ...Show All
Visual C++ Strange error with _fileno
We're in the process of converting from visual studio 98 to 2005 (yes, we were a bit behind the times). Most of the changes are now dealt with, but there's one weird one that we can't figure out - it looks like a bug in the compiler. Here's the error we get: v:\frame\utils\.\preftext.c(104) : warning C4996: '_fileno' was declared deprecated C:\MSDev05\VC\include\stdio.h(219) : see declaration of '_fileno' Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details.' v:\frame\utils\.\preftext.c(469) : warning C4996: '_fileno' was declared deprecated C:\MSDev ...Show All
Software Development for Windows Vista Biztalk HWS
Will this replace the Biztalk HWS Windows Workflow Foundation is a developer platform technology and doesn't have an end user interface. So it doesn't directly replace Human Workflow Services from BizTalk Server. There are already ISV's working on the Windows Workflow Foundation TAP program to build these as listed here . Human Workflow Services is not recommended if you want to take a look at Choosing the right workflow implementation with BizTalk Server 2004 . Here is an extract: "... HWS will remain fully supported with no feature enhancements in the next version of Biztalk Server. ...Show All
