help with two projects in one solution, please!

  • Thread starter George Hardy IV
  • Start date
G

George Hardy IV

Hello,
I have a main project that contained a crystal report form and a report
selection
form. I would like to break this out into a satellite assembly, but am
getting strange errors when I include the new project in my solution.

Dim crTableLogonInfo As New TableLogOnInfo
Dim crTable As Table
For Each crTable In rpt.Database.Tables
crTableLogonInfo = crTable.LogOnInfo <<<<<< it gives me
squiggly blue lines here
crTableLogonInfo.ConnectionInfo = ci
crTableLogonInfo.TableName = crTable.Name <<< and here
crTable.ApplyLogOnInfo(crTableLogonInfo)


This code works in another project, but in the reporting assembly i am
breaking out of the main application, it will not compile and gives me this
error:

"Value of type 'CrystalDecisions.Shared.TableLogOnInfo' cannot be converted
to 'CrystalDecisions.Shared.TableLogOnInfo'."

What the heck does this mean????????????

Please? Thanks you in advance!!!!!!
George Hardy
 
C

Crouchie1998

If you have a legit version of Visual Studio then you can register Crystal
Reports.NET for FREE, sign in & send support a question if you don't find
the answer in their documentation

Crouchie1998
BA (HONS) MCP MCSE
 
G

George Hardy IV

ok, it looks like i will have to do this, because this problem does not
appear on my Win2000 box at home (with the same exact project). This must
be some wierd xp thing. thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top