Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

.NET 3.0 version mismatch

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 10-22-2006   #1 (permalink)
sbarlea@gmail.com
Guest


 

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


 

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
Guest


 

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
Guest


 

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
Old 11-05-2006   #5 (permalink)
feedfusion@gmail.com
Guest


 

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

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Inbox mismatch. Don Pellegrino Vista mail 8 12-05-2007 12:05 PM
how to ignore the profile mismatch? Kevin Vista networking & sharing 1 08-28-2007 09:26 AM
Help - user account folder name mismatch AFJ Vista General 2 03-21-2007 08:17 PM
installation error apc index mismatch =?Utf-8?B?ci5oZXdpdHQ=?= Vista installation & setup 7 08-24-2006 08:30 PM
MD5 Mismatch Error Biscuit2k Vista installation & setup 4 06-14-2006 08:53 AM


Vistax64.com 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 2005-2008

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 47 48 49 50 51