Set access permissions for Microsoft Word
To access Word from an ASP.NET application, the right access permissions have to be set. When trying to open a Word document from an ASP.NET application, using the this code… Line 50: private void btnWord_Click(object sender, System.EventArgs e) Line 51: { Line 52: Word.ApplicationClass WordApp = new Word.ApplicationClass(); Line 53: WordApp.Visible = true; Line 54: [...]
More »
I am a .NET programmer first and foremost. But in my spare time I like to play around with PHP, Erlang, Haskell, F#,