Click here to Skip to main content
16,014,392 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to avoid the .net framework after the installer has been made? Pin
dhami_naresh23-Aug-07 16:24
dhami_naresh23-Aug-07 16:24 
AnswerRe: How to avoid the .net framework after the installer has been made? Pin
Mark Churchill23-Aug-07 20:20
Mark Churchill23-Aug-07 20:20 
GeneralRe: How to avoid the .net framework after the installer has been made? Pin
dhami_naresh24-Aug-07 6:03
dhami_naresh24-Aug-07 6:03 
GeneralRe: How to avoid the .net framework after the installer has been made? Pin
dhami_naresh26-Aug-07 8:05
dhami_naresh26-Aug-07 8:05 
GeneralRe: How to avoid the .net framework after the installer has been made? Pin
Scott Dorman26-Aug-07 10:47
professionalScott Dorman26-Aug-07 10:47 
AnswerRe: How to avoid the .net framework after the installer has been made? Pin
Vaibhav Sharma26-Aug-07 17:09
Vaibhav Sharma26-Aug-07 17:09 
QuestionMassive WPF animation problems under windows vista Pin
CongoFX23-Aug-07 5:55
CongoFX23-Aug-07 5:55 
AnswerRe: Massive WPF animation problems under windows vista Pin
CongoFX24-Aug-07 6:54
CongoFX24-Aug-07 6:54 
I´ve solved the problem now.

The microsoft support page contains an article "Performance for a WPF-based program that uses the layered windows feature may be less than expected in Windows Vista":

http://support.microsoft.com/kb/938660/en-us

Because Microsoft didn´t provide the download of this hotfix directly, I´ve found it at this page also:

http://thehotfixshare.net/board/index.ph...s&showfile=2879

Executing this update, at first it throws an exception with the code number "0x80070003", which can be solved by deleting the content files of the folder "\Windows\SoftwareDistribution".

After the update runs sucessfully, the animation performance problem was gone!

So, if you add this XAML code to your application for creating a transparent window:

WindowStyle="None" AllowsTransparency="True" Background="Transparent"


...the problem occur immediately !

You can check this out, before starting the update by removing the XAML "transparent" parameters.

Another phenomenon is, that under Windows XP the performance problem doesn´t occur, just with Windows Vista.

I think they didn´t tested this setting enough at release state - hope I can help with my post.
Questioninstaller class Pin
balakpn23-Aug-07 2:49
balakpn23-Aug-07 2:49 
AnswerRe: installer class Pin
Colin Angus Mackay23-Aug-07 3:18
Colin Angus Mackay23-Aug-07 3:18 
GeneralRe: installer class Pin
balakpn23-Aug-07 20:04
balakpn23-Aug-07 20:04 
GeneralRe: installer class Pin
mav.northwind18-Sep-07 9:34
mav.northwind18-Sep-07 9:34 
Questiondetails of a exe Pin
balakpn23-Aug-07 2:47
balakpn23-Aug-07 2:47 
AnswerRe: details of a exe Pin
Scott Dorman23-Aug-07 6:31
professionalScott Dorman23-Aug-07 6:31 
AnswerRe: details of a exe Pin
Vaibhav Sharma26-Aug-07 17:37
Vaibhav Sharma26-Aug-07 17:37 
Questionurgent framework Pin
jayarajmrj23-Aug-07 0:26
jayarajmrj23-Aug-07 0:26 
AnswerRe: urgent framework Pin
Colin Angus Mackay23-Aug-07 0:38
Colin Angus Mackay23-Aug-07 0:38 
AnswerRe: urgent framework Pin
Colin Angus Mackay23-Aug-07 0:40
Colin Angus Mackay23-Aug-07 0:40 
GeneralRe: urgent framework Pin
Vasudevan Deepak Kumar23-Aug-07 1:54
Vasudevan Deepak Kumar23-Aug-07 1:54 
AnswerRe: urgent framework Pin
Christian Graus23-Aug-07 1:16
protectorChristian Graus23-Aug-07 1:16 
AnswerRe: urgent framework Pin
Vasudevan Deepak Kumar23-Aug-07 1:55
Vasudevan Deepak Kumar23-Aug-07 1:55 
QuestionFramework 3.0 Pin
jayarajmrj22-Aug-07 23:50
jayarajmrj22-Aug-07 23:50 
AnswerRe: Framework 3.0 Pin
Christian Graus23-Aug-07 0:24
protectorChristian Graus23-Aug-07 0:24 
QuestionGarbage Collector don't joke! Pin
myshketer22-Aug-07 22:23
myshketer22-Aug-07 22:23 
AnswerRe: Garbage Collector don't joke! Pin
Colin Angus Mackay22-Aug-07 23:42
Colin Angus Mackay22-Aug-07 23:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.