Click here to Skip to main content
16,005,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: check my code..TableLayoutPanel in vb.net Pin
Dave Kreskowiak5-Feb-09 9:00
mveDave Kreskowiak5-Feb-09 9:00 
RantRe: check my code..TableLayoutPanel in vb.net Pin
EliottA5-Feb-09 9:04
EliottA5-Feb-09 9:04 
QuestionXML issues Pin
StuBaum4-Feb-09 15:03
StuBaum4-Feb-09 15:03 
AnswerRe: XML issues Pin
Johan Hakkesteegt5-Feb-09 0:12
Johan Hakkesteegt5-Feb-09 0:12 
GeneralRe: XML issues Pin
StuBaum5-Feb-09 2:54
StuBaum5-Feb-09 2:54 
GeneralRe: XML issues Pin
Johan Hakkesteegt5-Feb-09 3:08
Johan Hakkesteegt5-Feb-09 3:08 
GeneralRe: XML issues Pin
StuBaum5-Feb-09 3:31
StuBaum5-Feb-09 3:31 
GeneralRe: XML issues Pin
Johan Hakkesteegt5-Feb-09 20:23
Johan Hakkesteegt5-Feb-09 20:23 
I just opened up a few of these manifest files (with PSPad) and they all look something like this:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

Neither the ones made with VS 2003 nor the ones made with VS 2008 had any mention of a tag or attribute called "entryPoint", they do however all have the tag "assemblyIdentity" with a "version" attribute.

Is it possible that the manifest file you used (late the day-before-yesterday) is/was for some reason different from the average manifest file ?
As the problem seems to be that the element "entryPoint" is simply not found, perhaps you should try to open your manifest with some editor, and see if there isn't some other element you could check for?

My advice is free, and you may get what you paid for.

GeneralRe: XML issues Pin
StuBaum6-Feb-09 2:25
StuBaum6-Feb-09 2:25 
GeneralRe: XML issues Pin
StuBaum6-Feb-09 2:29
StuBaum6-Feb-09 2:29 
GeneralRe: XML issues Pin
Johan Hakkesteegt6-Feb-09 3:26
Johan Hakkesteegt6-Feb-09 3:26 
GeneralRe: XML issues Pin
StuBaum6-Feb-09 8:19
StuBaum6-Feb-09 8:19 
QuestionDelegates Pin
εїзεїзεїз4-Feb-09 3:49
εїзεїзεїз4-Feb-09 3:49 
AnswerRe: Delegates Pin
Christian Graus4-Feb-09 9:26
protectorChristian Graus4-Feb-09 9:26 
GeneralRe: Delegates Pin
εїзεїзεїз4-Feb-09 18:45
εїзεїзεїз4-Feb-09 18:45 
QuestionPopulate a Treeview from Database in VB6.0 Pin
kshincsk4-Feb-09 2:02
kshincsk4-Feb-09 2:02 
AnswerRe: Populate a Treeview from Database in VB6.0 Pin
Christian Graus4-Feb-09 9:26
protectorChristian Graus4-Feb-09 9:26 
Questionvs 2005 , vb.net Pin
hrishiS3-Feb-09 23:34
hrishiS3-Feb-09 23:34 
AnswerRe: vs 2005 , vb.net Pin
Rupesh Kumar Swami3-Feb-09 23:38
Rupesh Kumar Swami3-Feb-09 23:38 
GeneralRe: vs 2005 , vb.net Pin
hrishiS4-Feb-09 0:01
hrishiS4-Feb-09 0:01 
GeneralRe: vs 2005 , vb.net Pin
Rupesh Kumar Swami4-Feb-09 0:18
Rupesh Kumar Swami4-Feb-09 0:18 
GeneralRe: vs 2005 , vb.net Pin
hrishiS4-Feb-09 1:18
hrishiS4-Feb-09 1:18 
GeneralRe: vs 2005 , vb.net Pin
Rupesh Kumar Swami4-Feb-09 1:35
Rupesh Kumar Swami4-Feb-09 1:35 
GeneralRe: vs 2005 , vb.net Pin
mahalakshmi4211-Feb-09 23:30
mahalakshmi4211-Feb-09 23:30 
Questionvb6 - how could i get address as i open a folder Pin
meissey3-Feb-09 22:15
meissey3-Feb-09 22:15 

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.