W2k3EE and OWC11 problem to generate xls...

V

v.mazzotta

Hi to all,
i create a solution on VS .NET 2003 that using owc11, I have
problem.
I installed only owc11 library on server, deployed solution vi
Installer and not reconize microsoft.interop.owc11, so adding loca
copy of microsoft.interop.owc11.dll and ctl.... all go correctly th
only thing that don't go is NOT GENERATE XML file in Temp directory.

Questions:
1) If i install library why include a local library copy ?
2) If i insert local library copy it's work fine. Some incompatibilit
between owc11 and W2k3EE ???

In XP it's all right, in 2003 Enterprise Edition *NOT GENERAT
EXPORT*.

Somebody have a solution ?

Thanks in advanced.

Ciao Vincenz
 
A

Alvin Bruney - ASP.NET MVP

this is a permissions issue. make sure you have write permissions to the
directory

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



v.mazzotta said:
Hi to all,
i create a solution on VS .NET 2003 that using owc11, I have a
problem.
I installed only owc11 library on server, deployed solution via
Installer and not reconize microsoft.interop.owc11, so adding local
copy of microsoft.interop.owc11.dll and ctl.... all go correctly the
only thing that don't go is NOT GENERATE XML file in Temp directory.

Questions:
1) If i install library why include a local library copy ?
2) If i insert local library copy it's work fine. Some incompatibility
between owc11 and W2k3EE ???

In XP it's all right, in 2003 Enterprise Edition *NOT GENERATE
EXPORT*.

Somebody have a solution ?

Thanks in advanced.

Ciao Vincenzo
href="http://www.officehelp.in">Microsoft Office
Software</a>
 
V

v.mazzotta

Thanks for your reply,
In my VS.NET project i added a folder object and sette
AllowWriteAccessProprierty to true value.
When I install Package create correctly folder, but a thing that
don't know is why installer not define permission on ASPNET profile.

I test to delete from project folder install package and add manuall
folder like a new virtual then I add permission to write, travers
folder end read for ASPNET profile.

Any idea about this problems ?

Another thing is that when i install package not recognize start page
must set on default document WebForm1.aspx but in VS.NET is set lik
start page.

Thanks in advanced.

Ciao Vincenz
 
V

v.mazzotta

Open IIS and set on folder where you export chart or spreadsheet fo
user NETWORKSERVICE write access in this folder.

Alvin, can I know why i must add library OWC11 in VS.NET project t
work fine, if I installed owc11 on my server ?

Thanks in advanced

Ciao Vincenz
 
A

Alvin Bruney - ASP.NET MVP

Alvin, can I know why i must add library OWC11 in VS.NET project to
work fine, if I installed owc11 on my server ?

You need the reference in vs.net for the code to compile. On the server, the
package is needed for the code to run correctly. If you server is your
development environment, then both conditions are satisfied. If you have
seprate machines, you will need to install on each machine.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



v.mazzotta said:
Open IIS and set on folder where you export chart or spreadsheet for
user NETWORKSERVICE write access in this folder.

Alvin, can I know why i must add library OWC11 in VS.NET project to
work fine, if I installed owc11 on my server ?

Thanks in advanced

Ciao Vincenzo
href="http://www.officehelp.in">Microsoft Office
Software</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top