|
Home > Archive > BizTalk Server General > January 2006 > Compiler for file type '*.odx' failed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Compiler for file type '*.odx' failed
|
|
| O. Lindfeldt 2006-01-03, 5:57 pm |
| Hi!
I get this error when I try to Build Biztalk 2004 Orchestrations,
in VS 2003:
"Build failed. Compiler for file type '*.odx' failed."
(and "Gränssnittet har inte registrerats" which is swedish (!)
for "The Interface has not been registered"... )
I've Googled for this, and found that a repair of the install might work.
So I've tried that, and also repaired BTS2004SP1. No luck.
I think it might have stopped working after I installed .NET 2.0. and VS 2005,
but I'm not sure if this is part of the actual problem..
(I have booth versions installed on my dev PC).
The problem is easy to reproduce by creating a new empty Orchestration with
just a single Recieve Shape.
Any suggestions?
I rather not reinstall everything, that's a lot of work..
Windows XP pro sp2 swedish.
Thanx,
O. Lindfeldt
--
System Developer
Goteborg, Sweden
| |
| Marvin Smit 2006-01-05, 6:02 pm |
| Hi,
Although i'm not 100% sure what the problem is, this is something i
ran into after installing .Net Framework 2.0.
Since the fusion loader will try to load the 'latest-greatest' Biztalk
2004 now starts using 1.1 & 2.0 mixed. This didn't work very well for
me.
You'll have to modify the configuration files for all Biztalk 2004
related services & exe's to force the use of .Net 1.1. That should
help at least for some of the problems.
Hope this helps,
Marvin Smit.
On Tue, 3 Jan 2006 08:22:03 -0800, O. Lindfeldt
<OLindfeldt@discussions.microsoft.com> wrote:
>Hi!
>
>I get this error when I try to Build Biztalk 2004 Orchestrations,
>in VS 2003:
>
> "Build failed. Compiler for file type '*.odx' failed."
>
>(and "Gränssnittet har inte registrerats" which is swedish (!)
>for "The Interface has not been registered"... )
>
>I've Googled for this, and found that a repair of the install might work.
>So I've tried that, and also repaired BTS2004SP1. No luck.
>
>I think it might have stopped working after I installed .NET 2.0. and VS 2005,
>but I'm not sure if this is part of the actual problem..
>(I have booth versions installed on my dev PC).
>
>The problem is easy to reproduce by creating a new empty Orchestration with
>just a single Recieve Shape.
>
>Any suggestions?
>I rather not reinstall everything, that's a lot of work..
>
>Windows XP pro sp2 swedish.
>
>Thanx,
>O. Lindfeldt
| |
| O. Lindfeldt 2006-01-09, 5:57 pm |
| Hi!
I have tried the following
for all .exe files in <Program Files>\Microsoft BizTalk Server 2004
in their .exe.config file in <configuration> section:
<startup>
<supportedRuntime version="v1.1.4322" />
<requiredRuntime version="v1.1.4322" />
</startup>
Restarted, but no luck.. the problem is still there.
DLL:s doesn't have their own .config-files, so how could this help?
Anything else I can try?
O. Lindfeldt
--
System Developer
Goteborg, Sweden
"Marvin Smit" wrote:
> Hi,
>
> Although i'm not 100% sure what the problem is, this is something i
> ran into after installing .Net Framework 2.0.
>
> Since the fusion loader will try to load the 'latest-greatest' Biztalk
> 2004 now starts using 1.1 & 2.0 mixed. This didn't work very well for
> me.
>
> You'll have to modify the configuration files for all Biztalk 2004
> related services & exe's to force the use of .Net 1.1. That should
> help at least for some of the problems.
>
> Hope this helps,
>
> Marvin Smit.
>
> On Tue, 3 Jan 2006 08:22:03 -0800, O. Lindfeldt
> <OLindfeldt@discussions.microsoft.com> wrote:
>
>
|
|
|
|
|