Discussion:
[WiX-users] Could not load file or assembly 'GMap.NET.Core, Version=1.7.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef' or one of its dependencies. The system cannot find the file specified
james pruett
2013-02-26 21:15:54 UTC
Permalink
Hi,
Can anyone spot what I am doing wrong?
Thanks for looking.
-cellurl


----VisualStudio10 comes up with this error:----------

Could not load file or assembly 'GMap.NET.Core, Version=1.7.0.0,
Culture=neutral, PublicKeyToken=b85b9027b614afef' or one of its
dependencies. The system cannot find the file specified.



----here is the .SED file-------------

[Version]
Class=IEXPRESS
SEDVersion=3
[Options]
PackagePurpose=InstallApp
ShowInstallProgramWindow=0
HideExtractAnimation=0
UseLongFileName=0
InsideCompressed=0
CAB_FixedSize=0
CAB_ResvCodeSigning=0
RebootMode=N
InstallPrompt=%InstallPrompt%
DisplayLicense=%DisplayLicense%
FinishMessage=%FinishMessage%
TargetName=%TargetName%
FriendlyName=%FriendlyName%
AppLaunched=%AppLaunched%
PostInstallCmd=%PostInstallCmd%
AdminQuietInstCmd=%AdminQuietInstCmd%
UserQuietInstCmd=%UserQuietInstCmd%
SourceFiles=SourceFiles
[Strings]
InstallPrompt=
DisplayLicense=
FinishMessage=
TargetName=C:\aaa_jim_test\Speedanator_installer.EXE
FriendlyName=Speedanator
AppLaunched=Demo.WindowsForms.exe
PostInstallCmd=<None>
AdminQuietInstCmd=
UserQuietInstCmd=
FILE0="GMap.NET.WindowsForms.dll"
FILE1="Demo.WindowsForms.exe"
FILE2="GMap.NET.Core.dll"
[SourceFiles]
SourceFiles0=C:\aaa_jim_test\
[SourceFiles0]
%FILE0%=
%FILE1%=
%FILE2%=


-----------here are all the source files--------------

http://www.wikispeedia.org/speedo/
Jeremy Farrell
2013-02-26 21:25:49 UTC
Permalink
I'm lost; what has this got to do with WiX?
Post by james pruett
Hi,
Can anyone spot what I am doing wrong?
Thanks for looking.
-cellurl
----VisualStudio10 comes up with this error:----------
Could not load file or assembly 'GMap.NET.Core, Version=1.7.0.0,
Culture=neutral, PublicKeyToken=b85b9027b614afef' or one of its
dependencies. The system cannot find the file specified.
----here is the .SED file-------------
[Version]
Class=IEXPRESS
SEDVersion=3
[Options]
PackagePurpose=InstallApp
ShowInstallProgramWindow=0
HideExtractAnimation=0
UseLongFileName=0
InsideCompressed=0
CAB_FixedSize=0
CAB_ResvCodeSigning=0
RebootMode=N
InstallPrompt=%InstallPrompt%
DisplayLicense=%DisplayLicense%
FinishMessage=%FinishMessage%
TargetName=%TargetName%
FriendlyName=%FriendlyName%
AppLaunched=%AppLaunched%
PostInstallCmd=%PostInstallCmd%
AdminQuietInstCmd=%AdminQuietInstCmd%
UserQuietInstCmd=%UserQuietInstCmd%
SourceFiles=SourceFiles
[Strings]
InstallPrompt=
DisplayLicense=
FinishMessage=
TargetName=C:\aaa_jim_test\Speedanator_installer.EXE
FriendlyName=Speedanator
AppLaunched=Demo.WindowsForms.exe
PostInstallCmd=<None>
AdminQuietInstCmd=
UserQuietInstCmd=
FILE0="GMap.NET.WindowsForms.dll"
FILE1="Demo.WindowsForms.exe"
FILE2="GMap.NET.Core.dll"
[SourceFiles]
SourceFiles0=C:\aaa_jim_test\
[SourceFiles0]
%FILE0%=
%FILE1%=
%FILE2%=
-----------here are all the source files--------------
http://www.wikispeedia.org/speedo/
-----------------------------------------------------------------------
james pruett
2013-02-26 21:46:49 UTC
Permalink
aren't you the
"Windows Installer" <http://wixtoolset.org/>
folks?
Post by james pruett
Hi,
Can anyone spot what I am doing wrong?
Thanks for looking.
-cellurl
----VisualStudio10 comes up with this error:----------
Could not load file or assembly 'GMap.NET.Core, Version=1.7.0.0,
Culture=neutral, PublicKeyToken=b85b9027b614afef' or one of its
dependencies. The system cannot find the file specified.
----here is the .SED file-------------
[Version]
Class=IEXPRESS
SEDVersion=3
[Options]
PackagePurpose=InstallApp
ShowInstallProgramWindow=0
HideExtractAnimation=0
UseLongFileName=0
InsideCompressed=0
CAB_FixedSize=0
CAB_ResvCodeSigning=0
RebootMode=N
InstallPrompt=%InstallPrompt%
DisplayLicense=%DisplayLicense%
FinishMessage=%FinishMessage%
TargetName=%TargetName%
FriendlyName=%FriendlyName%
AppLaunched=%AppLaunched%
PostInstallCmd=%PostInstallCmd%
AdminQuietInstCmd=%AdminQuietInstCmd%
UserQuietInstCmd=%UserQuietInstCmd%
SourceFiles=SourceFiles
[Strings]
InstallPrompt=
DisplayLicense=
FinishMessage=
TargetName=C:\aaa_jim_test\Speedanator_installer.EXE
FriendlyName=Speedanator
AppLaunched=Demo.WindowsForms.exe
PostInstallCmd=<None>
AdminQuietInstCmd=
UserQuietInstCmd=
FILE0="GMap.NET.WindowsForms.dll"
FILE1="Demo.WindowsForms.exe"
FILE2="GMap.NET.Core.dll"
[SourceFiles]
SourceFiles0=C:\aaa_jim_test\
[SourceFiles0]
%FILE0%=
%FILE1%=
%FILE2%=
-----------here are all the source files--------------
http://www.wikispeedia.org/speedo/
Steven Ogilvie
2013-02-26 21:55:07 UTC
Permalink
Classification: Public


This is the Windows Installer XML installer user list, I think you want the IExpress Self Extraction Directive File? We don't use iexpress.exe

-----Original Message-----
From: james pruett [mailto:***@gmail.com]
Sent: February-26-13 4:47 PM
To: wix-***@lists.sourceforge.net
Subject: Re: [WiX-users] Could not load file or assembly 'GMap.NET.Core, Version=1.7.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef' or one of its dependencies. The system cannot find the file specified

aren't you the
"Windows Installer" <http://wixtoolset.org/> folks?
Post by james pruett
Hi,
Can anyone spot what I am doing wrong?
Thanks for looking.
-cellurl
----VisualStudio10 comes up with this error:----------
Could not load file or assembly 'GMap.NET.Core, Version=1.7.0.0,
Culture=neutral, PublicKeyToken=b85b9027b614afef' or one of its
dependencies. The system cannot find the file specified.
----here is the .SED file-------------
[Version]
Class=IEXPRESS
SEDVersion=3
[Options]
PackagePurpose=InstallApp
ShowInstallProgramWindow=0
HideExtractAnimation=0
UseLongFileName=0
InsideCompressed=0
CAB_FixedSize=0
CAB_ResvCodeSigning=0
RebootMode=N
InstallPrompt=%InstallPrompt%
DisplayLicense=%DisplayLicense%
FinishMessage=%FinishMessage%
TargetName=%TargetName%
FriendlyName=%FriendlyName%
AppLaunched=%AppLaunched%
PostInstallCmd=%PostInstallCmd%
AdminQuietInstCmd=%AdminQuietInstCmd%
UserQuietInstCmd=%UserQuietInstCmd%
SourceFiles=SourceFiles
[Strings]
InstallPrompt=
DisplayLicense=
FinishMessage=
TargetName=C:\aaa_jim_test\Speedanator_installer.EXE
FriendlyName=Speedanator
AppLaunched=Demo.WindowsForms.exe
PostInstallCmd=<None>
AdminQuietInstCmd=
UserQuietInstCmd=
FILE0="GMap.NET.WindowsForms.dll"
FILE1="Demo.WindowsForms.exe"
FILE2="GMap.NET.Core.dll"
[SourceFiles]
SourceFiles0=C:\aaa_jim_test\
[SourceFiles0]
%FILE0%=
%FILE1%=
%FILE2%=
-----------here are all the source files--------------
http://www.wikispeedia.org/speedo/
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
WiX-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



This message has been marked as Public by Steven Ogilvie on February-26-13 4:55:06 PM.

The above classification labels were added to the message by TITUS Message Classification.
Visit www.titus.com for more information.
james pruett
2013-02-26 22:14:56 UTC
Permalink
hmmm,
Can you help me make an installer?
Post by Steven Ogilvie
Classification: Public
This is the Windows Installer XML installer user list, I think you want
the IExpress Self Extraction Directive File? We don't use iexpress.exe
-----Original Message-----
Sent: February-26-13 4:47 PM
Subject: Re: [WiX-users] Could not load file or assembly 'GMap.NET.Core,
Version=1.7.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef' or one
of its dependencies. The system cannot find the file specified
aren't you the
"Windows Installer" <http://wixtoolset.org/> folks?
Post by james pruett
Hi,
Can anyone spot what I am doing wrong?
Thanks for looking.
-cellurl
----VisualStudio10 comes up with this error:----------
Could not load file or assembly 'GMap.NET.Core, Version=1.7.0.0,
Culture=neutral, PublicKeyToken=b85b9027b614afef' or one of its
dependencies. The system cannot find the file specified.
----here is the .SED file-------------
[Version]
Class=IEXPRESS
SEDVersion=3
[Options]
PackagePurpose=InstallApp
ShowInstallProgramWindow=0
HideExtractAnimation=0
UseLongFileName=0
InsideCompressed=0
CAB_FixedSize=0
CAB_ResvCodeSigning=0
RebootMode=N
InstallPrompt=%InstallPrompt%
DisplayLicense=%DisplayLicense%
FinishMessage=%FinishMessage%
TargetName=%TargetName%
FriendlyName=%FriendlyName%
AppLaunched=%AppLaunched%
PostInstallCmd=%PostInstallCmd%
AdminQuietInstCmd=%AdminQuietInstCmd%
UserQuietInstCmd=%UserQuietInstCmd%
SourceFiles=SourceFiles
[Strings]
InstallPrompt=
DisplayLicense=
FinishMessage=
TargetName=C:\aaa_jim_test\Speedanator_installer.EXE
FriendlyName=Speedanator
AppLaunched=Demo.WindowsForms.exe
PostInstallCmd=<None>
AdminQuietInstCmd=
UserQuietInstCmd=
FILE0="GMap.NET.WindowsForms.dll"
FILE1="Demo.WindowsForms.exe"
FILE2="GMap.NET.Core.dll"
[SourceFiles]
SourceFiles0=C:\aaa_jim_test\
[SourceFiles0]
%FILE0%=
%FILE1%=
%FILE2%=
-----------here are all the source files--------------
http://www.wikispeedia.org/speedo/
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
This message has been marked as Public by Steven Ogilvie on February-26-13 4:55:06 PM.
The above classification labels were added to the message by TITUS Message Classification.
Visit www.titus.com for more information.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
james pruett
2013-02-27 16:09:08 UTC
Permalink
Thanks for pointing out what I was using to create it.
I will link your tools into Visual Studio and try again.
Thanks again.
-cellurl
Post by james pruett
Hi,
Can anyone spot what I am doing wrong?
Thanks for looking.
-cellurl
----VisualStudio10 comes up with this error:----------
Could not load file or assembly 'GMap.NET.Core, Version=1.7.0.0,
Culture=neutral, PublicKeyToken=b85b9027b614afef' or one of its
dependencies. The system cannot find the file specified.
----here is the .SED file-------------
[Version]
Class=IEXPRESS
SEDVersion=3
[Options]
PackagePurpose=InstallApp
ShowInstallProgramWindow=0
HideExtractAnimation=0
UseLongFileName=0
InsideCompressed=0
CAB_FixedSize=0
CAB_ResvCodeSigning=0
RebootMode=N
InstallPrompt=%InstallPrompt%
DisplayLicense=%DisplayLicense%
FinishMessage=%FinishMessage%
TargetName=%TargetName%
FriendlyName=%FriendlyName%
AppLaunched=%AppLaunched%
PostInstallCmd=%PostInstallCmd%
AdminQuietInstCmd=%AdminQuietInstCmd%
UserQuietInstCmd=%UserQuietInstCmd%
SourceFiles=SourceFiles
[Strings]
InstallPrompt=
DisplayLicense=
FinishMessage=
TargetName=C:\aaa_jim_test\Speedanator_installer.EXE
FriendlyName=Speedanator
AppLaunched=Demo.WindowsForms.exe
PostInstallCmd=<None>
AdminQuietInstCmd=
UserQuietInstCmd=
FILE0="GMap.NET.WindowsForms.dll"
FILE1="Demo.WindowsForms.exe"
FILE2="GMap.NET.Core.dll"
[SourceFiles]
SourceFiles0=C:\aaa_jim_test\
[SourceFiles0]
%FILE0%=
%FILE1%=
%FILE2%=
-----------here are all the source files--------------
http://www.wikispeedia.org/speedo/
Loading...