![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
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.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| 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 Specs![]() |
| | #2 (permalink) |
| 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 Specs![]() |
| | #3 (permalink) |
| 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 theinterface 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 Specs![]() |
| | #4 (permalink) |
| 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 Specs![]() |
| | #5 (permalink) |
| 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 Specs![]() |
![]() |
| 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 |