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
R

raeyoung

@raeyoung
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Visual Basic "originated from an internet" EXCEL
    R raeyoung

    doesn't matter. They both fail in production, both open no problem in dev.

    Visual Basic wpf wcf com help

  • Visual Basic "originated from an internet" EXCEL
    R raeyoung

    Production - interop 12

    Visual Basic wpf wcf com help

  • Visual Basic "originated from an internet" EXCEL
    R raeyoung

    I have a visual basic application developed to read an EXCEL file. It is written with late binding because my development machine has Microsoft.Office.Interop.EXCEL 14 and the production machines uses Microsoft.Office.Interop.EXCEL 12. We get an error opening the workbook on the production machine but not on the development machine. It only happens for files that have the "originated from an internet" ADS. Is there an EXCEL or FILE setting I have missed?

                Dim oXL As Object = CreateObject("Excel.Application")
                Dim oWBK As Object = oXL.workbooks
                Dim oWS As Object = CreateObject("Excel.Sheet")
    
                oXL.AutomationSecurity = 3
                oXL.DisplayAlerts = False
                oXL.Visible = False
                oXL.AskToUpdateLinks = False
    
                oWBK = oXL.Workbooks.Open(Path.Combine(l\_s\_SourcePath, l\_s\_SourceFileName), UpdateLinks:=False, ReadOnly:=True, CorruptLoad:=1)
    
    Visual Basic wpf wcf com help
  • Login

  • Don't have an account? Register

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