Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created one application C# Win8 machine but that application is not showing some forms on Win7 machine.
Code:
one form which is not open is called as
C#
frm_EditParameter obj_EditParameter = new frm_EditParameter();
obj_EditParameter.GetParamData(Param_Info, rowIndex)

at the end of GetParamData function this.show is called to view a form.
Please help me on this.
Posted
Updated 2-Aug-15 22:21pm
v2
Comments
DamithSL 3-Aug-15 4:22am    
have you debug and check?

1 solution

What is the error?
Possibly you have a dependency which is not found on Windows 7.

You can use Fusion log to trace if there is any dependency load failure.
http://www.codeproject.com/Tips/796990/Investigating-Managed-Assembly-Load-Failures
 
Share this answer
 
Comments
Member 11379036 3-Aug-15 4:43am    
Thanks for help.
There was Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral dependency. I have used line shape control on those forms.
himanshu agarwal 3-Aug-15 5:01am    
Happy, it worked for you!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900