visual studio 2010 - WPF Toolkit and Publishing WPF application -


i having problems publishing wpf application references wpftoolkit library. when publish app using clickonce using visual studio 2010 express , run app on remote machine, giving errors "cannot start application". works fine on development environment though. when remove reference wpftoolkit in project, can run on remote machine project needs library run. suggestions? thanks.

solution found

<grid.background>     <imagebrush imagesource="c:\users\server\documents\visual studio 2010\projects\wpfapplicationtest\wpfapplication\images\cool-light-background-vector_edit.jpg" stretch="fill" />  </grid.background>  **should be** <grid.background> <imagebrush imagesource="images\cool-light-background-vector_edit.jpg" stretch="fill" />  </grid.background> 

edited error in log

error summary below summary of errors, details of these errors listed later in log. * activation of c:\documents , settings\all users\documents\jewellery\wpfapplication.application resulted in exception. following failure messages detected: + value not fall within expected range.

component store transaction failure summary no transaction error detected.

warnings there no warnings during operation.

operation progress status * [16/12/2014 18:14:47] : activation of c:\documents , settings\all users\documents\jewellery\wpfapplication.application has started. * [16/12/2014 18:14:48] : processing of deployment manifest has completed. * [16/12/2014 18:14:48] : installation of application has started. * [16/12/2014 18:14:48] : processing of application manifest has completed. * [16/12/2014 18:14:50] : found compatible runtime version 4.0.30319. * [16/12/2014 18:14:51] : detecting dependent assembly microsoft.windows.design.extensibility, version=3.5.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil using microsoft.windows.design.extensibility, version=3.5.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil. * [16/12/2014 18:14:51] : detecting dependent assembly microsoft.windows.design.interaction, version=3.5.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil using microsoft.windows.design.interaction, version=3.5.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil. * [16/12/2014 18:14:51] : request of trust , detection of platform complete. * [16/12/2014 18:15:00] : downloading of subscription dependencies complete. * [16/12/2014 18:15:00] : commit of downloaded application has started. * [16/12/2014 18:15:06] : installation of application has completed.

error details following errors detected during operation. * [16/12/2014 18:15:06] system.argumentexception - value not fall within expected range. - source: system.deployment - stack trace: @ system.deployment.application.nativemethods.corlaunchapplication(uint32 hosttype, string applicationfullname, int32 manifestpathscount, string[] manifestpaths, int32 activationdatacount, string[] activationdata, process_information processinformation)


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -