Click here to Skip to main content
15,892,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: XML issues Pin
StuBaum6-Feb-09 2:25
StuBaum6-Feb-09 2:25 
Yes my manifests seen a little more complicated. But I am glad to inform you that I have resolved the issue. Like usual it was me. When you work very late into the night strange things happen, specially when there is a full moon. I usually quit when the computer gives a loud beep in response to some error & it scares me out of my chair mumbling something like 'What the *)%(&^^ was that?'. below is a piece of my manifest.


<asmv1:assembly manifestversion="1.0" xsi:schemalocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1">
<asmv1:assemblyidentity version="1.0.0.19" name="ServiceInvoice.exe" publickeytoken="0000000000000000" language="neutral" processorarchitecture="msil" type="win32">
<application>
<entrypoint>
<assemblyidentity name="ServiceInvoice" version="1.0.41220.731" publickeytoken="D1E735326A597357" language="neutral" processorarchitecture="msil">
<commandline file="ServiceInvoice.exe" parameters="">

<trustinfo> <security>
<applicationrequestminimum>
<permissionset unrestricted="true" id="Custom" samesite="site">
<defaultassemblyrequest permissionsetreference="Custom">


Its a pretty long manifest - would take 2 to 3 pages to print out. The correct node to search for is assemblyIdentity not entry point. Both my raw code and your error trapped code works correctly when given the right value. I have finished my routines and it works like a dream, a seamless, silent, transparent check of the version & then download if necessary of a new exe and kick off. User never sees a thing. It reverts back to the old exe if it fails at any point. Its nice now, all I have to do is compile, nothing else is required, I don't have to make any files set any flags etc.

I do have another issue though. It seems like I got myself into some kind of debug/Edit purgatory where I can't edit in the debug mode. It started when I put some values in the debug properties window for testing my command line functions. I get cute little padlocks on my code page tab and a error that says 'Changes are not allowed when the debugger has been attached to an already running process or the code being debugged has been optimized at build or run time' a search of the net and trying other peoples workarounds have not resolved it and its really starting to piss me off. Oh well, being of German heritage, I am stubborn and as tenacious as a rabid pit bull and sure that I will figure it out even if I have to trash & rebuild the project (none of my other apps are doing it). If you are familiar with this particular animal, then drop me a line.

Thanks again for all of the time you have spent and interest shown. You are the first guy that has ever responded to an issue that I have posted (I don't post often) and it is appreciated.
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 
AnswerRe: vb6 - how could i get address as i open a folder Pin
Rupesh Kumar Swami4-Feb-09 0:01
Rupesh Kumar Swami4-Feb-09 0:01 

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.