Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PhilJohnson

    remoting issues with memorystream passing through remoting boundary

    Hi, I am using dotnet remoting with a binarry formatter. I have a property that returns a memorystream that has had a file loaded into it. When I try to access this property though I get an error regarding "the proxy has no channel sink....[]...or no suitable Client channel to talk to the...
  2. PhilJohnson

    Problems attaching to explorer.exe process

    I am using VS2003 to create a C# dll that uses shell namespace extensions. I need to debug my code but it is running in the explorer.exe process and when I open my namespace extension from My Computer so its running, then try to attach to the explorer.exe process with VS2003 I get the...
  3. PhilJohnson

    problem setting remoting URL from hardcoded string - appsettings works

    I have a dll that uses Rocky Lhotka's CSLA. The CSLA relies on some settings in an app.config for remoting but my dll is not used by one of my apps so I have no control over the app.config. The point where the string is set with the url of the remote object is: string data =...
  4. PhilJohnson

    .net remoting error windows shell namespace extension dll

    I am using business objects that are built on top of Rockford Lhotka's CSLA Business Object framework. I have a simple windows application that uses the objects configured for remoting and the app logs on without any problems. I have now created a Windows Shell Namespace Extensions...
  5. PhilJohnson

    run file when folder opens

    Hello, Is there any way I can get an application to start when a folder is opened, similar to autorun.ini on a CD. If there isnt a simple file I can create to do this, does anybody know what API calls could be used? Thanks, Phillip
  6. PhilJohnson

    Where to start with a custom my documents folder

    Hello I am a .net developer tasked with creating a 'plugin' that adds a 'folder' inside the user's My Documents folder (like the My Music folder or the My Pictures folders). This folder will 'map' to a business object that has a collection of 'folders' and those 'folders' will contain either...
  7. PhilJohnson

    Custom My Documents Type of Folder - where to start

    I am a .net developer tasked with creating a 'plugin' that adds a 'folder' inside the user's My Documents folder (like the My Music folder or the My Pictures folders). This folder will 'map' to a business object that has a collection of 'folders' and those 'folders' will contain either...
  8. PhilJohnson

    Sharepoint Impersonation Problems

    Hello, Having a problem with an installation of Sharepoint we are currently implementing. We have IIS set to Digest Authentication and the web.config file has Impersonate set to true and the authentication mode set to Windows. Every time any user goes to the site they are prompted for their...

Part and Inventory Search

Back
Top