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

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

chazparks

Member List

James Rea
Luigi Fonti
igor_22
svid
Braneloc
Jean-Pierre Fouche
matti-81
prashant_katwate
Muhammad Adnan
Jia_1999
Andy Redman
CHolmes
Sushantp
John230873
Dasa
x-pert
Horace Li
Nagaraj K
sql2005 user
bluestar
Only Title

chazparks's Q&A profile

  • Software Development for Windows Vista CARDSPACE ISSUE WITH JULY CTP & IE 7.0 Beta 3

    I have hosted web application supporing "cardspace" locally on machine having july ctp & ie 7.0 beta 3 (IE: 7.0 v7.0.5450.4 ). on WIN 2003 & iis 6.0. The problem I am facing here is that during Login Process my web application does not popup the CARDSPACE selection window(Code for popup and displaying CARDSPACE is correct). I am able to access http://sandbox.netfx3.com/ and able to sign in using CARDSPACE.( here windows CARDSPACE is automatically popup). I am guessing the problem here is with my installation ....... or Configuration. for hosting web application having "CARD SPACE" facility required anything other than july ctp, ie 7.0 beta 3 or any configuration should be changed for IIS gu ...Show All

  • .NET Development How to Insert/Update/Delete nodes using XPath expressions?

    Hello, I have been using XPath expressions to iterate through a set of nodes (see example below). Can someone please suggest how I can add or drop sibling or child nodes using XPath expressions. Thanks, Tad code snippet: XmlDocument xd = new XmlDocument(); xd.Load("data.xml"); XPathNavigator xn = xd.CreateNavigator(); XPathExpression xe = xn.Compile(" //Assembly/Component/@cn ame"); XPathNodeIterator nodes = xn.Select(xe); while (nodes.MoveNext()) { MessageBox.Show(nodes.Current.Value.ToString()); } data.xml < xml version="1.0" encoding="utf-8" > <WidgetSettings> <Assembly> < ...Show All

  • Software Development for Windows Vista BizTalk Sever 2006

    Hi there, I am new to BizTalk server 2006. I have read in one of the posts that I should post questions related to BizTalk Server 2006 in the newsgroup dedicated for that, but unfortunately, the support there is very bad and no one answered my questions neither lots of others questions. I am inspired by HL7 accelerator of BizTalk and I am not able to answer several questions. I am posting these questions here as well since I saw several people talking about BizTalk here. So please if you know the answers let me know or just tell me where can I post them: 1) Does BizTalk Server 2006 provide free installation for HL7 Accelerator 2) Is there any other standards covered like DICOM 3) What is the difference between what Biz ...Show All

  • .NET Development MemberWise clone of a sealed class (shallow copy)

    Can someone tell me how to create a shallow copy of a sealed class For example, I would like to achieve the equivalent of: OpenFileDialog o2 = (OpenFileDialog) o1.MemberwiseClone( ): - Paul ...Show All

  • Visual Studio 2008 (Pre-release) Clipboard.GetImage issue

    Hello. I've been having some problems obtaining an Image that was placed on the Clipboard using Clipboard.GetImage(). The code: Image img = new Image(); img.Source = Clipboard.GetImage(); someElement.Children.Add(img); doesn't seem to work, although it probably should. Any ideas I did find Sheva's workaround , but I'm hoping there's a better way of doing it using WPF. Thank you, Boris i am having a similar issue. the images in question are obtained from the quicktime activex control. i can save them to disc with JpegBitmapEncoder, but when i assign the BitmapSource to an image it does not display. is this a known bug at this point ...Show All

  • SQL Server New Lynksys Router blocking access to SQL 2k

    I have a new Wireless G router configured by a client for their VPN. They said to hook it up to my existing router. It works great if I try to connect to something on the VPN, Informix, SQL no problem. I have my own SQL 2k on the same network locally. I can access the server with Maping tools but I can not get an ODBC connection to work either using Windows Authentication or SQL authentication. Tried my old router and it worked fine. I figured it would not work while I was connected to the VPN, but thought I should be able to access SQL server when not on the VPN. Is this a port issue Never had to deal with this. Thanks Mike D Bass and Joey, The client supplied Router is passwo ...Show All

  • Visual Basic How to replace a folder icon

    Hello, I am trying to figure out how I can programatically replace a folder's icon by clicking a button. i want to change it to an image I have created (type *.ico). Can anyone please help me Thanks! do you know of a link that would possibly show how to alter the directoryinfo method I have found a link that shows how to view the items in a directory but now exactly for what I am trying to do. http://msdn2.microsoft.com/en-us/library/3xy7db0w.aspx ...Show All

  • Visual Basic printing contents of a richtextbox

    Hello Suppose I have a ricthtextbox and i wish to get users of my app to be able to able to print out the contents of the richtextbox. Is there an easy way to get this done I have been using the PrintDocument object and specifying the correct handler. However when I call PrintDocument.Print, I get this save as dialog asking me to save ghe document.mdi file resulting from the printing command. I do not want this to come up. What is the easiest way to print the contents of the richtextbox to the default printer in visual basic thanks Shyma Most likely there isn't anything wrong with your code. I'll bet your default printer is 'Microsoft Office Document Image Writer' If so, change it to a different printer an ...Show All

  • .NET Development asserting permissions for called dll

    hello, My dll is calling another dll that does not have the required security permissions to properly run, so I was wondering if it was possible for my code (which is fully trusted) to assert permissions for the dll I want to call and run. Thanks for any help. well, it actually looks like they aren't making any security declarations. And I realize this may sound dumb, but I'm new at .net development, would that be the reason the security error would come up, or have I been wrong in my thinking this whole time ...Show All

  • SQL Server same cube data is 32x larger on XP than on Win 2003 Server

    I build the same cube from the same data on Windows XP and on Windows 2003 Server Ent. The amount of data taken up by partitions on Windows Xp seems about 32x larger than on Windows 2003 Server. There are 7 aggregations There are 33 partitions There are total 630M fact rows on Win XP each partition takes about 1.8GB on Windows 2003 Server each partition takes about 56MB in different layout of 7 partitions on Windows 2003 Server each partition is about 250MB. It seems that SSAS uses 32x more storage when running on windows XP. Could this be a reason why it runs out of memory when processing only 10M rows ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1072152&SiteID=1 ) So same cube data occupies roughly 57 GB on windows X ...Show All

  • SQL Server SSIS Boolean Questions

    Please write YES/NO against point number in your answer i.e. for example: 1) YES, 2) YES, 3) NO, 4) YES etc. We have source SQL Server 200 databases in one instance and target SQL Server 2005 in another instance both being on different windows 2000 server systems. Target OLAP DB design is derived from source OLTP. Most master & transaction tables are as is but some target tables are a result of merging source tables. We need to do SSIS packages based migration using data flow task based on column mapping & queries using Business Intelligence Development Studio (BIDS). There are no transformations required. 1) Can I group packages under project into sub-groups i.e. super packages 2) Can I execute a set of packag ...Show All

  • SQL Server Nonadditive Measure in Standard Edition

    How do I define a measure to be nonadditive in Standard Edition If I set the AggregateFunction property to None, I get this error when trying to deploy: Aggregate function None is not allowed in Standard server edition. This is for a percentage measure based on a named calculation in my data source view. It obviously cannot be aggregated. Any workaround for this -Larry You're right, that was easy -- but only after I fully understood what it was doing. MDX is taking me a little while to get, but it's starting to sink in. Thanks again for your help! -Larry ...Show All

  • Visual Studio Team System Finding tutorial for VS Developer news...

    Where can I find whats new for a developer that have the Developer edition of VS 2005 I need tutorials, videos, books... All tips are welcomed! Hi, Check out this site http://www.learnvisualstudio.net/ Regards Arvind T N ...Show All

  • Windows Live Developer Forums The following message could not be delivered to all recipients

    "The following message could not be delivered to all recipients" I keep getting this error msg everytime i try talking to one of my contacts. It was all working fine until all of a sudden i cldnt communicate with them no more.. Also i'm having the same problem on both windows messenger & Windows live messenger.. can someone pls address this issue for me. I too am getting this same problem. My contacts can NOT start conversations with me. They just get the "could not be delivered" message. I tried signing into Web Messenger - same thing. I tried signing into Xbox360 Messenger - same thing. It definitely seems like it has to do with my account on Microsoft's servers that it ...Show All

  • Visual Studio Tools for Office how can I connect/integrate outlook 2007 with website???

    how can I connect/integrate outlook with website Outlook is on my pc - no smtp mail servers used e.g. exchange I have not seen a response to my earlier question regarding your issue, so I am going to close this thread. Here are some resources to assist you further: http://blogs.msdn.com/johnrdurant/archive/2005/12/07/vsto_outlook_resourcelist.aspx Best, jrd ...Show All

©2008 Software Development Network