Software Development Network Logo
  • Visual FoxPro
  • SharePoint Products
  • Microsoft ISV
  • .NET Development
  • Windows Vista
  • Smart Devicet
  • IE Development
  • Visual C#
  • SQL Server
  • Audio and Video
  • VS Team System
  • Windows Forms
  • Visual C++
  • Visual Studio
  • Visual Basic

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

jminond

Member List

ahmedWebDev
Eswans2000
MyraK
toreddie
EltonSky
hgsevinc
Daniel Tomasini
beefeater
RayClark096
Ben Corneau
dragoncells
jayakhanna
maglup
stryjek4
SteveJB
Davids Learning
kageg
colin leversuch-roberts
Selvaraj Anantharaman
Andres Aguiar
Only Title

jminond's Q&A profile

  • SQL Server BIDS and SSMS very slow on Windows XP SP2

    Hi, opening SQL Server Management Studio 2005 or Business Intelligence Development Studio 2005 on my Windows XP SP2 Professional Edition is extremely slow. Espacially in BIDS it take several seconds for each action. Is anybody aware of this problem We didn't have those problems on Win2000 so I guess it is XP related. Any ideas Regards Norbert Bender I added the /nosplash option but it didn't change anything. It is still very slow. Any other idea Regards Norbert ...Show All

  • SQL Server Hold group constant across time?

    Hi eveyone, My users asked me a question today that I wasn't sure of so I was hoping you guys could give me some advice. Is it possible to make the cube hold a group constant across time For example, I want to take all of the customers that were here in December 2006 and see how they performed during the year. Is that something I can do in a cube Obviously, I could create a seperate cube with only those customers in it, but I'd like to avoid that if possible. Thanks! Ahh Dave, you're excellent!! And completely right.. the first query is exactly what I had. I know SQL pretty well so I knew that wasn't going to work but I'm a novice at MDX. So I guess the named set is basically a SQL subquer ...Show All

  • Visual Studio Team System How can i map the Item Description field to a field in Microsoft Project Professional ?

    I've been reading tutorials on MS on this but i couldn't find out which field to map to which - can anyone here help me - I need to map the Description field in VSTS to a field in MS Project Pro - the best would be the Notes field in Task Information Panel. 10x in advance ! See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=372366&SiteID=1 . <I'm afraid that is a limitation of the product. MS Project only supports fields with <= 255 characters, so we don't allow mapping fields that can contain more than 255 characters (Plaintext, HTML, and History are the unsupported field types).> ...Show All

  • SharePoint Products and Technologies best practices for moving a WSS site from test to production

    Does anyone have a reference that describes the procedure for and best practices for moving a WSS site from test to production Does anyone have a reference for tools that move only the new content to production environment (incremental upgrade) Regards, Giuseppe i think the best way is to detach the database from the test server and then attach it to the production web application. Somebody posted a good how to blog post a while back but I can't seem to find it. In a nutshell: 1. do a full backup of your farm 2. use central admin on your production server to start the restore but only restore your content databases, configurations databases will need to be fresh. 3. create new web applicat ...Show All

  • Visual Studio Changing Debug Web Application

    Strage question. I installed Firefox a while ago but have since uninstalled it in favour of IE7 but now I can't debug ASP.NET applications in Visual Studio 2005. I just wondered where I could find the setting for the web application to run so I can change it from Firefox to IE. Cheers just to add, what you *could* do, but may not resolve the problem is to set a default browser. I'm using VS2003 here, since I've never created ASP.NET 2.0 apps using VS2005 but hopefully you can translate the menu system over. File > Browse with > choose IE then select "Set as default" and see if this helps. Again, not guarenteed to help ...Show All

  • Visual Studio Tools for Office Windows application, integration with Word

    I'll try to give some application goals. I'm pretty unclear as to which technologies I need to use. I have Visual Studio 2005 Standard, and I was thinking that C# would probably be the easiest for my programming style. The application needs to be a local Windows application. There will be two main components of the application. The first one will be to create a new document, or load an existing document and edit it. Creating a document will be a wizard-type of tool where the user will answer a series of questions about the document, including typing some text at various points. The end result of this will be that the user will choose a template, such as a Word template, and the application will insert the data that the user filled ou ...Show All

  • .NET Development Help for Web Services

    do u know how to setup web-services the problem i am geting is that, while installing the service it is taking the name of the same machine where the service is developed How to remove it from it and set the name of server where we'll install it. < discovery xmlns:xsi = " http://www.w3.org/2001/XMLSchema-instance " xmlns:xsd = " http://www.w3.org/2001/XMLSchema " xmlns = " http://schemas.xmlsoap.org/disco/ " > < contractRef ref = " http://psppc052/my_ws/WebService.asmx wsdl " docRef = " http://psppc052/my_ws/WebService.asmx " xmlns = " http://schemas.xmlsoap.org/disco/scl/ " /> < soap address = " http://psppc052/my_ ...Show All

  • Windows Live Developer Forums Where can i get the Windows Live ID SDK

    Hi, Do you know where can i get the Windows Live ID SDK Go to http://dev.live.com/liveid and download it there ...Show All

  • SQL Server Restart package automatically

    Hi there, I would like to be able to automatically restart a package if it fails with a certain error. This is due to a job that fails every now and then due to a loss in connectivity to the database (when run again no issues). I know how to catch the message, but is there i way that i can in a script task or some other task restart the whole package when moving into the OnError event for the whole package. I know this isn't a great way to do it, but its just temporary until we can isolate the network issue that is causing the loss in connectivity. Thanks You would have to restart the packge host, not from within the package itself. A quick way of doing this would be to use a SQL Agent Job ...Show All

  • Commerce Server Discounts

    How can i manpulate many discounts to show them on aspx page ( we are using commerce server 2007, SQL 2005, VS 2005) I try Your code and see in allDiscounts all my discounts. When I apply ApplyProductFilter or ApplyCategoryFilter it always returns zero items. Still I set productid or category id with discount. Esp. for product id wich in my bascet gets the correct discount. I use virtual catalogs and set the discount on the virtual catalog for the category the product belongs to. Any idea why I not get any results at all Regards Johan ...Show All

  • .NET Development get MAC Address of host

    Is it possible to get MAC Address of any (or at least local) host through LAN using it's IP Address or hostname Thanks a lot, Talant Here is Information about that book: C# Network Programming by Richard Blum Publisher: Sybex ISBN: 0782141765 If anybody is interested in EBook I can send it to them in their email addresses. Feel Free to ask for your Free Copy right in you Inbox . Cheers ...Show All

  • Software Development for Windows Vista state workflow with multiple approve scenario

    I'm working on a scenario where multiple users cann approve or reject tasks. Therefore I've created custom state driven activities inherited from StateActivity and IEventActivity to handle my events. My custom StateActivity contains EventDrivenActivity which subscribes to the event and receiving event data from a WorkflowQueue. My Service enqueues event data to the queue when the event gets to be fired. In detail, my state activity contains two EventDrivenActivities one for the commit event and another for the reject event. Each of the events can be fired by the work of two users (let's assume user A and user B) My plan was not to unsubscribe the event, when user A fires the event Continue. Instead of it, the event listeners should c ...Show All

  • Smart Device Development Control to annex(attach) files

    Hi, There is any control in CF2.0 to annex(attach) files Thanks What i'm trying to achieve, is to have a button or a way to attach files (like in a mail), in order to save it's path in a data base. PS: In WEb we use this: <input type="file"> ...Show All

  • Windows Forms dataview count doesn't shows properly.

    Hi I used dataview for a subset of rows , from a datatable. In that subset, there will be zero quantity and non zero quantity rows . and there may situation to move quantity value  from one row to another row.(may be quantity can be moved from an existing row to a newly added row). after that non zero quantity rows has to be deleted. the dataview.item(i).delete works fine for, if I have more than two rows(either non zero or zero). The Problem is if I have Only one zero quantity row and another non zero quantity(newly created. quantity is transferred from that zero quantity to this new row). If I made attempt to delete that zero quantity rows. it deletes both  row.(ie., the dataview.count shows 0 inste ...Show All

  • Smart Device Development where is hidpi.h file??

    Hi, I want to develop a HID class device used with PPC. But I can't find the hidpi.h header file in SDK,please tell me which package include the file This file only included in the Windows CE Platform Builder. A eval edition is available here . ...Show All

©2008 Software Development Network