Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - .NET 3.0 version mismatch

 
 
Old 10-22-2006   #1 (permalink)
sbarlea@gmail.com


 
 

.NET 3.0 version mismatch

Hello!
I have started development on the July ctp of .NET 3.0. Since then, I
upgraded to .NET RC1 (and corresponding orcas). The problem is that
when i try to deploy my application, I get an error (you know,
send/dont send) and in the error report, somewhere , there is an error
that sais that the BAML is version 0.94 and the reader can read only
0.94 (or something similar) . How can I solve this problem? The july
ctp doeas not exista any more on the MS servers, or I would try to
install that one and see if it works...
How can I make sure my project does use only RC1 dlls? I hoped that
uninstalling July and installing RC1 was enough, but apparently I was
wrong....
Tanx alot!


My System SpecsSystem Spec
Old 10-23-2006   #2 (permalink)
Douglas Stockwell


 
 

Re: .NET 3.0 version mismatch

It does sound like you have a mix of versions installed.

You could try the .NET Framework 3.0 Uninstall Tool:

http://www.microsoft.com/downloads/d...displaylang=en

But, I would normally uninstall in this order:

Remove VS Orcas extensions.
Remove the Windows SDK.
Remove .NET 3.0 Runtime.

Then reinstall in the reverse order.

- Doug

<sbarlea@gmail.com> wrote in message
news:1161550945.581252.164070@i3g2000cwc.googlegroups.com...
> Hello!
> I have started development on the July ctp of .NET 3.0. Since then, I
> upgraded to .NET RC1 (and corresponding orcas). The problem is that
> when i try to deploy my application, I get an error (you know,
> send/dont send) and in the error report, somewhere , there is an error
> that sais that the BAML is version 0.94 and the reader can read only
> 0.94 (or something similar) . How can I solve this problem? The july
> ctp doeas not exista any more on the MS servers, or I would try to
> install that one and see if it works...
> How can I make sure my project does use only RC1 dlls? I hoped that
> uninstalling July and installing RC1 was enough, but apparently I was
> wrong....
> Tanx alot!
>


My System SpecsSystem Spec
Old 10-23-2006   #3 (permalink)
sbarlea@gmail.com


 
 

Re: .NET 3.0 version mismatch

Tanx! The uninstall was successful! WPF app deployment works now...
well, almost.

The problem is this: I have a TreeView which has, as children, Expander
controls with a button on the header. When I move the mouse over the
button in the header, I can see it changes its border color, but when I
click on it, NOTHING HAPPENS ( the clcik event doesnt get called )
...Also, the expander cannot be opened.... Other buttons in the
interface work.

Now, this is a bigger problem because I don't even know what is the
cause.... Note that this unusual behavior happens only on
non-development systems (on my computer everything works perfectly)

Please help if you can. Thank you!


Douglas Stockwell wrote:
> It does sound like you have a mix of versions installed.
>
> You could try the .NET Framework 3.0 Uninstall Tool:
>
> http://www.microsoft.com/downloads/d...displaylang=en
>
> But, I would normally uninstall in this order:
>
> Remove VS Orcas extensions.
> Remove the Windows SDK.
> Remove .NET 3.0 Runtime.
>
> Then reinstall in the reverse order.
>
> - Doug
>
> <sbarlea@gmail.com> wrote in message
> news:1161550945.581252.164070@i3g2000cwc.googlegroups.com...
> > Hello!
> > I have started development on the July ctp of .NET 3.0. Since then, I
> > upgraded to .NET RC1 (and corresponding orcas). The problem is that
> > when i try to deploy my application, I get an error (you know,
> > send/dont send) and in the error report, somewhere , there is an error
> > that sais that the BAML is version 0.94 and the reader can read only
> > 0.94 (or something similar) . How can I solve this problem? The july
> > ctp doeas not exista any more on the MS servers, or I would try to
> > install that one and see if it works...
> > How can I make sure my project does use only RC1 dlls? I hoped that
> > uninstalling July and installing RC1 was enough, but apparently I was
> > wrong....
> > Tanx alot!
> >


My System SpecsSystem Spec
Old 11-05-2006   #4 (permalink)
feedfusion@gmail.com


 
 

Re: .NET 3.0 version mismatch

It seems that on my machine solving the problem wasn't possible without
a complete Windows reinstall . Hope this helps someone.

sbarlea@gmail.com wrote:
> Tanx! The uninstall was successful! WPF app deployment works now...
> well, almost.
>
> The problem is this: I have a TreeView which has, as children, Expander
> controls with a button on the header. When I move the mouse over the
> button in the header, I can see it changes its border color, but when I
> click on it, NOTHING HAPPENS ( the clcik event doesnt get called )
> ...Also, the expander cannot be opened.... Other buttons in the
> interface work.
>
> Now, this is a bigger problem because I don't even know what is the
> cause.... Note that this unusual behavior happens only on
> non-development systems (on my computer everything works perfectly)
>
> Please help if you can. Thank you!
>
>
> Douglas Stockwell wrote:
> > It does sound like you have a mix of versions installed.
> >
> > You could try the .NET Framework 3.0 Uninstall Tool:
> >
> > http://www.microsoft.com/downloads/d...displaylang=en
> >
> > But, I would normally uninstall in this order:
> >
> > Remove VS Orcas extensions.
> > Remove the Windows SDK.
> > Remove .NET 3.0 Runtime.
> >
> > Then reinstall in the reverse order.
> >
> > - Doug
> >
> > <sbarlea@gmail.com> wrote in message
> > news:1161550945.581252.164070@i3g2000cwc.googlegroups.com...
> > > Hello!
> > > I have started development on the July ctp of .NET 3.0. Since then, I
> > > upgraded to .NET RC1 (and corresponding orcas). The problem is that
> > > when i try to deploy my application, I get an error (you know,
> > > send/dont send) and in the error report, somewhere , there is an error
> > > that sais that the BAML is version 0.94 and the reader can read only
> > > 0.94 (or something similar) . How can I solve this problem? The july
> > > ctp doeas not exista any more on the MS servers, or I would try to
> > > install that one and see if it works...
> > > How can I make sure my project does use only RC1 dlls? I hoped that
> > > uninstalling July and installing RC1 was enough, but apparently I was
> > > wrong....
> > > Tanx alot!
> > >


My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Type mismatch: FormatNumber VB Script
Inbox mismatch. Vista mail
how to ignore the profile mismatch? Vista networking & sharing
installation error apc index mismatch Vista installation & setup
MD5 Mismatch Error Vista installation & setup


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46