I'll forward the thread and see if we can figure it out. You should
either remove both v1.1 components or both v2.0 components, the v1.1
should not depend on v2.0.
Thank you!
----
Andy
Check out the Embedded team blog:
http://blogs.msdn.com/embedded/
This posting is provided "AS IS" with no warranties, and confers no
rights.
Virg wrote:
In fact, it seems that the new component for ASP.net 1.1 [Version
5.1.2600.3333,R3333] has a dependency with framework 2.0... and not
with framework .NET 1.1 as before. I think that I will have to
downgrade my ASP.net 1.1 component to SP2 (and not SP2 FP 2007 as
actually). I think that looks like a bug. Agree Andy?
Virginie
Andy Allred [MS] wrote:
Hi, what you're seeing is correct. ASP.net should require the .net
framework. If the previous version did not have this dependency
relationship then it was probably a bug. Were you ever able to use
ASP.net when .net framework feature was *not* in your previous runtime?
----
Andy
Check out the Embedded team blog:
http://blogs.msdn.com/embedded/
This posting is provided "AS IS" with no warranties, and confers no
rights.
Virg wrote:
Thank you Andy for your answer.
But I have a little last interrogation:
When I'm doing a check dependency, why do it says:
Info 106: Adding component: ".NET Framework 2.0 [Version
5.1.2600.3333, R3333]", origin: "ASP.NET 1.1 [Version 5.1.2600.3333,
R3333]"
Looks like ASP.NET is dependant of .NET Framework 2.0
But is wasn't the case before I migrate to FP 2007.
Any ideas?
Virginie
Andy Allred [MS] a écrit :
The .net 1.1 components can reside in the same database with .net
2.0,
but can not reside in the same configuration. For the most part .net
2.0
is backwards compatible with .net 1.1 and your older application
should
still just work if you only have .net 2.0 in the configuration.
If you really need both versions in the runtime, then you should
choose
one of these (preferably .net 1.1) to be in the configuration via TD,
and install the second one from the desktop using the installer that
is
also used for XP Pro, this will enable true side by side versions of
the
framework on the runtime. This blog article covers the dependency
requirements for the .net 2.0 installer:
http://blogs.msdn.com/embedded/archive/2005/11/23/496333.aspx
The blog article refers to a macro component you can download,
unfortunately the external server i'm hosting that on is offline at
the
moment but expect it to be online again tonight. If you still have
trouble connecting or downloading, contact me at wecrt @
microsoft.com
and our customer strike team can e-mail you the .net 2.0 macro
component
mentioned in the blog.
-andy
----
Andy
Check out the Embedded team blog:
http://blogs.msdn.com/embedded/
This posting is provided "AS IS" with no warranties, and confers no
rights.
Virg wrote:
Hello,
I use TD for XPE SP 2 FP 2007
When I do a check dependency on my image, I get the following error:
Error 1109: Component: ".NET Framework 2.0 [Version
5.1.2600.3333,
R3333]" conflicts with other enabled components in the configuration
In my original image, I only have .NET Framework 1.1 component.
But in the process of "checking dependencies", I can also read that:
Info 106: Adding component: ".NET Framework 2.0 [Version
5.1.2600.3333, R3333]", origin: "ASP.NET 1.1 [Version 5.1.2600.3333,
R3333]"
Why?
Thank you.