Click here to Skip to main content
15,919,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: serial port Pin
chamal77721-Mar-07 20:33
chamal77721-Mar-07 20:33 
QuestionVB 2005 - sharing a COM dll problem Pin
LittleEd21-Mar-07 8:52
LittleEd21-Mar-07 8:52 
AnswerRe: VB 2005 - sharing a COM dll problem Pin
Dave Kreskowiak21-Mar-07 9:10
mveDave Kreskowiak21-Mar-07 9:10 
GeneralRe: VB 2005 - sharing a COM dll problem Pin
LittleEd21-Mar-07 12:58
LittleEd21-Mar-07 12:58 
GeneralRe: VB 2005 - sharing a COM dll problem Pin
Dave Kreskowiak22-Mar-07 5:20
mveDave Kreskowiak22-Mar-07 5:20 
GeneralRe: VB 2005 - sharing a COM dll problem Pin
LittleEd23-Mar-07 4:08
LittleEd23-Mar-07 4:08 
GeneralRe: VB 2005 - sharing a COM dll problem Pin
Dave Kreskowiak23-Mar-07 13:26
mveDave Kreskowiak23-Mar-07 13:26 
GeneralRe: VB 2005 - sharing a COM dll problem Pin
LittleEd26-Mar-07 5:09
LittleEd26-Mar-07 5:09 
OK think we are there ...

Client machines were looking to run (& debug) using a V1 release under NET. It was quite a pain finding how to amend this setting.

Tried editing the registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\AD7Metrics\Engine\{449EC4CC-30D2-4032-9256-EE18EB41B62B}

and adding & setting this entry:

CLRVersionForDebugging=V2.0.50727

..with no effect.

Stumbled upon a solution: edit (or create if necessary) excel.config.exe.xml file to look like


<configuration>
<startup>

<supportedruntime version="v2.0.50727">
<requiredruntime version="v2.0.50727">




& I placed a copy in the same dir as the excel.exe file. All COM classes now available, debugger works fine etc.

Should be *careful* on backward compatability issues but that's not a concern for me.

thanks for your interest,
GH
Laugh | :laugh:
GeneralRe: VB 2005 - sharing a COM dll problem Pin
LittleEd21-Mar-07 13:13
LittleEd21-Mar-07 13:13 
QuestionMOD Operator Pin
codemunkeh21-Mar-07 8:16
codemunkeh21-Mar-07 8:16 
AnswerRe: MOD Operator Pin
Don Trainer21-Mar-07 8:25
Don Trainer21-Mar-07 8:25 
GeneralRe: MOD Operator Pin
codemunkeh21-Mar-07 8:30
codemunkeh21-Mar-07 8:30 
GeneralRe: MOD Operator Pin
Don Trainer21-Mar-07 8:34
Don Trainer21-Mar-07 8:34 
AnswerRe: MOD Operator Pin
TwoFaced21-Mar-07 8:35
TwoFaced21-Mar-07 8:35 
QuestionWorkflow Tracking When Workflow is hosted as a Web Service Pin
Don Trainer21-Mar-07 8:16
Don Trainer21-Mar-07 8:16 
QuestionProgressbar and SOAP service Pin
Liottru21-Mar-07 7:57
Liottru21-Mar-07 7:57 
QuestionHow can I check some hardware presence in puter? Pin
JUNEYT21-Mar-07 7:33
JUNEYT21-Mar-07 7:33 
AnswerRe: How can I check some hardware presence in puter? Pin
The ANZAC21-Mar-07 11:18
The ANZAC21-Mar-07 11:18 
QuestionTyped dataset not generating update and delete statements Pin
steve_rm21-Mar-07 4:19
steve_rm21-Mar-07 4:19 
Questionto call a webservice using javascript, vb.net inline code Pin
shyamts21-Mar-07 2:40
shyamts21-Mar-07 2:40 
AnswerRe: to call a webservice using javascript, vb.net inline code Pin
Dave Kreskowiak21-Mar-07 3:23
mveDave Kreskowiak21-Mar-07 3:23 
QuestionXML is driving me insane in vb.net ! Please help Pin
JUNEYT21-Mar-07 1:39
JUNEYT21-Mar-07 1:39 
AnswerRe: XML is driving me insane in vb.net ! Please help Pin
coolestCoder21-Mar-07 1:53
coolestCoder21-Mar-07 1:53 
GeneralRe: XML is driving me insane in vb.net ! Please help Pin
JUNEYT21-Mar-07 2:04
JUNEYT21-Mar-07 2:04 
QuestionUrgent 002 Pin
Sarfaraj Ahmed21-Mar-07 1:24
Sarfaraj Ahmed21-Mar-07 1:24 

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.