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

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

phil_m

Member List

meddy
Becker2
NagySaNa
Kent Waldrop Fe08
adamoneil
vhmau
Ellaboudy
Thor78
patio87
eric_from_nj
LTD
asiaindian
Richard Berg MSFT
Zadoras
mblas
Aleniko29139
KlausLeth
Tryston02
GTrz
leonlai
Only Title

phil_m's Q&A profile

  • Visual Studio 2008 (Pre-release) System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)

    I am using the 'Getting Started' Sample from the WCF Documentary. When I use 'localhost' as address everything works fine. When I change that to the name of my computer, I get a timeout exception: System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)    bei System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)    bei System.ServiceModel.Security.IssuanceTokenProviderBase`1.DoNegotiation(TimeSpan timeout)    bei System.ServiceModel.Security.SspiNegotiationTokenProvider.OnOpen(TimeSpan timeout)    bei System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout)    bei ...Show All

  • Software Development for Windows Vista New Sample: Simple STS

    I've posted another sample, this time a Simple STS! With that you should be able to do complete end-to-end scenario testing with CardSpace. It's pretty darn lightweight, and doesn't provide a whole lot of anything, but it's simple enough to understand without too much effort. http://cardspace.netfx3.com/files/folders/samples-july-ctp/entry5204.aspx g Garrett Serack | Program Manager |Federated Identity Team | Microsoft Corporation blog: http://blogs.msdn.com/garretts ARRG! <hangs head> I must now wear the stone of shame </hangs head> I must have missed that aspx as well. Sorry folks, Softwaremaker's right. Garrett ...Show All

  • Visual Studio Express Editions Question about "sealed"

    Hi all I have read the documentation (see below) but i'd like if anybody could explain better, in a practical context, the actual benefits of declaring a class "sealed". For example why it could be fine to prevent inheritance of a class thanks in advance for any help/info about the above! -- from MSDN documentation --- sealed (C# Reference) The sealed modifier can be applied to classes, instance methods and properties. A sealed class cannot be inherited. A sealed method overrides a method in a base class, but itself cannot be overridden further in any derived class. When applied to a method or property, the sealed modifier must always be used with override (C# Reference) . Use the seale ...Show All

  • Software Development for Windows Vista How to handle event in called workflow

    I have two workflow. In which one workflow called another workflow. My problem is that when i don't have HandleExternalActivity inside my called workflow then it is called properly and work properly. But if I have HandleExternalActivity inside second workflow then there is error that says this event can't be delivered. I have an interfece in which i have defined an event which is handled by that HandleExternalActivity and a method which call that event. I have implemented that interface in a class. I am calling that function from my host application. Thanks Kanhaiya Are you setting the instance id of the invoked workflow while raising the event Also invoked workflow is executed in asynchronous manner, so you need to ...Show All

  • Visual C# RichTextBox format to SQL

    Why can't i add this row into SQL from a C# application, i also tried to do it in mysql query browser and it went perfectly. I supose that i have problems with the "\r\n" part and i don't what to do now. I know that \r\n means next line, but i can't undestand why it will work from mysql query browser and not from the application. this is the INSERT command "INSERT INTO `Problem` ( `Problem` ) VALUES('{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1053{\\fonttbl{\\f0\\fnil\\fcharset0 Microsoft Sans Serif;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs17 Testring writing text.\\par\r\n}\r\n\0')" >>I allready tried with .Replace(@"\", @"\\") but for some reason it wount ta ...Show All

  • Visual Basic How to remove a Domain User from a local group using System.DirectoryServices

    I want to write a little program, what remove a domain user group (let it be "Key_users") from local "Administrators" groups on the computers at our company. In some reasons I can't use group Policy. :( My problem is the following: I can't found the Domain users group as a child object of local Administrator group. I'm using the following code for local user group identification: Dim Local_Machine As DirectoryEntry = New DirectoryEntry( "WinNT://" + Environment.MachineName + ",computer" ) Dim Rendszergazdak As DirectoryEntry = AD.Children.Find( "Administrators" , "group" ) The problem occours when I try to "Find" the "Key_users" group. I ...Show All

  • Windows Live Developer Forums Live search service not responding

    Hi, Is there any reason why when I run the sample from the search SDK on my personal server at home it works perfectly fine, yet when I load the same code to my hosted server I get an error message saying that the service did not repond correctly (System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) at System.Net.ServicePoint.ConnectSocketInter ...Show All

  • Visual Studio Sandcastle December CTP - Member pages have no collapsible group descriptions?

    Hello All, I have been using the new ApplyVsDocModel.xsl in the December CTP instead of AddOverloads.xsl to generate the member pages, but when I look at what it  has produced I can see it has put the members into various collapsable groups, but there is no name describing the group. For example, the Public Methods group  has a - or + icon to allow the group to be collapsed or expanded, but there is no description following it so it is not immediately obvious what group of members you are looking at. In the member page that was generated for my code, it produced 5 collapsible groups (Public Methods, Protected Methods ,  Public Constructors, Public Properties and Public Events) but without the description of the group ...Show All

  • Visual Basic SQL command to Access database in vb2005

    Hopefully someone can shed some light on the problem I’m experiencing. I’m fairly new to vb2005 but I’ve managed to totally confuse myself. Below is an example I’m using to extract data from an access database however when I try to include a "Where/Like" command I’m getting no data returned. The really confusing thing is that if I paste the sql string into access it works fine. The actual sql string I build is:- “Select * from M_Businesses Where Description Like 'B*' Order by Description;” I’ve included code and an access database to recreate. Any comments would be much appreciated. Cheers John Private Sub TextBox1_TextChanged( ByVal sender ...Show All

  • SQL Server AS2005: Replacing the sole data source for existing cube?

    Does BI Dev Studio support (and if so, how) replacing the sole data source for an existing cube with a new data source As a note, this new data source is really an enhanced version of the original, but with added fields, stored procedures, etc. I imagine that, if I can do what I'm asking about above, then the DSV Refresh function will either automate, or at least document, the changes needed at DSV level to keep the cube connection valid. Question restated: DoesBI Dev Studio support (and if so, how) replacing the sole data source for an existing AS2005 cube with a new data source The best way to change the source of data for an existing OLAP or Data Mining object is simply to change the connection ...Show All

  • Visual C++ Thread Missing

    Hello All, Does the moderater removes any threads I posted a question on FILEDESCRIPTOR structure and it is missing now. What would be a probable reason for removing the thread Thanks, There is a number of reasons for a thread being deleted. The most common one is being an off topic specially if it is a general win32 API programming issues and not VC++ specific. I will search the deleted threads and bing it back. Hopefully it is not an off topic one. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Windows Search Technologies OL 2007/Vista RTM Search not working

    If I enter a search query from within OL 2007 (using the all items) I don't get matches except my Exchange account. I have several other PSTs and Public folders. I have them all checked in options, set things to search all and also have unchecked the quick results. If I enter the same search in the search box of the File Explorer in Vista, I get all the matches. Ideas Using Vista Ultimate RTM. Using OL 2007/Win XP x64. Outlook Mail is not indexed. Tried (re)installing. No use. When I open OL after WDS installation, in the index status dialog, the number of items to be indexed increases, and drops back to 0. WIht or woithout Index Now activated. Haven't found any info on this, but mail is definit ...Show All

  • Visual Studio Need help developing a COM Add-in for Word(Office XP)

    Hi all, I created a "Shared Add-in" project in Visual Studio .NET 2005 and tried to develop a simple hello world COM add-in for Word. After created the project, it automatically generated another setup project and this is good. Then I added a reference to the Word Interop Assembly in the Add-in project and confirmed that the DLL file actually references to assembly in windows\assembly folder. Since I just want to make sure that Word can connect to this COM Add-in, I simply added a statement MsgBox("hello world.") to every event that appears in the default Connect class. Then I built both the add-in project and the setup project and right-clicked on the setup project and selected "Install" to install the add ...Show All

  • Visual Studio Express Editions pointer to memory location

    In VC++ Express is there an instruction which returns a pointer to the physical location ie the actual memory location in ram of a variable I need to work on a bitmap file loaded into the project. The & operator gives the address of the variable. int n = 1; int *p = &n; n is 1. p is the address of n. p points to n. EDIT: Here is a list of operators http://msdn2.microsoft.com/en-us/library/x04xhy0h.aspx The address of operator http://msdn2.microsoft.com/en-us/library/64sa8b1e.aspx ...Show All

  • Visual Studio 2008 (Pre-release) TextRange

    Hi I am having trouble saving Images from a flowdocument into an RTF document. I use the TextRange object to get my data which I build up using paragraphs and inlines. I use Avalon Image objects to add Image Inlines to my document. Then I just use the TextRange.Save method to save my data, using the RTF format. The problem is that only my text gets saved (including its formatting), but all my images are gone. Is is possible to save images along with the text Thanks! bbg Has anyone else been able to save images into RTF format from a simple Paragraph object (as opposed to a RichTextBox control bbg ...Show All

©2008 Software Development Network