PC Review


Reply
Thread Tools Rate Thread

Deployment issue using mageui.exe

 
 
javovo
Guest
Posts: n/a
 
      10th Nov 2005
My windows form application is written in C# and compiled with VS2003.
When using mageui.exe to create application and deployment manifest, I
get this error:

System.Deployment.Application.InvalidDeploymentException
(InvalidManifest)
- Invalid <entryPoint> specification.

When I import the code into VS2005 Beta 2 and use Publish, the
application launches just fine. The only difference I can see in the
application manifest is in the entry point.

MAGE:

<entryPoint>
<assemblyIdentity name="fsnncClient" version="1.0.2140.20351"
language="neutral" />
<commandLine file="fsnncClient.exe" parameters="" />
</entryPoint>


VS2005 Publish:

<entryPoint>
<assemblyIdentity name="fsnncClient" version="1.0.2140.20351"
language="neutral" processorArchitecture="msil" />
<commandLine file="fsnncClient.exe" parameters="" />
</entryPoint>


In mageui, I do have the 'msil' selected, but it never shows up in the
manifest. What am I doing wrong? I really need this to work with the
VS2003 code not the beta code.

Thanks for any help.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Update version of publishing using MageUI.exe Alhambra Eidos Kiquenet Microsoft C# .NET 0 15th Sep 2008 08:06 AM
windows forms deployment using mageui javovo Microsoft Dot NET Framework Forms 0 15th Nov 2005 10:01 PM
RE: clickonce using mageui.exe v-fangca Microsoft Dot NET Framework 0 6th Jul 2005 04:22 AM
clickonce using mageui.exe Varad Microsoft Dot NET Framework 1 5th Jul 2005 08:35 AM
clickonce using mageui.exe Varad Microsoft Dot NET 0 30th Jun 2005 04:30 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:32 AM.