Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
Questionfonts are Changing alone in a strange way - Windows CE , i update my first question Pin
goldsoft22-Sep-15 2:53
goldsoft22-Sep-15 2:53 
AnswerRe: fonts are Changing alone in a strange way - Windows CE , i update my first question Pin
OriginalGriff22-Sep-15 3:00
mveOriginalGriff22-Sep-15 3:00 
GeneralRe: fonts are Changing alone in a strange way - Windows CE , i update my first question Pin
goldsoft22-Sep-15 4:15
goldsoft22-Sep-15 4:15 
GeneralRe: fonts are Changing alone in a strange way - Windows CE , i update my first question Pin
OriginalGriff22-Sep-15 4:24
mveOriginalGriff22-Sep-15 4:24 
AnswerRe: fonts are Changing alone in a strange way - Windows CE , i update my first question Pin
Pete O'Hanlon22-Sep-15 4:49
mvePete O'Hanlon22-Sep-15 4:49 
QuestionHow to remain WPF Window always on top of all windows? Pin
Benjamin.Buhr22-Sep-15 1:06
Benjamin.Buhr22-Sep-15 1:06 
AnswerRe: How to remain WPF Window always on top of all windows? Pin
Eddy Vluggen22-Sep-15 1:15
professionalEddy Vluggen22-Sep-15 1:15 
GeneralRe: How to remain WPF Window always on top of all windows? Pin
Benjamin.Buhr22-Sep-15 1:36
Benjamin.Buhr22-Sep-15 1:36 
Yes, I "need" this functionality absolutely.
It's an Overlay that has to be used for restarting when other apps hung oder havin some kind of error messages.

I tried your link but can't sign my app ?!?
I set the manifest this way:
C#
<requestedExecutionLevel level="asInvoker" UiAccess="true" />


But then I get the Message from SharpDevelop:
CSS
Unhandled WPF exception
Exception thrown:
System.ComponentModel.Win32Exception (0x80004005): Diese Anwendung konnte nicht gestartet werden, da die Side-by-Side-Konfiguration ungültig ist. Weitere Informationen finden Sie im Anwendungsereignisprotokoll. Weitere Details können auch mit dem Befehlszeilentool sxstrace.exe angezeigt werden
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.StartWithoutDebugging(ProcessStartInfo processStartInfo)
   at ICSharpCode.SharpDevelop.Project.DefaultProjectBehavior.Start(Boolean withDebugging)
   at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)
   at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)
   at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)
   at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)
   at ICSharpCode.SharpDevelop.Project.AbstractProject.Start(Boolean withDebugging)
   at ICSharpCode.SharpDevelop.Project.Commands.Execute.<>c__DisplayClass1.<Run>b__0(Object param0, EventArgs param1)
   at ICSharpCode.SharpDevelop.Project.Commands.AbstractBuildMenuCommand.OnBuildComplete(EventArgs e)
   at ICSharpCode.SharpDevelop.Project.Commands.AbstractBuildMenuCommand.CallbackMethod(BuildResults results)
   at ICSharpCode.SharpDevelop.Project.BuildEngine.<ReportDone>b__3()
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

---- Recent log messages:
13:32:18.552 [1] DEBUG - ActiveWorkbenchWindowChanged to [AvalonWorkbenchWindow: WpfModalDialog*]
13:32:18.552 [1] DEBUG - NavigationService
	ActiveViewContent: WpfModalDialog
	          Subview: TabPageText
13:32:18.552 [1] DEBUG - ActiveViewContentChanged to ICSharpCode.SharpDevelop.Project.Dialogs.ProjectOptionsView
13:32:22.153 [1] DEBUG - Activated feature 'ICSharpCode.SharpDevelop.Project.Commands.ExecuteWithoutDebugger', activation=Toolbar
13:32:22.161 [1] DEBUG - Activated feature 'ICSharpCode.SharpDevelop.Project.BuildEngine.Build'
13:32:22.162 [1] INFO - Start building WpfModalDialog
13:32:22.162 [1] DEBUG - CompilerMessageView: Combined 2 appends.
13:32:22.162 [26] DEBUG - Setting property CurrentSolutionConfigurationContents to '<SolutionConfiguration><ProjectConfiguration Project="{38951BDB-95FB-46CE-900E-0B4FF29292F9}">Release|AnyCPU</ProjectConfiguration></SolutionConfiguration>'
13:32:22.162 [26] DEBUG - Setting property SolutionDir to 'C:\temp\SharpDevelop\wpfmodaldialog\'
13:32:22.162 [26] DEBUG - Setting property SolutionExt to '.sln'
13:32:22.162 [26] DEBUG - Setting property SolutionFileName to 'WpfModalDialog.sln'
13:32:22.162 [26] DEBUG - Setting property SolutionName to 'WpfModalDialog'
13:32:22.162 [26] DEBUG - Setting property SolutionPath to 'C:\temp\SharpDevelop\wpfmodaldialog\WpfModalDialog.sln'
13:32:22.263 [17] DEBUG - Received command ReportEvent
13:32:22.309 [17] DEBUG - Received command ReportEvent
13:32:22.322 [17] DEBUG - Received command ReportEvent
13:32:22.581 [17] DEBUG - Received command ReportEvent
13:32:22.873 [17] DEBUG - Received command ReportEvent
13:32:22.889 [17] DEBUG - Received command ReportEvent
13:32:22.892 [17] DEBUG - Received command ReportEvent
13:32:22.893 [17] DEBUG - Received command BuildDone
13:32:22.894 [17] INFO - Finished building WpfModalDialog, success=True
13:32:22.894 [17] INFO - Start building WpfModalDialog
13:32:22.894 [14] INFO - Finished building WpfModalDialog, success=True
13:32:22.895 [1] INFO - Debugger Command: Start (withDebugger=False)

---- Post-error application state information:
Installed 3rd party AddIns: 
Workbench.ActiveContent: ICSharpCode.SharpDevelop.Project.Dialogs.ProjectOptionsView
ProjectService.OpenSolution: [Solution: FileName=C:\temp\SharpDevelop\wpfmodaldialog\WpfModalDialog.sln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: WpfModalDialog]

And when I start my exe it gaves me an Side-By-Side Error:
CSS
Fehler beim Generieren des Aktivierungskontextes für "C:\temp\SharpDevelop\wpfmodaldialog\WpfModalDialog\bin\Release\Test.exe".
Fehler in Manifest- oder Richtliniendatei "C:\temp\SharpDevelop\wpfmodaldialog\WpfModalDialog\bin\Release\Test.exe" in Zeile 18.
Das "UiAccess"-Attribut ist in diesem Kontext nicht zulässig im requestedExecutionLevel-Element.


modified 22-Sep-15 8:08am.

GeneralRe: How to remain WPF Window always on top of all windows? Pin
Eddy Vluggen22-Sep-15 2:12
professionalEddy Vluggen22-Sep-15 2:12 
GeneralRe: How to remain WPF Window always on top of all windows? Pin
Benjamin.Buhr24-Sep-15 1:09
Benjamin.Buhr24-Sep-15 1:09 
GeneralRe: How to remain WPF Window always on top of all windows? Pin
Eddy Vluggen24-Sep-15 1:20
professionalEddy Vluggen24-Sep-15 1:20 
GeneralRe: How to remain WPF Window always on top of all windows? Pin
Benjamin.Buhr24-Sep-15 2:23
Benjamin.Buhr24-Sep-15 2:23 
GeneralRe: How to remain WPF Window always on top of all windows? Pin
Eddy Vluggen24-Sep-15 3:46
professionalEddy Vluggen24-Sep-15 3:46 
GeneralRe: How to remain WPF Window always on top of all windows? Pin
Benjamin.Buhr25-Sep-15 0:08
Benjamin.Buhr25-Sep-15 0:08 
GeneralRe: How to remain WPF Window always on top of all windows? Pin
Benjamin.Buhr28-Sep-15 1:39
Benjamin.Buhr28-Sep-15 1:39 
GeneralRe: How to remain WPF Window always on top of all windows? Pin
Eddy Vluggen28-Sep-15 5:38
professionalEddy Vluggen28-Sep-15 5:38 
GeneralRe: How to remain WPF Window always on top of all windows? Pin
Benjamin.Buhr28-Sep-15 22:49
Benjamin.Buhr28-Sep-15 22:49 
QuestionRe: How to remain WPF Window always on top of all windows? Pin
Eddy Vluggen29-Sep-15 1:25
professionalEddy Vluggen29-Sep-15 1:25 
AnswerRe: How to remain WPF Window always on top of all windows? Pin
Benjamin.Buhr14-Oct-15 0:37
Benjamin.Buhr14-Oct-15 0:37 
GeneralRe: How to remain WPF Window always on top of all windows? Pin
Eddy Vluggen15-Oct-15 4:38
professionalEddy Vluggen15-Oct-15 4:38 
QuestionMemory leak deterioration in performance in working with weight in rs232 Win-CE Pin
goldsoft21-Sep-15 21:20
goldsoft21-Sep-15 21:20 
AnswerRe: Memory leak deterioration in performance in working with weight in rs232 Win-CE Pin
OriginalGriff21-Sep-15 21:40
mveOriginalGriff21-Sep-15 21:40 
GeneralRe: Memory leak deterioration in performance in working with weight in rs232 Win-CE Pin
goldsoft21-Sep-15 23:04
goldsoft21-Sep-15 23:04 
GeneralRe: Memory leak deterioration in performance in working with weight in rs232 Win-CE Pin
Pete O'Hanlon21-Sep-15 23:08
mvePete O'Hanlon21-Sep-15 23:08 
GeneralRe: Memory leak deterioration in performance in working with weight in rs232 Win-CE Pin
OriginalGriff21-Sep-15 23:30
mveOriginalGriff21-Sep-15 23:30 

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.