Click here to Skip to main content
15,905,614 members
Home / Discussions / ASP.NET
   

ASP.NET

 
General[Message Deleted] Pin
SreejithAchutan9-Jan-08 19:35
SreejithAchutan9-Jan-08 19:35 
GeneralRe: Checbox pbm in aspx page Pin
N a v a n e e t h9-Jan-08 19:41
N a v a n e e t h9-Jan-08 19:41 
QuestionASP.NET gridview Pin
solarthur019-Jan-08 11:51
solarthur019-Jan-08 11:51 
GeneralRe: ASP.NET gridview Pin
Michael Sync9-Jan-08 16:56
Michael Sync9-Jan-08 16:56 
GeneralRe: ASP.NET gridview Pin
solarthur019-Jan-08 23:15
solarthur019-Jan-08 23:15 
GeneralRe: ASP.NET gridview Pin
Michael Sync10-Jan-08 0:27
Michael Sync10-Jan-08 0:27 
GeneralASP.Net textbox width Pin
kjosh9-Jan-08 11:01
kjosh9-Jan-08 11:01 
GeneralASP.Net interaction with Word 2007 Pin
Aptiva Dave9-Jan-08 9:39
Aptiva Dave9-Jan-08 9:39 
Okay, here is the issue I am having:

I have created a web app that puts applicant's information into a database. From there the user can do a search for particular users. There is also a function to create a report based on a series of sql queries. The report is created by calling an existing word document, which is in a .doc format, and then replaces bookmarks in the file with the results of the queries. Once that is done, the vb code will then save the report under a new file name and then have the user either open or save the new file on their computer.

Here is where the problem lies. For the past month when I got this originally working, I was able to put my web app into the IIS on my computer so I could test it out on the internal network without migrating it to it's permanent home. It was all working fine until yesterday, when I rebooted my machine. Now, when I call the code to create the document, my browser's progress bar will stop at about 25% of the way and nothing will happen. I can see that the aspnet worker process is running and has called winword.exe and the sql process, but nothing will happen.

When I go to debug the app, here is the line that it is stopping on:
<br />
Dim doc As Microsoft.Office.Interop.Word.Document = wordApp.Documents.Open(filename, confirmConversions, isreadOnly, addToRecentFiles, _<br />
             passwordDoc, passwordTemplate, revert, writepwdoc, writepwTemplate, format, encoding, _<br />
             visible, openRepair, docDirection, notEncoding, xmlTransform)


The funny thing is that I can run the code just fine when I go back to my original debug folder on my machine. What am I doing wrong here?
Generalcan´t print the file JPG with IE7 Pin
csandoval749-Jan-08 9:21
csandoval749-Jan-08 9:21 
GeneralMaintaining State of Web Form Pin
Gamzun9-Jan-08 6:47
Gamzun9-Jan-08 6:47 
GeneralRe: Maintaining State of Web Form Pin
DotNetXenon9-Jan-08 7:12
DotNetXenon9-Jan-08 7:12 
GeneralRe: Maintaining State of Web Form Pin
Gamzun9-Jan-08 7:41
Gamzun9-Jan-08 7:41 
GeneralRe: Maintaining State of Web Form Pin
DotNetXenon9-Jan-08 10:42
DotNetXenon9-Jan-08 10:42 
GeneralCSS to only one textbox Pin
kjosh9-Jan-08 4:48
kjosh9-Jan-08 4:48 
GeneralRe: CSS to only one textbox Pin
led mike9-Jan-08 5:05
led mike9-Jan-08 5:05 
Questionhelp needed in creating a folder dynamically with the folder name as a textstring taken from the text box. Pin
Member 44460549-Jan-08 4:07
Member 44460549-Jan-08 4:07 
GeneralNeed regular expression for US Cell Phone numbers Pin
Rocky#9-Jan-08 3:49
Rocky#9-Jan-08 3:49 
GeneralRe: Need regular expression for US Cell Phone numbers Pin
J4amieC9-Jan-08 4:01
J4amieC9-Jan-08 4:01 
GeneralRe: Need regular expression for US Cell Phone numbers Pin
Rocky#9-Jan-08 4:03
Rocky#9-Jan-08 4:03 
GeneralRe: Need regular expression for US Cell Phone numbers Pin
J4amieC9-Jan-08 4:48
J4amieC9-Jan-08 4:48 
GeneralRe: Need regular expression for US Cell Phone numbers Pin
Rocky#9-Jan-08 19:23
Rocky#9-Jan-08 19:23 
Generalarrays of webcontrols Pin
Cuckoo9-Jan-08 0:55
Cuckoo9-Jan-08 0:55 
GeneralRe: arrays of webcontrols Pin
Michael Sync9-Jan-08 4:01
Michael Sync9-Jan-08 4:01 
GeneralRe: arrays of webcontrols Pin
Cuckoo9-Jan-08 20:45
Cuckoo9-Jan-08 20:45 
GeneralHandle all closing ways Pin
samerh9-Jan-08 0:32
samerh9-Jan-08 0:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.