Office Development BIG PROBLEM

Z

Zamolxe

I have installed the Visual Studio 2003 FULL With MSDN (ORIGINAL NOT
CRACKED :), Office 2003PRO FULL.
After installing Office i have insatlled the MSDE form OFFICE CD, IIS
is installed.
Then: Microsoft Office Access 2003 Developer Extensions (English)
Microsoft Visual Studio® Tools for the Microsoft Office System 2003
(English)
Then: SQL SERVER 2000
Then: VS2005 Beta (Full install).
Now the problem is in 2003 when I try to create a Office Project it
loads my prj then if I try to execute it Word is opening and after 1
sec it closes...

In 2005 after creating the proj and F5 the Word is Oppend and an error
appears in VS:

FileNotFoundException was unhandled
"Could not load file or assembly 'WordDocument, Version=1.0.2110.20427,
Culture=neutral' or one of its dependencies. The system cannot find the
file specified."

If I close the VS and try to open the WordDOC it loads and an error
appears:
"Office document customization is not available"
"The customization assembly could not be found or could not be loaded.
You can still edit and save the doc. Contact bla bla..."

PLS HELP ME I REALLY NEED IT TO WORK
 
J

John Murray

I suspect that it's having trouble finding the primary interop
assemblies for word. Go back to the office install and try to add
features -- make sure that the .net development items are installed for
word.
 
A

Alvin Bruney - ASP.NET MVP

you cannot mix and match 03 with 05, its either one or the other. the docs
don't state that by the way, i learned it the hard way.

--
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
-------------------------------------------------------



I have installed the Visual Studio 2003 FULL With MSDN (ORIGINAL NOT
CRACKED :), Office 2003PRO FULL.
After installing Office i have insatlled the MSDE form OFFICE CD, IIS
is installed.
Then: Microsoft Office Access 2003 Developer Extensions (English)
Microsoft Visual Studio® Tools for the Microsoft Office System 2003
(English)
Then: SQL SERVER 2000
Then: VS2005 Beta (Full install).
Now the problem is in 2003 when I try to create a Office Project it
loads my prj then if I try to execute it Word is opening and after 1
sec it closes...

In 2005 after creating the proj and F5 the Word is Oppend and an error
appears in VS:

FileNotFoundException was unhandled
"Could not load file or assembly 'WordDocument, Version=1.0.2110.20427,
Culture=neutral' or one of its dependencies. The system cannot find the
file specified."

If I close the VS and try to open the WordDOC it loads and an error
appears:
"Office document customization is not available"
"The customization assembly could not be found or could not be loaded.
You can still edit and save the doc. Contact bla bla..."

PLS HELP ME I REALLY NEED IT TO WORK
 
Z

Zamolxe

I have done that and all OFFICE COMPS are installed.
I have checked and eaven .NET 2.0 Prog Support is checkd.
Still doesnt work!
 
Z

Zamolxe

So I will have to uninstall one of them so that the other one work?
The thing is that I want to do OFFICE dev in 2005 and all the other
prjs that I have in 2003.

There must be a way...
 
A

Alvin Bruney - ASP.NET MVP

yup, the way is called virtual pc. Or you can continue to bang your head
against the wall. take your pick.

--
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
 

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

Similar Threads


Top