BretUpdegraff's Q&A profile
Microsoft ISV Community Center Forums SIP (LCS) delivery channel for SQL Notification Services
Back in version 1.0/1.1 of SNS that was a delivery channel for Exchange Messenger under Exchange 2K. Since the Messenger Server has moved over to LCS 2003/2005 has anyone create the linkage between SNS2.0 and LCS2005 There idea is that the protocol would be sip but that the redirector on LCS would redirect the alert the appropriate device based on the presence information contained in the LCS registrar database. Yes I realize t ...Show All
SQL Server Microsoft SQL Server data mining trainings?
Hi, all here, Dose anyone here have information about Microsoft SQL Server 2005 Data Mining trainings available in the UK Very appreciated for any information for that. Thanks a lot in advance for any guidance. Solid Quality Learning offers a data mining training course. I'm not sure where it's available - you would need to check with their web site. ...Show All
Windows Forms Clientside controls in IE
Hi all, I've been working on running a clientside control through IE. The control is a dll which comprises of 3 other dll's. Basically the aim is to give the user graphical directory access to pick files for uploading. Currently I have the component work ...Show All
Game Technologies: DirectX, XNA, XACT, etc. 3 errors - you can see the errors now
i've read an article about setting up a basic application template using the sample framework as a base from http://msdn.microsoft.com/coding4fun/weekend/apptemplate/default.aspx by Glen Willson. i've done all the things he wrote there but i still can't make that template he speak about, what so ever. i am dealing with 3 errors (see the picture i've posted here http://80.97.50.242/ ). i am using visual studio 2005 and directX Sdk oct 2005. thank ...Show All
Visual Basic datagrid displays "#error"
Dim rsMedia As New ADODB.Recordset Private Sub Form_Load() DTPicker1.Value = CStr(Date) 'On Error Resume Next rsMedia.Fields.Append "code", adVariant, , adFldMayBeNull + adFldIsNullable + adFldUpdatable rsMedia.Fields.Append "class", adVariant, , adFldMayBeNull + adFldIsNullable + adFldUpdatable rsMedia.Fields.Append "name", adVariant, , adFldMayBeNull + adFldIsNullable + adFldUpdatable rsMedia.Fields.Append "price", ad ...Show All
Visual Studio Team System Collect methods
Hi, Is this possible to collect information about all method's in all assemblise in BeforeAnalysis method before Check methods will be called. Thank you. IMHO it will be very useful, if you add method for getting derived types into the TypeNode. Thank you for your help. ...Show All
Visual C++ "System" namespace does not exist?
I copied the example from Visual studio C++ examples for DateTime but it compiles with error: error C2871: 'System' : a namespace with this name does not exist after comment out the DateTime declaration, turns out this sentence is not accepted by the compiler: using namespace System; why this sentence is not OK any help Hi all, Although I compile my project with Common Language Runtime (/clr) but I still got these proble ...Show All
Visual Studio Source Control Binding issues
I am getting the following errors after installing 2005 Beta. I alrady have 2003 on the same machine. I cant access sourcesafe anymore as all the SourceSafe menu options are disabled. Please help. "The solution appears to be under source control, but its bunding information cannot be found. It is possible that the MSSCCPRJ.SCC or another item that holds the source control settings for the solution, has been deleted. Because it is not pos ...Show All
SQL Server structure of : INSERT , DELETE, and UPDATE commands for SQLDatabase
I have made a database inside a C# project using project --> Add New Item --> SQL Database. I have made its tables and define the columns, but I need to know how can I filling its tables with data in an arraylists inside my program , updating , and deleting data from tables. i.e., I need to know the structure of : INSERT , DELETE, and UPDATE commands in order to write it in an SqlCommand object and how to execute that commands. Th ...Show All
Windows Forms get parent dialog name
Hello! I am opening a dialog form using ShowDialog. My problem is I want to access the same dialog from 2 separate dialogs. Is there a way where I can get the calling parent dialog form's name Thanks guys! Hi Paul, I was looking through 10s 100s of articles to find an answer for this prolem. Your method works fine and thanks for good work. Cheers Vij ...Show All
Microsoft ISV Community Center Forums Business Scorecard Manager 2005 Webpart problem
Problem with the Business Scorecard Manager 2005(Maestro) on an Analysis Services cube of SQL Server 2005 Apr CTP While using the Office Report View Webpart (Pivot Table) in WSS, cannot see the Toolbar with the Save option. So if i create a Pivot table with the Dimensions & measures, click another link and come back to this page, the Pivot table gets reset without any fields Any solution Per one of our support engineers: The Busin ...Show All
Visual Studio 2008 (Pre-release) XAML Error
I'm just starting to play with WPF so the odds are I'm just being stupid. I've added a new page to a project:- < Page x:Class = " NotesViewer " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " NotesViewer " > < Page.Resources > < Style TargetType = " {x:Type Check ...Show All
Visual C++ WinSXS - what's the right way to go ?
I have a C# winforms app, but it uses a C++ dll for some image processing stuff. As a result, it needs the C runtime dlls for VC8. I know I need to put the dlls and some other stuff in the WinSXS folders, I'm just wondering if there's any recommended way to do this, rather than just copy them out of my folder into the installer, and back in the same location If that's all I have to do, it seems messy to me. ...Show All
SQL Server How to setup DB Backup?
Hi, I need to delete all backups that are more than a day old . When I set-up a new maintenance plan using "Maintenance Plan Wizard", I don't get an option to retain backups only for "1" day... can you tell me where I should be setting this up In a SQL 2000, this option was available... Thanks! ...Show All
Windows Forms Source code, server and future
So as several of you have noticed, the source code for 1.2 hasn't been released yet. I am trying to figure out what is the best approach for releasing the source code and the future of Terrarium 1.2. Here are the current thoughts.&n ...Show All
