After experiencing a lot of down time, We decided to move this site to
CrystalTech.com. CrystalTech.com is powered by only the finest Windows servers providing the best performance, reliability, and value anywhere.
MissingMethodException running vbscript on WinCE6.0
|
Author |
Message
|
krishanb
-
Total Posts
:
2
- Scores: 0
-
Reward points
:
0
- Joined: 3/9/2010
-
Status: offline
|
MissingMethodException running vbscript on WinCE6.0
Tuesday, March 09, 2010 10:48 PM
( permalink)
I have written a simple "Hellow World" VBScript windows application to run on WinCE6.0. The application was built with the "Any CPU" option. It runs fine on the XP host. However, I am getting a MissingMethodException. I have made sure that .NET Compact Framework 2.0 and VBScript/MSGBOX is enabled in the target image (NK.bin). The error I get is: Error HelloWorld.exe MissingMethodException File or assembly name 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublikKeyToken=B03F5F7F11D50A3A', or one of the dependencies, was not found. Here is my code: {code} Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click MsgBox("Hello World") End Sub End Class {/code}
|
|
|
|
ebgreen
-
Total Posts
:
8088
- Scores: 95
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
Re:MissingMethodException running vbscript on WinCE6.0
Wednesday, March 10, 2010 3:06 AM
( permalink)
Just for your information, you are writing VB. This is a VBScript forum. You might try a VB forum for an answer.
|
|
|
|
Online Bookmarks Sharing: