Software Development Network Logo
  • Smart Device
  • Microsoft ISV
  • SQL Server
  • Windows Vista
  • VS Team System
  • Visual FoxPro
  • .NET Development
  • Visual C++
  • Windows Forms
  • Windows Live
  • Visual C#
  • Visual Basic
  • Visual Studio
  • Architecture
  • Visual J#

Software Development Network >> BobMac's Q&A profile

BobMac

Member List

MeghaP
4d1t
Frohmen
RayFloyd
Joe Morin
BrendanGrant
sephiroth23
Habbit
Eugene Crudd
Andy_Chen
PeteJones
kevinj_j
Pham
KamalHWZ
Unus
Trip Volpe
Dean Dalby
AsgerM
charles pratheepan
FrankMucerary
Only Title

BobMac's Q&A profile

  • Windows Forms ClickOnce Deployment from Web and IE "File Download - Security Warning" Dialog

    We are deploying via ClickOnce from an IIS web source (.Net Framework 2.0 & VS2005). Have signed deployment and application manifests using VS2005 signing tab with Verisign-issued certificate. After adding public key to the client's Trusted Publisher store, security dialogs have been suppressed, with the exception of one last (simple) case - the "File Download - Security Warning' dialog, prompting the user to save or run the file. Anyone know how to suppress this We would prefer to make the application(s) available online-only, so that the suite of applications can be accessed from a portal web menu. Having the users respond to ...Show All

  • Visual C# How to Clear TreeView nodes?

    Hi. In my application, I run a BackgroundWorker to load content from the net. In BackgroundWorkers RunWorderCompleted event handler I want to populate a treeview based on the received content. But first I need to clear the whole treeview. When I try to clear the nodes using myTreeView.Nodes.Clear(), a TargetInvocationException is thrown. I never saw that before, so I think that background worker is to blame. Any suggestions how to clear the TreeView If one thread is trying to add nodes while another is trying to remove them, then bad things will happen, exactly the type you are seeing. Is this what's happen ...Show All

  • Microsoft ISV Community Center Forums Custom file description keywords: read/write in VBA via API

    In Windows Explorer, I can select a file, go to properties, and under 'summary', I can input keywords into the description, for use later when searching for the file. I would like to be able to read/write these file keywords via VBA. I assume I need to access the Windows API, but more than that, not sure what library etc. I would need to use. Can anyone advise me how do to this                   best regards,                         & ...Show All

  • Windows Search Technologies Indexing never ends with Norton Protected Recycle Bin

    Running WDS 02.06.5000.5378 and Norton SystemWorks 2002 Indexing keeps searching Recycler\NProtect folder and customise option doesn't show me this folder to allow me to deselect it. How can I get Intexing to complete Quick question.. What do you want to index Just My Documents and Email or other stuff There are a few different policy settings you can make on your system to exclude or include to either block the indexer from indexing or adding to your list. If you are mostly interested in the My Documents & Email, then you could use the index only email & My Docs policy that would ...Show All

  • Visual Studio 2008 (Pre-release) milcore.dll missing from my system?

    Hi guys, I'm finally getting around to playing with WPF. I created the simplest possible app that is just supposed to show a window and uses the simplest possible msbuild file. It compiles and builds 100% fine. But when I run it, I end up with a DLLNotFoundException triggered by a missing milcore.dll file. My dev box has the following software on it, WinFX Runtime Componenets (Sept CTP) WinFX SDK (Sept CTP) C# Express Beta 2 (Although I'm currently just building everything from the cmd line) I've searched my machine for milcore.dll and I can't find it. Searching the web for a solution has also turned up a blank. Any ideas Thanks. ...Show All

  • SQL Server RS 2005 connecting to Clustered sql 2000 server

    We have a configured environment where we have sql 2000 in an active passive cluster.  I have a seperate machine where I installed RS2005 and store the RS database on the SQL 2000 Server.  When doing this, I get errors with WMI. Although saving the database connection succeeded, the report server cannot access internal information about this deployment to determine whether the current configuration is valid for this edition.  If you are configuring scale-out deployment, be sure that you initialize any new report servers from one that is already part of the deployment. ReportServicesConfigUI.WMIProvider.WMIProviderException: Th ...Show All

  • Visual Studio Express Editions Specify Default Project/Website Folder

    Is there a way to change the folder path for websites after installation.  For example using the Personal Web Site Starter Kit created a website in folder "  \\gthou-fsclv02p\users2$\griojas\My Documents\Visual Studio 2005\WebSites\WebSite1".  "  \\gthou-fsclv02p\users2$\griojas\My Documents\" is the default My Documents folder on the network. I would like to save my websites on the c:\ for development. Thanks for your help!   I havn't got VWD on this machine, but I will check in a few hours, but for the Language specific versions of Express y ou can do this by chan ...Show All

  • SQL Server Figuring out the InnerXPathString

    Does anyone have any experience of using the NodeList enumerator in a Foreach loop BOL is a bit light on this. I want to enumerate over an XML Document that is passed into my package. The package is executed from a .net application. Has anyone done anything like this Any demo material Should I pass the XML Document into an SSIS object variable or a String variable Can the NodeList enumerator enumerate an XML document that is stored in a String variable etc... Thanks Jamie Hey Jamie, I've done this -- albeit for a rather simple example. I have an XML file that is just a persisted collection of structs with properties called "Busi ...Show All

  • Visual Studio Express Editions VSContentInstaller.exe - Bad Inmage

    After reinstalling XP Pro and then installing VS 2005 Standard, I decided to try a starter kit. I downloaded the Amazon Movie one and clicked on the file and got this Alert message: _____________________________________________________________________ .NET-BroadcastEventWindow.2.0.0.0.33c0d9d.0: VSContentInstaller.exe - Bad Inmage The application  or DLL C : Documents and Settings\Dilbert\Desktop\AmazonMovieCollection_1_0_vb_rtm.vsi is not a valid Windows image. Please check this against your installation diskette. --------------------------------------------------------------------------------------------- Has anyone else had thi ...Show All

  • Visual C++ malloc returns 0 and GetLastError 998

    In my program, some time into the execution, when I set a certain chain of events into action, malloc suddenly fails, and return 0 - even when the available memory is well over 1 GB. GetLastError returns 998 (Invalid access to memory location). I have been testing this on two different computers, on one (with less RAM available) there is no problems at all, on the other, malloc fails. I have installed Insure++ (www.parasof.com) in order to find out if there were any memory errors (like writing out of bounds or freeing the same memory twice) prior to this, but none are found. malloc succeeds at this point in allocating memory up to approx. 90 ...Show All

  • Visual Studio Express Editions No Debug?

    My new installation of the Feb05 CTP VC# Express seems to have come without a debug capability.  I don't recall seeing that as a feature missing from the express editions.  Both the Solution Configurations and Solution Platforms list boxes are blank and disabled.  The Project Configuration tabs have no Debug/Release/All Configurations selection capability.  In short, there appears to be no way of setting up a debug build although I can set the settings in the Debug tab of the Project Configuration tabs. Is this a problem with my installation of a feature (lack thereof) of the Express editions Speedo ...Show All

  • SQL Server How to turn off Auto Recovery in SQL Server Management Studio 2005?

    Auto Recovery kicks in about every 5 minutes in SQL Server Management Studio 2005. Over a slow network connection, SSMS stops responding until the Auto Recovery completes. Auto Recovery can be turned off in Visual Studio 2005 but I have been unable to find how to turn it off in SSMS. This has nothing to do with the Auto Recovery feature of SSMS. I am also looking for how to change/turn off the Auto Recovery of queries run on SSMS. The option Recovery Interval under Database Settings just changes the interval after which the database does a checkpoint. ...Show All

  • Visual Studio 2008 (Pre-release) Problem with WinFX Feb CTP, Sparkle and Cider

    If you have time to read this 5 post thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=350627&SiteID=1 please tell me if anyone experienced such thing or not. The main problem is that after installing WinFX Feb CTP on Vista Build 5342, none of the avalon pages and windows show up. It doesnt matter it is my code or Cider in Visual Studio or Sparkle. Anybody knows why Has anyone try to install Vista 5342 - WinFX Feb CTP - Windows SDK 5308 - VS2005 - Orcas - Sparkle Help plz. Sorry, Windows Vista 5342 and WinFX Feb CTP are not compatible. The Feb CTP of WinFX works well with Feb CTP of ...Show All

  • SQL Server Replication Fails after Service pack 1

    We have two servers using merge replication. I have updated one with SP1 and not the other (yet). Replication fails to work after the upgrade. I get the following error message: Date 5/26/2006 2:09:08 AM Log Job History (BB-CM1-SRV1-CountAndCrush-New Sync for Crusher-CC-SQLSRV-6) Step ID 2 Server BB-CM1-SRV1 Job Name BB-CM1-SRV1-CountAndCrush-New Sync for Crusher-CC-SQLSRV-6 Step Name Run agent. Duration 00:00:00 Sql Severity 0 Sql Message ID 0 Operator Emailed Operator Net sent Ope ...Show All

  • Software Development for Windows Vista Events and DataExchangeServices

    I have written an application where workflows are calling external methods using a DataExchangeService. Some of these methods raises questions to the user. I have two questions related to this: How can I make sure the workflow has a waiting handler for the event in the "DataExchangeService" before I invoke the event that contains the answer to the question. I need to do this, because sometimes the question is sent via email or SMS and the application has a timeout period for some of the questions. The user may also have answered the question from another UI connected to the app. At the moment all I can do is to try and handl ...Show All

©2008 Software Development Network