Greetings,
using the repositoryAccess83 I am trying to connect the session as I have several times, however this time I am getting an error. Here is the configuration;
- Visual Studio 2012
- vb.net
- LF SDK 8.3
- .net 4.5
- CPU = X86
Here is the code;
Imports LFSO83Lib
Imports DocumentProcessor83
Imports Laserfiche.RepositoryAccess
' Using the overloaded RepositoryRegistration constructor
myRepoReg = New RepositoryRegistration(My.Settings.LFServerName, My.Settings.LFRepository)
mySess.Connect(myRepoReg)
mySess.LogIn(My.Settings.LFUserID, My.Settings.LFPassword)
the error is generated by the MySess.connect(myRepoReg) line, with the following error.
Error 1 Value of type 'ScanTraxxConverter.RepositoryRegistration' cannot be converted to 'Laserfiche.RepositoryAccess.RepositoryRegistration'. H:\_Development\VS2012\VB.Net\PaperVisionConverter_Access\ControlMod.vb 247 24 ScanTraxxConverter
Any Assistance would be appreciated.