Click here to Skip to main content
15,891,828 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: dsn creation and deletion program in vb.net 2005 Pin
Dave Kreskowiak29-Jun-07 3:49
mveDave Kreskowiak29-Jun-07 3:49 
Questioncreate reports using reporting service Pin
deepalititi28-Jun-07 19:10
deepalititi28-Jun-07 19:10 
QuestionSelecting a button control from a component Pin
anujose28-Jun-07 18:42
anujose28-Jun-07 18:42 
AnswerRe: Selecting a button control from a component Pin
Psycho-*Coder*-Extreme28-Jun-07 19:40
Psycho-*Coder*-Extreme28-Jun-07 19:40 
GeneralRe: Selecting a button control from a component Pin
anujose28-Jun-07 20:01
anujose28-Jun-07 20:01 
GeneralRe: Selecting a button control from a component Pin
Dave Kreskowiak29-Jun-07 3:43
mveDave Kreskowiak29-Jun-07 3:43 
AnswerRe: Selecting a button control from a component Pin
Navneet Hegde28-Jun-07 20:16
Navneet Hegde28-Jun-07 20:16 
QuestionWrong .Net version runtime Assembly Manager launched in VBAScript Pin
cateyes9928-Jun-07 18:23
cateyes9928-Jun-07 18:23 
I've .Net v1.1.4322 and .Net v2.0.50727 both installed on my machine.

I've a Excel hosted VBA Script test harness. It makes calls to .Net v2.0.50727 assemblies through COM callable wrapper (CCW). But I found during running this Excel test script, the wrong version of .Net runtime enviroment triggerred! It's supposed that the .Net v2.0.50727 runtime would be launched to run, not the .Net v1.1.4322. All the assemblies called by the script are developed in .Net v2.0.50727.

The below message was extrated from the Assembly Binding Log Viewer (Fuslogvw.exe). As we can see, the v1.1.4322 fusion.dll was loaded instead of v2.0.50727 fusion.dll. But SG.AG.Qt.Act.Client.Streams.dll and all other assemblies are developed in .Net v2.0.50727. So it crashed. Would anyone know why Windows chose .Net v1.1.4322 rather than v2.0.50727 to run my script? How can I indicate Windows to choose v2.0.50727 correctly? Thanks so much.

*** Assembly Binder Log Entry  (6/29/2007 @ 3:18:58 PM) ***

The operation failed.
Bind result: hr = 0x80131107. No description available.

Assembly manager loaded from:  C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable  C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE
--- A detailed error log follows. 

=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:/WINDOWS/assembly/GAC_MSIL/SG.AG.Qt.Act.Client.Streams/4.5.0.0__ea69dc1d65f83a25/SG.AG.Qt.Act.Client.Streams.dll
LOG: Appbase = C:\Program Files\Microsoft Office\OFFICE11\
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===

LOG: Processing DEVPATH.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/assembly/GAC_MSIL/SG.AG.Qt.Act.Client.Streams/4.5.0.0__ea69dc1d65f83a25/SG.AG.Qt.Act.Client.Streams.dll.
LOG: Assembly download was successful. Attempting setup of file: C:/WINDOWS/assembly/GAC_MSIL/SG.AG.Qt.Act.Client.Streams/4.5.0.0__ea69dc1d65f83a25/SG.AG.Qt.Act.Client.Streams.dll
LOG: Entering run-from-source setup phase.
ERR: Error extracting manifest import from file (hr = 0x80131107).
ERR: Failed to complete setup of assembly (hr = 0x80131107). Probing terminated.

QuestionPlz, anyone can help me? Thanks Pin
cateyes9929-Jun-07 13:51
cateyes9929-Jun-07 13:51 
AnswerRe: Plz, anyone can help me? Thanks Pin
Dave Kreskowiak30-Jun-07 2:37
mveDave Kreskowiak30-Jun-07 2:37 
GeneralRe: Plz, anyone can help me? Thanks Pin
cateyes991-Jul-07 23:32
cateyes991-Jul-07 23:32 
QuestionScreenSaver Pin
Xandip28-Jun-07 17:35
Xandip28-Jun-07 17:35 
AnswerRe: ScreenSaver Pin
Dave Kreskowiak29-Jun-07 3:29
mveDave Kreskowiak29-Jun-07 3:29 
QuestionQuestion about DataGridView and a text file [modified] Pin
Psycho-*Coder*-Extreme28-Jun-07 14:34
Psycho-*Coder*-Extreme28-Jun-07 14:34 
AnswerRe: Question about DataGridView and a text file Pin
Johan Hakkesteegt28-Jun-07 20:12
Johan Hakkesteegt28-Jun-07 20:12 
GeneralRe: Question about DataGridView and a text file Pin
Psycho-*Coder*-Extreme29-Jun-07 1:41
Psycho-*Coder*-Extreme29-Jun-07 1:41 
GeneralRe: Question about DataGridView and a text file Pin
Johan Hakkesteegt29-Jun-07 1:59
Johan Hakkesteegt29-Jun-07 1:59 
GeneralRe: Question about DataGridView and a text file Pin
Psycho-*Coder*-Extreme29-Jun-07 2:06
Psycho-*Coder*-Extreme29-Jun-07 2:06 
QuestionSaving changes made to a datagridview Pin
steve_rm28-Jun-07 12:53
steve_rm28-Jun-07 12:53 
AnswerRe: Saving changes made to a datagridview Pin
Dave Kreskowiak29-Jun-07 3:27
mveDave Kreskowiak29-Jun-07 3:27 
Questioncommunicating via RF Pin
Cory Kimble28-Jun-07 11:21
Cory Kimble28-Jun-07 11:21 
AnswerRe: communicating via RF Pin
Psycho-*Coder*-Extreme28-Jun-07 19:37
Psycho-*Coder*-Extreme28-Jun-07 19:37 
QuestionPopulating ComboBox Pin
HurricaneDan28-Jun-07 9:54
HurricaneDan28-Jun-07 9:54 
AnswerRe: Populating ComboBox Pin
Christian Graus28-Jun-07 13:20
protectorChristian Graus28-Jun-07 13:20 
GeneralRe: Populating ComboBox Pin
Psycho-*Coder*-Extreme28-Jun-07 14:48
Psycho-*Coder*-Extreme28-Jun-07 14:48 

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.