kcwallace's Q&A profile
Windows Forms Terrariom Down?
Am I missing something "Played" this game a year ago or so and just stumbled across it again over Thanksgiving but it seems to be down. I'd like to see things start up again. What do we need to do to make that happen The "server is experienceing temporary difficulties" always exists currently. This is due&nbs ...Show All
Windows Forms ClickOnce Proxy Server Authentication
I see from a previous post that it's not possible to use clickonce through a Proxy server (real shame guys ... come on, get a service release out that throws up a dialogue box like Media Player or the like have!) http://forums.microsoft.com/msdn/showpost.aspx postid=149938&siteid=1 What are the possible work arounds for this then, how can I deliver applications and their PreRequisits to people sitting behind firewalls which require authentication, best practices/tips/tricks etc appreciated. Thanks, Plip. Hi Phil, I had this same problem this morning during an on-line client  ...Show All
SQL Server Business Scorecard Integration with SQL server 2000/2005
I was trying to install Business Scorecard Manager Server , for that i have installed SQL server 2000, Analysis services and Service Pack 4 and also have taken mixed mode of authentication . Then i have installed sharepoint portal server 2003 and extended a site . Now when i install BSM server at the end of installation it gives me error that user administrator does not exist in Scorecard server database( Database which is created during installation process itself ). This error comes when installation package is trying to create a query string to already existing SQL server database. Same thing happens even if i take SQL server 2005. An ...Show All
Visual Studio Tools for Office Shared Add-In VS2005
Hi! I have problems to get Shared Add-in done with VS2005 ("final" version) with Word 2003. I manage to make same test with old VS2003 shared add-in project type and it's working fine with Word 2000. Is there some issues why .Net 2.0 Shared Add-in won't work with Office 2003 Also what I actually trying to solve is that I need add-in or way to add new command bar to Word where users can use my .Net windows form program. On VS2003 it worked just as I though with Shared Add-in project. If I need to make this kind of 'add-in' for .Net 2.0 and Word 2003 should I install VSTO for this purpose or should shared COM Add-in method work I ...Show All
Visual Studio Team System Sharepoint Web Part for VSTS Work Item Maintenance
Hi, I understand that adding, updating etc work items for VSTS is not currently supported in the Sharepoint Team Site for a project. Does anyone know about any third party web parts available to achieve this. Thanks JW You may want to take a look at TeamPlain Web Access , it's not a SharePoint web part, but a stand alone web application with work item management, reporting, documents and more. ...Show All
SQL Server Install errror in SQLServer 2005 SP1
I have a error instaling SP1 for SQLServer 2005 Standard Edition Spanish. The log is the following: ..... Doing Action: SetInstanceProperty PerfTime Start: SetInstanceProperty : Wed Apr 26 16:02:31 2006 <Func Name='SetInstanceProperty'> MSI (s) (48!D0) [16:02:31:827]: PROPERTY CHANGE: Adding SqlOriginalMachineName property. Its value is 'WS03'. MSI (s) (48!D0) [16:02:31:827]: PROPERTY CHANGE: Adding SqlLegacyRegPath property. Its value is 'MSSQLServer'. MSI (s) (48!D0) [16:02:31:859]: PROPERTY CHANGE: Adding PreviousInstId property. Its value is 'MSSQL.1'. Using instanced id: MSSQL.1 MSI (s) (48!D0) [16:02:31:859]: PROPERTY CH ...Show All
Visual Studio Team System No Object Test Bench?
I am using the VS2005 beta2 and can use the test tools fine. However i cant seem to get access to the object test bench. Should it be there Na its not there. I cant get to it via the Class View or Class Diagram dialogs either (as in by selected 'Invoke object' ...Show All
Visual Studio Consuming MSSCCI plugin - calling SccInitialize
Hi I'm trying to write an editor (in C#) that would be able to connect to source control using MSSCCI, much like Visual Studio does. I've started by importing SccInitialize method from the VSS plugin C:\Program Files\Microsoft Visual SourceSafe\ssscc.dll. I can call SccGetVersion() and it works fine, but when I call SccInitialize, it returns -15 ( #define SCC_E_NONSPECIFICERROR -15). SccInitialize populates and returns lpSccName (puts "Source Safe" there) and lpAuxPathLabel (puts "Source Safe Database" there). Is there anything special I have to do to consume VSS plugin from my custom code Is there ...Show All
Smart Device Development Working with multiple forms and using form text
Hi All, I am working with multiple forms form1 and form2, I have added form text to each of the form. On a button control in form1 I have added the below code, which loads form2 and hides form1 but in the taskmanager it shows both forms at the same time. I have tried using an empty text in form2 and it works. Is it possible to show the form1 text on the top of the titlebar in form2 when it is activated instead of empty titlebar. Dim frm1 As New frmMain frm1.showdialog or frm1.show netcf v2 added support for "owned dialogs". In the code below, when I set the Form.Owner proper ...Show All
Visual Studio Express Editions sendkeys and focus
Ok i got a bit of a prob. i'm tryin to make vb type in a webbrowser thing tht i got onscreen in a vb form. my friend suggested send keys but you have to set a focus to the webbroweser or somethin like tht. i tried everything he's said but i've had no luck. can anyone out there help me if u didn't get tht, i want vb to type in a webbrowser bit which is in my form when i click a button. ok a bit of an update here. i tried what my friend said again except with a textbox. tht worked. But i tried the exact same thing except with my webbrowser and it doesn't work. Why not and how can i fix it so it will ...Show All
Windows Live Developer Forums Contest Participant Document
Hi!!! I was wondering if it is possible for all participants of “The World’s Best App” contest to have a document that acknowledges that we participated in this event, even if they (or we) did not win one of the prizes. You know, just a memento or something that we can brag about with, say, our grandchildren or Human Resource Head Hunters. That would be great. I just wanted to ask how many apps and games were submitted on time but haven't been published yet. Maybe there are more prizes than apss submitted, as you can only win one prize and ...Show All
Windows Forms Windows Global hooks
I know that windows global hooks dosen't seppouse to work in .NET but this hook: hMouseHook = SetWindowsHookEx( WH_MOUSE_LL, MouseHookProcedure, Marshal .GetHINSTANCE( Assembly .GetExecutingAssembly().GetModules()[0]), 0); worked well for me in Visual Studio 2003, how come it dosent work anymore in Visual studio 2005 beta 2 SetWidnowsHookEx = 0 after the function returns while it works really well with VS2003 This looks like a compatibility bug to me. Please include use the MSDN product feedback center to open a bug with your repro code. http://lab.msdn.microsoft.com/ProductFeedback thanks - mike ...Show All
Visual C++ Owner drawn list box(Problem in comparison)
Hi, I have a problem. I have an owner drawn list box which displays a random list of filled in rectangles. It works fine as long as it is not given the LBS_SORT style. If given the above style it displays all the rectangles in the same color. Can somebody help me This is the code. int CExtremeListBox::CompareItem(LPCOMPAREITEMSTRUCT lpCompareItemStruct){ //the items in the list box is COLORREF type COLORREF clrFirstItem = (COLORREF)lpCompareItemStruct->itemData1; COLORREF clrSecondItem = (COLORREF)lpCompareItemStruct->itemData2; int nRetVal=0; ...Show All
SQL Server OLE DB Source & Excel Destination
Hi, My OLE DB Source and Excel desintation values all will be assigned during the run time but it does work during design time but as on runtime columns are different. That's why it does not work. Here is what I want to accomplish, I have table which contains all my report which needs to dumped to excel at the month end. SQL Task using ADO enumrator read one record(one report), Give that record to For Each contair which Create the Excel file on the fly using one of variable from my table and uses a stored procedure to dump data to excel using Dataflow Task. xlsQuery CREATE TABLE `Sheet1` ( `FiscalYear` Short, `FiscalPeriod` By ...Show All
SQL Server Dynamic Security
Hi, I am a little concerned about the recent discussion of “Dynamic Security” and SSAS 2005. http://blogs.proclarity.com/blogs/dgustafson/archive/2006/3/21/54.aspx Is the “Dynamic Security” approach really scalable Christian Don't take my post at blogs.proclarity.com the wrong way. This is not so much a performance problem in SSAS 2005. Rather, using dynamic security makes external OLAP query caching difficult for our product, ProClarity Analytics Server. My advice would be to think twice before using dynamic security to simply bypass the management of OLAP roles or AD grou ...Show All
