Click here to Skip to main content
15,918,676 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Very Urgent Pin
Kurmala10-May-07 3:44
Kurmala10-May-07 3:44 
AnswerRe: Very Urgent Pin
enjoycrack10-May-07 3:46
enjoycrack10-May-07 3:46 
AnswerRe: Very Urgent Pin
Sathesh Sakthivel10-May-07 3:47
Sathesh Sakthivel10-May-07 3:47 
AnswerRe: Very Urgent Pin
Bijay Bhaskar Deo10-May-07 3:37
Bijay Bhaskar Deo10-May-07 3:37 
QuestionRe: Very Urgent Pin
Kurmala10-May-07 3:40
Kurmala10-May-07 3:40 
AnswerRe: Very Urgent Pin
enjoycrack10-May-07 3:37
enjoycrack10-May-07 3:37 
AnswerRe: Very Urgent Pin
SimulationofSai10-May-07 3:45
SimulationofSai10-May-07 3:45 
QuestionIssues in loading images in Word Automation [modified] Pin
Sankara Narayana10-May-07 3:08
Sankara Narayana10-May-07 3:08 
As per our requirement i have created a word report with password.

And i am exporting it to the client system.

It works fine in some system. But in some client system the gif images are not correctly loaded.

For all the clients the images are correctly generated at the server(i commented the code of deleting the file at the server).

And it also happened that for some clients where the images were not correctly loaded it began to load when tried another day. And vice versa also happened yet another day. I really don't know why this inconsistancy is happening.

And i was checking out at the clients were Word 2000 was installed. As i was automating Word 2000(Word 9.0.2720) at the server.

Actually while creating the document at the server i am inserting a table containing those gif images, with some formatted headings in it...

And that table is made as a header for the word document...

I am just not able to figure out...what could be the problem ?

I have synchronized that thread so that at any point of time only one process can access it...

As
// Declared an object exclusively declared for synchronization as a member
// variable as i am calling GC.Collect();
private Object objLock = new Object();

// And inside the method
lock(objLock)
{
// Code which has to be executed synchronously
}
as per the link


Please help...

Or is there any settings to be set in the word at the client, so that ".gif" images can be imported.

And is there any way to enforce that settings while exporting the file to the client... Doubtful of that, as we will have to
change settings of the Word Application at client...but still...

Hope some body can throw some light...

Please help...It is really getting late for me...

I have no idea why it is behaving like this...

-- modified at 23:43 Thursday 10th May, 2007

O
QuestionAJAX.net on hosted server Pin
totig10-May-07 3:04
totig10-May-07 3:04 
AnswerRe: AJAX.net on hosted server Pin
Sam Heller10-May-07 6:54
Sam Heller10-May-07 6:54 
GeneralRe: AJAX.net on hosted server Pin
totig10-May-07 7:36
totig10-May-07 7:36 
GeneralRe: AJAX.net on hosted server Pin
Sam Heller10-May-07 7:44
Sam Heller10-May-07 7:44 
QuestionAccessing button on wizard control Pin
digsy_10-May-07 2:37
digsy_10-May-07 2:37 
QuestionFolder access only for ASP.NET Pin
BSRK10-May-07 2:35
BSRK10-May-07 2:35 
AnswerRe: Folder access only for ASP.NET Pin
Sathesh Sakthivel10-May-07 3:25
Sathesh Sakthivel10-May-07 3:25 
QuestionArray of Controls in ASP.NET Pin
Faisal Khatri10-May-07 2:25
Faisal Khatri10-May-07 2:25 
AnswerRe: Array of Controls in ASP.NET Pin
enjoycrack10-May-07 3:40
enjoycrack10-May-07 3:40 
Questionchange schema of all table in sql server 2000 Pin
srinandan..10-May-07 2:19
srinandan..10-May-07 2:19 
QuestionAsp.net 2.0 + c# Pin
ritu432110-May-07 2:03
ritu432110-May-07 2:03 
AnswerRe: Asp.net 2.0 + c# Pin
BSRK10-May-07 2:37
BSRK10-May-07 2:37 
GeneralRe: Asp.net 2.0 + c# Pin
ritu432110-May-07 3:12
ritu432110-May-07 3:12 
GeneralRe: Asp.net 2.0 + c# Pin
enjoycrack10-May-07 3:36
enjoycrack10-May-07 3:36 
QuestionI need help about print data form printer on pressing button on web page Pin
Suhail Shahab10-May-07 2:02
Suhail Shahab10-May-07 2:02 
Questiongetelementid() returns null Pin
ronaktamboli10-May-07 1:58
ronaktamboli10-May-07 1:58 
AnswerRe: getelementid() returns null Pin
Sherin Iranimose10-May-07 2:10
Sherin Iranimose10-May-07 2:10 

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.