Link to home
Start Free TrialLog in
Avatar of RTSol
RTSol

asked on

WPF setup project doesnt built ok

Hi,

I have made a WPF application which runs well in my development environment. I have added a Setup project and when I try to build it Visual studio seems to crash (see image) and the logg givs this:
"WARNING: Unable to create registration information for file named 'vjslib.tlb'"
I am using some java classes from vjslib.dll

I added a screen dump showing the setup dependencies

What can be done to fix this?

Best regards
RTSol
VSCrash.jpg
SetupProjectDependencies.jpg
ASKER CERTIFIED SOLUTION
Avatar of magicdlf
magicdlf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RTSol
RTSol

ASKER

Hi,

This seems to work - kind of. It produces an installer that I think is doing the job. However, I still get the crash of Visual Studio - very strange. I might dig inte this later. If you have any ideas please let me know, otherwise - thanks for now.

Best regards
RTSol
Take a look at this one:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=466157

Highlight:
<quote>
Hi been having the same issue .The resolution I used was to run just the regcap.exe utility in Vista compatibility mode and left VS 2008 run as normal (note I run VS as Administrator by default as well so not sure if this makes any difference overall) .
</quote>