RE: Upgrading to Silverlight 4

2010-08-27 Thread Greg Keogh
I've seen this before a bit, but would have had to seen the project layout
to confirm what the issue might have been.  Apologies for the pain Greg.

 

Ah, don't worry. I didn't keep the before and after copies of the sln or
csproj files that might have explained what went wrong and what went right.
I was in a hurry and just deleting and adding all 20 references again was
the crudest and quickest thing to do. It was hard to remember which controls
(Label, DockPanel, etc) are in which DLLs in which folders.

 

Cheers,

Greg

___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight


RE: Upgrading to Silverlight 4

2010-08-26 Thread Tim Heuer
I've seen this before a bit, but would have had to seen the project layout to 
confirm what the issue might have been.  Apologies for the pain Greg.

-th

Tim Heuer | (602) 405-4567 | Microsoft Silverlight
blog: http://timheuer.com/blog/ | twitter: 
@timheuer<http://twitter.com/timheuer>


From: Charles Sterling
Sent: Wednesday, August 25, 2010 6:01 PM
To: ozSilverlight; Tim Heuer
Subject: RE: Upgrading to Silverlight 4

Tim any chance you have run into this before?
Chuck


From: ozsilverlight-boun...@ozsilverlight.com 
[mailto:ozsilverlight-boun...@ozsilverlight.com] On Behalf Of Deepak Kapoor
Sent: Wednesday, August 25, 2010 4:14 PM
To: ozSilverlight
Subject: Re: Upgrading to Silverlight 4

Greg,

I know the feeling. I had a tough time with System.Windows.Controls.Toolkit 
myself.

I hope it all works out for you in the end.

Cheers,

Deepak
On Thu, Aug 26, 2010 at 8:35 AM, Greg Keogh 
mailto:g...@mira.net>> wrote:
I recently upgraded an application to Silverlight 4 and found a memory issue.

Oh great, that’s something to look forward to!

I eventually found that I had to download the Silverlight 4 Tools (34.8MB) and 
Silverlight 4 Toolkit Apr10 (17.2MB) to get support in VS2010. I accidentally 
downloaded an RC copy of the Tools which was smart enough to recognise that it 
shouldn’t install. Then I downloaded the SDK and realised that it’s included in 
the Tools, so I wasted more time.

It took me almost 3 hours last night to upgrade my largest SL3 project to SL4. 
All the references went haywire and produced an avalanche of overlapping 
errors. It took me hours to remove and carefully add what I thought were 
correct references again. Firstly I had trouble finding the actual DLLs, which 
are scattered under the Program Files Microsoft SDKs folder, then I’m using 
some C1 and Toolkit and Visifire and Liquid libraries which caused more trouble.

I’m finally stuck on this seemingly simple error which I can’t get rid of.

uses 'System.Windows.Controls.Toolkit, Version=4.0.5.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced 
assembly 'System.Windows.Controls.Toolkit, Version=2.0.5.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35'

I’m in DLL hell.

Greg

___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com<mailto:ozsilverlight@ozsilverlight.com>
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight

___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight


RE: Upgrading to Silverlight 4

2010-08-25 Thread Charles Sterling
Tim any chance you have run into this before?
Chuck


From: ozsilverlight-boun...@ozsilverlight.com 
[mailto:ozsilverlight-boun...@ozsilverlight.com] On Behalf Of Deepak Kapoor
Sent: Wednesday, August 25, 2010 4:14 PM
To: ozSilverlight
Subject: Re: Upgrading to Silverlight 4

Greg,

I know the feeling. I had a tough time with System.Windows.Controls.Toolkit 
myself.

I hope it all works out for you in the end.

Cheers,

Deepak
On Thu, Aug 26, 2010 at 8:35 AM, Greg Keogh 
mailto:g...@mira.net>> wrote:
I recently upgraded an application to Silverlight 4 and found a memory issue.

Oh great, that's something to look forward to!

I eventually found that I had to download the Silverlight 4 Tools (34.8MB) and 
Silverlight 4 Toolkit Apr10 (17.2MB) to get support in VS2010. I accidentally 
downloaded an RC copy of the Tools which was smart enough to recognise that it 
shouldn't install. Then I downloaded the SDK and realised that it's included in 
the Tools, so I wasted more time.

It took me almost 3 hours last night to upgrade my largest SL3 project to SL4. 
All the references went haywire and produced an avalanche of overlapping 
errors. It took me hours to remove and carefully add what I thought were 
correct references again. Firstly I had trouble finding the actual DLLs, which 
are scattered under the Program Files Microsoft SDKs folder, then I'm using 
some C1 and Toolkit and Visifire and Liquid libraries which caused more trouble.

I'm finally stuck on this seemingly simple error which I can't get rid of.

uses 'System.Windows.Controls.Toolkit, Version=4.0.5.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced 
assembly 'System.Windows.Controls.Toolkit, Version=2.0.5.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35'

I'm in DLL hell.

Greg

___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com<mailto:ozsilverlight@ozsilverlight.com>
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight

___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight


RE: Upgrading to Silverlight 4

2010-08-25 Thread Greg Keogh
I know the feeling. I had a tough time with System.Windows.Controls.Toolkit
myself.

I hope it all works out for you in the end.

 

Well it did, but as usual I'm not sure why. I removed all of the dozen
references from the project and carefully added them all back one at a time.
Suddenly, at some unexpected point I received a clean compile. Now comes the
runtime testing.

 

Greg

___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight


Re: Upgrading to Silverlight 4

2010-08-25 Thread Deepak Kapoor
Greg,

I know the feeling. I had a tough time with System.Windows.Controls.Toolkit
myself.

I hope it all works out for you in the end.

Cheers,

Deepak

On Thu, Aug 26, 2010 at 8:35 AM, Greg Keogh  wrote:

>   I recently upgraded an application to Silverlight 4 and found a memory
> issue.
>
>
>
> Oh great, that’s something to look forward to!
>
>
>
> I eventually found that I had to download the *Silverlight 4 Tools*(34.8MB) 
> and
> *Silverlight 4 Toolkit Apr10* (17.2MB) to get support in VS2010. I
> accidentally downloaded an RC copy of the Tools which was smart enough to
> recognise that it shouldn’t install. Then I downloaded the SDK and realised
> that it’s included in the Tools, so I wasted more time.
>
>
>
> It took me almost 3 hours last night to upgrade my largest SL3 project to
> SL4. All the references went haywire and produced an avalanche of
> overlapping errors. It took me hours to remove and carefully add what I
> thought were correct references again. Firstly I had trouble finding the
> actual DLLs, which are scattered under the Program Files Microsoft SDKs
> folder, then I’m using some C1 and Toolkit and Visifire and Liquid libraries
> which caused more trouble.
>
>
>
> I’m finally stuck on this seemingly simple error which I can’t get rid of.
>
>
>
> uses 'System.Windows.Controls.Toolkit, Version=4.0.5.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced
> assembly 'System.Windows.Controls.Toolkit, Version=2.0.5.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35'
>
>
>
> I’m in DLL hell.
>
>
>
> Greg
>
> ___
> ozsilverlight mailing list
> ozsilverlight@ozsilverlight.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
>
>
___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight


RE: Upgrading to Silverlight 4

2010-08-25 Thread Greg Keogh
I recently upgraded an application to Silverlight 4 and found a memory
issue.

 

Oh great, that's something to look forward to!

 

I eventually found that I had to download the Silverlight 4 Tools (34.8MB)
and Silverlight 4 Toolkit Apr10 (17.2MB) to get support in VS2010. I
accidentally downloaded an RC copy of the Tools which was smart enough to
recognise that it shouldn't install. Then I downloaded the SDK and realised
that it's included in the Tools, so I wasted more time.

 

It took me almost 3 hours last night to upgrade my largest SL3 project to
SL4. All the references went haywire and produced an avalanche of
overlapping errors. It took me hours to remove and carefully add what I
thought were correct references again. Firstly I had trouble finding the
actual DLLs, which are scattered under the Program Files Microsoft SDKs
folder, then I'm using some C1 and Toolkit and Visifire and Liquid libraries
which caused more trouble.

 

I'm finally stuck on this seemingly simple error which I can't get rid of.

 

uses 'System.Windows.Controls.Toolkit, Version=4.0.5.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced
assembly 'System.Windows.Controls.Toolkit, Version=2.0.5.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'

 

I'm in DLL hell.

 

Greg

___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight


Re: Upgrading to Silverlight 4

2010-08-25 Thread Deepak Kapoor
Hi Greg,

I recently upgraded an application to Silverlight 4 and found a memory
issue. As soon as I launched my Silverlight application the memory just shot
up and kept on rising till it froze the machine. So rather than spending
time to figure it out I went back to Silverlight 3 and the application now
runs fine. There are no memory issues.

This could be a code issue with the application but given that it did not
have a memory problem on Silverlight 3 I expected it to work without issues
on Silverlight 4. However that was not the case.

Regards,

Deepak

On Wed, Aug 25, 2010 at 7:02 PM, Greg Keogh  wrote:

>  Folks, I’ve just started using VS2010 and I have a Silverlight 3 project
> that I want to upgrade to 4. I expected to see 4 as a target option in
> various properties of my project, but I can only see 3. I presume therefore
> that I have to download all of the developer tools and kits for SL4 myself.
> Before I start searching I thought I’d check in here first that I’m not
> wandering down the wrong track.
>
>
>
> Greg
>
> ___
> ozsilverlight mailing list
> ozsilverlight@ozsilverlight.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
>
>
___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight