473,386 Members | 1,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

strange error

Tym
I've just downloaded the vb.net version of David Irland's blowfish
algorithm

I used his VB6 versino quite sucessfully for password encryption.

Moved up to vb.net and downlaoded the above. The projext as downloaded
works great!

As with the VB6 version, I copied the modules into my own projext and
run it, to be greeted with errors:

C:\Documents and Settings\Tym\My Documents\Visual Studio Projects\SICS
Control\basBlowfishFns.vb(140): Type 'VB6.FixedLengthString' is not
defined.
I have made sure that my project has the same references as the
downloaded one, but I still can't get the bugger to run!!

HELP!!

It doesn't like the VB6.FicedLengthString(x) dim statement.....
Nov 21 '05 #1
5 1662
Tym,

This is a part of the VB6 compatible namespace.

Not that you are not welcome here, however for that is as well a special
newsgroup.
microsoft.public.dotnet.languages.vb.upgrade

I hope this helps anyhow something

Cor

"Tym" <no*****@ictis.net>
I've just downloaded the vb.net version of David Irland's blowfish
algorithm

I used his VB6 versino quite sucessfully for password encryption.

Moved up to vb.net and downlaoded the above. The projext as downloaded
works great!

As with the VB6 version, I copied the modules into my own projext and
run it, to be greeted with errors:

C:\Documents and Settings\Tym\My Documents\Visual Studio Projects\SICS
Control\basBlowfishFns.vb(140): Type 'VB6.FixedLengthString' is not
defined.
I have made sure that my project has the same references as the
downloaded one, but I still can't get the bugger to run!!

HELP!!

It doesn't like the VB6.FicedLengthString(x) dim statement.....

Nov 21 '05 #2
Hi,

You need this at the top of the code file.

Imports Microsoft.VisualBasic.Compatibility

Ken

-------------------------------------------

"Tym" <no*****@ictis.net> wrote in message
news:fm********************************@4ax.com...
I've just downloaded the vb.net version of David Irland's blowfish
algorithm

I used his VB6 versino quite sucessfully for password encryption.

Moved up to vb.net and downlaoded the above. The projext as downloaded
works great!

As with the VB6 version, I copied the modules into my own projext and
run it, to be greeted with errors:

C:\Documents and Settings\Tym\My Documents\Visual Studio Projects\SICS
Control\basBlowfishFns.vb(140): Type 'VB6.FixedLengthString' is not
defined.
I have made sure that my project has the same references as the
downloaded one, but I still can't get the bugger to run!!

HELP!!

It doesn't like the VB6.FicedLengthString(x) dim statement.....

Nov 21 '05 #3
Tym
On Wed, 20 Oct 2004 13:10:35 +0200, "Cor Ligthert"
<no************@planet.nl> wrote:
Tym,

This is a part of the VB6 compatible namespace.

Not that you are not welcome here, however for that is as well a special
newsgroup.
microsoft.public.dotnet.languages.vb.upgrade

I hope this helps anyhow something


Thanks!
Nov 21 '05 #4
"Tym" <no*****@ictis.net> schrieb:
I've just downloaded the vb.net version of David Irland's blowfish
algorithm


I put my reply in the Upgrade group...

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 21 '05 #5
Tym
On Wed, 20 Oct 2004 07:53:20 -0400, "Ken Tucker [MVP]"
<vb***@bellsouth.net> wrote:
Hi,

You need this at the top of the code file.

Imports Microsoft.VisualBasic.Compatibility

Done that already...
Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Olaf | last post by:
I have a frameset page witch contains the myFuc() function. The function is accessed from a page in one of the frames in the frameset. An example is shown below. <input...
25
by: Neil Ginsberg | last post by:
I have a strange situation with my Access 2000 database. I have code in the database which has worked fine for years, and now all of a sudden doesn't work fine on one or two of my client's...
0
by: Kris Vanherck | last post by:
yesterday i started getting this strange error when i try to run my asp.net project: Compiler Error Message: CS0006: Metadata file 'c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net...
6
by: Gary | last post by:
I have an application that has been working just fine for a couple of years. It queries a SQL database and returns some formatted data back to the client. I have a new client, who has a larger...
5
by: Nathan Sokalski | last post by:
When I view my index.aspx page any time after the first time, I recieve the following error: System.Web.TraceContext.AddNewControl(String id, String parentId, String type, Int32 viewStateSize)...
0
by: ivb | last post by:
Hi all, I am using DB2 8.1.11.1 on NT with ASP.NET 1.1 When application make connection to database (via ADO.NET), it set "Connection timeout" parameter to 30 seconds. After, when my webpage...
11
by: Martin Joergensen | last post by:
Hi, I've encountered a really, *really*, REALLY strange error :-) I have a for-loop and after 8 runs I get strange results...... I mean: A really strange result.... I'm calculating...
1
by: JoReiners | last post by:
Hello, I have a really strange problem. I'm unable to figure it out on my own. I parse very simple xml documents, without any check for their form. These files look very similar and are encoded...
11
by: Mike C# | last post by:
Hi all, I keep getting a strange error and can't pin it down. The message is: This application has requested the Runtime to terminate it in an unusual way. Please contact the application's...
3
by: Shelly | last post by:
I am encountering two strange problems. First one: I get a "server misconfiguration error", but only sometimes. It occurs on the first screen that accesses the database on a submit. This error...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.