Brett Burkhart's Q&A profile
Internet Explorer Development Tab strip
I would like to make a suggestion for a tab strip improvement. Yesterdays launch, and subsequent problems with the run once page illustrated a problem with the tab strip. It becomes unresponsive if a tabs contents is having trouble downloading. Can I suggest that the tab strip should be running in a separate thread - so that you can easily navigate away from that tab while it continues to try and download. If you finally make it to another tab, all is good until you go anywhere near the slow pages tab. As such can I also suggest that you should be able to right click on an inactive tab and close it without giving it focus - thus bypassing the fact that the page is VERY busy. It might also be nice to show on the t ...Show All
SQL Server SQL Express install error on Windows 2k Professional SP4...please help
Hello all, This is my first time posting, so be gentle as I'm not exactly sure what the protocol here is regarding posting errors. I'm encountering an issue with an installation of SQL 2005 Express (SQLEXPR_ADV.EXE) on a Windows 2000 Professional SP4 machine (Intel P4 1.8 Ghz). The following error is what I receive: Setup.exe - Entry point not found: The procedure entry point _create_local could not be located in the dynamic link library mscvr80.dll < OK > The following is what I see in the error log (C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files): SQLSetup0007_SQL2005TEST_Core.log Microsoft SQL Server 2005 Setup beginning at Wed Dec 06 11:28:08 2006 Process ID : 452 c:\98b179fcf69 ...Show All
SharePoint Products and Technologies user group with same name in different sub sites...
Hi, Whats the best way to create an user group with same name in different sub sites.. (When ever I try creating a group, it is visible to all the groups..). I would like to have an user group with the same name under different sub sites and each of these groups can have different users associated to them... I am working on WSS V3 I guess I found the answer - 'site group' in WSS V2 is called 'Role Definition' or 'Permission Level' in WSS v3. So, I need to have 'Role Definitions' for the aforementioned problem.. ...Show All
.NET Development Storing Image to the database?
Hai, I need to know , How to store and reget the images in the database using .NET programming Plz help me if you know Don't forget you can search the forums before posting a question. This question has been asked and answered here many, many times. I have written a couple of tutorials on the subject: Saving and Retrieving Images From SQL Server Using DAAB Saving and Displaying Photos in SQL Server using ASP.NET and FileUpload Control Regards, Dave ...Show All
Smart Device Development Beta of Microsoft Certification Exam 70-540
Microsoft Certification Exam 70-540 is available in Beta form right now! This is a Technology Specialist exam for application developers in the mobility space. The Preparation Guide is available for the Exam at: http://www.microsoft.com/learning/exams/70-540.mspx . To register visit one of our independent testing providers: * Thomson Prometric: http://www.prometric.com/ContactUs/T...rs/default.htm * Pearson VUE: http://www.vue.com/ms/ Please use the following promotional codes when registering: Exam 71-540: BTA540 Best of luck! Howard Dierking Product Planner Developer and Database Certifications Microsoft Corporation Tryst wrote: Isnt Sql 2005 Mobile Edition trhe same as SQL ...Show All
.NET Development Embedding Visio 2005 control in VS 2005 app
Hi All, I am trying to use the visio drawing control in a windows application on Visual Studio 2005 Beta2. Here's what I am doing: * Add the Visio drawing control library (COM) to my toolbox; * Drag-and-drop the drawing control into the Form (this works ok, I can see the control inside the form); * Run the application, but I get the following error: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) I tried doing the exact same thing on VS 2003, and it worked fine. Am I missing anything Any ideas on how to solve this (VS used the same Visio COM dll in both VS 2003 and 2005 projects). TIA Rubens Hi. I have the same problem that you at the moment of deployed my applicati ...Show All
Visual Studio 2008 (Pre-release) Knowing when my class (that inherits from ModelVisual3D) is added to the scene graph
My lengthy subject says it all :) I have a class that inherits from ModelVisual3D (similar to what Daniel mentions in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=397381&SiteID=1 ). I would like to know when it needs to be rendered, as it has a bunch of lazy initialization to get done (like generate its visual). This means I'd like to be notified when it was added to a scene graph that's about to be displayed, regardless of whether my class was added in xaml or programatically). Is there an event I can listen on Should I be inheriting from something else than ModelVisual3D Thanks! I see it supports a OnVisualChildrenChanged though. If a modelVisual3d can have other ModelVisual3D objects as children, you could ha ...Show All
Visual Studio Problem adding a reference for asp.net website in visual studio 2005/visual sourcesafe website on network drive
Myself and one other developer are working on an asp.net 2.0 site using visual studio 2005 and visual sourcesafe 2005. Our files are shared on a network drive and using the features in Visual Studio 2005 I added the website to visual sourcesafe. I can add, delete, modify, write to files and folders on this shared network drive. The problem I am having is I am trying to add a reference in the website to "Microsoft.Practices.Enterpriselibrary.Data.dll" and it does not seem to be working. It adds the files to the bin directory but when I try to use the "Imports" statement in vb.net studio has no clue what "Microsoft.Practices.Enterpriselibrary.Data.dll" is. Any ideas on what I am doing wrong Is there some settin ...Show All
Visual Basic check windows account type
I am building a custom installation wizzard in vb .net and want to check for what type of account they are running the app as, to make sure they are using an administrator account. yeah seems to work, thanks, 1 question tough, it won't generate any errors if i use this app on a pre-nt machine without administrators, will it ...Show All
Visual C++ Balloon Tooltip Problem using Win Vista SDK
Hi, I have win32 Api Windows Application, my application goes on to system tray intially and keeps running. I have handled event On Left click on application in system tray in WndProc. In this we call a custom balloon Function. Below is part of code i have in WinMain which Push application to system tray NOTIFYICONDATA structNID; //This is defined Globally Above WinMain structNID.cbSize = sizeof (NOTIFYICONDATA); // sizeof the struct in bytes structNID.hWnd = (HWND) hWnd; //handle of the window which will process this app. messages structNID.uID = IDI_ICON1; //ID of the icon that willl appear in the system tray structNID.uFlags = NIF_ICON | NIF_MESSAGE | NIF_TIP; //ORing of all the flags strcpy_s(st ...Show All
SQL Server Server registration
I want to register a new server, I go to Server Management Studio -> Right Click Database Engine -> New -> Server registration Make up a server name and save Apears the "..sql server does not allow remote connections..." I go to surface area configuration for services and connections, but it doenst have any components... If you please help me... Thanx Best Regards Hi again, Thank you for the asnwer, first i install the express edition, it makes a registration of a server automatically (my computer name)\sqlexpress, i made my database etc... Now i want to make a new server registration, i've been in (F1) help but it doenst seem clear, i cant find the chang ...Show All
Visual C# Did I find a VS 2005 C# Compiler bug?
internal class TestC1 {....} public class TestC2 { //The following method will give you a compliation error internal protected void SetTest( TestC1 c) {...} //The following can compile internal void SetTest( TestC1 c) {...} } The compilation error I got from the internal protected method: Error 53 Inconsistent accessibility: parameter type 'TestC1' is less accessible than method 'TestC2.SetTest(TestC1)' As we all know, "by combining the protected and internal keywords, a class member can be marked protected internal — only derived types or types within the same assembly can access tha ...Show All
Visual Studio Team System Can't open project after upgrade to CTP6
I'm getting the below error when trying to open a solution that contains a database project created with CTP5: http://www.cryptpad.com/ctp6error.jpg The database project is just greyed out with the usual "cannot open project file" error. Does anyone know what the problem is You can not open a CTP5 project with CTP6 because the file formats have changed. (See Read Me's) I had bad luck importing the .sql file from CTP5 (which does work but there can be lots of errors) and others have too. I think the best method is to make a new CTP6 project and import a deployed test db that was previously created / deployed with the CTP5 project. HTH Alle ...Show All
Visual Studio Team System History of merge's?
Is there any way to get history on if a particular changeset was merged into a particular branch If not, it would be nice if there is some way to pull this off. I guess if you had a work item associated you could relate both changes to the same work item, but sometimes there is not a direct correlation. In this case we don't use work items yet and a developer should have done a merge of changesets, but I can't think of an easy way to tell other than just try to compare files. Granted since merges involved manual steps to do merging, a merge may not be able to have a direct correlation with a changeset, since there may have been changes to the changeset to do the actual merge, it still would be an interesting view as it at least track ...Show All
Commerce Server Payment Gateway Pipeline Integration
Hi all, I am a beginner in CS 2007 doing my first CS 2007 project. We as a team are working to customise the CS 2007 Starter Site according to the business needs and to use it to launch as an ecommerce website. I have read the MSDN for pipeline and using the existing pipeline for payments provided in CS2007 Starter Site, it does not look viable to use it as it is for payments. Some blogs and discussions also redirect to the fact that one has to write their own pipeline for payments and integrate with their payment gateway service provider. Keeping in mind the deadline which has been given the 1st Dec 2006, we as a team don't think it would be possible. There couple of options that I have thought of Option 1 Removing the control ...Show All
