Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

CCB2010

@CCB2010
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • File drag and drop in in-browser app
    C CCB2010

    Thanks for the reply. A hint on how to specify the elevated permissions would be appreciated... (Weird: when I build and run the project -- from the debugger -- on a different computer, the app does not have elevated permission. Trying to figure out the difference between the two computers. I have this code in a handler for the MainPage Loaded event:

    Msgs.Text = string.Format("{0} ElevatedPermissions", (Application.Current.HasElevatedPermissions ? "Has" : "Does NOT have"));

    )

    WPF question security debugging announcement

  • File drag and drop in in-browser app
    C CCB2010

    The OP contains the exception I see when attaching the debugger to the browser. Certain properties of the FileInfo appear to be unavailble -- Attributes, Directory, DirectoryName -- when running outside of the browser.

    WPF question security debugging announcement

  • File drag and drop in in-browser app
    C CCB2010

    I have an SL 5 app that the user can drop files and directories into. When launched from the debugger, it works as expected. When I try to use the xap in a page on a remote site, I get a Security exception. foreach (FileInfo fi in files) { // _files.Enqueue(fi); if (fi.Attributes == FileAttributes.Directory) Attaching the debugger to the browser, I see: +fi.Attributes 'fi.Attributes' threw an exception of type 'System.Security.SecurityException' System.IO.FileAttributes {System.Security.SecurityException} "File operation not permitted. Access to path '' is denied." UPDATE: Some properties of the FileInfo object are available, but not things like Attributes, Directory, DirectoryName. 1) Why does it work when started from the debugger? 2) How can I get it working outside of the debugger? Thanks for any insight....

    WPF question security debugging announcement

  • Anybody try VS Debugger Canvas?
    C CCB2010

    It looks really cool in the demo... I've installed it on two computers (VS2010 Ult. provided by work, fortunately). - Performance is woeful; when a breakpoint is hit, it takes a considerable amount of time to display the canvas and render a bubble. - It appears F10/F11 don't work in the debugger canvas, I have to click on buttons in the button bar - Trying to step into a method may or may not bring up a new bubble. - Breadcrumbs at the top of the bubble appear to not work. That is, I can't navigate up the call chain via the breadcrumbs. Great concept, but maybe not ready for prime time.

    The Lounge visual-studio csharp com debugging question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups