I have prepared a deployment project for my C# project, but when i ran the setup, setup request VS J# redistributable package although I havent used J#. Whywas this problem occured and how can i solve this?
thanks
aavci Wednesday, June 28, 2006 2:54 PM
Weird.
I would check the prerequisites and make sure J# is not selected. There was a bug in the Express products where there was an incorrect J# item listed.
Another thing to check is whether you have any referenced .DLL's that are built using J#.
David Guyer MSFT Thursday, June 29, 2006 5:25 AM
thanks and I think you were right, one of the dlls that i am using might be written in J#.. but now the problem is, how can i deploy J# redistributable package with my program?