G
Guest
Hi,
I'm new to vb.net.
How to prevent vb.net to automatic execute code in design time?
When I open a form design view in VS2005, vs pop up an error message: "Could
not load file or assembly "xxx" or one of its dependencies....". But there's
no build error, and can run normally.The renferenced assembly(not strongly
named) do exist, but not in GAC.
I wonder there's any way to disable the error check when I open the form?
And why the result can run, but VS2005 throw error in design time.
Thanks a lot.
I'm new to vb.net.
How to prevent vb.net to automatic execute code in design time?
When I open a form design view in VS2005, vs pop up an error message: "Could
not load file or assembly "xxx" or one of its dependencies....". But there's
no build error, and can run normally.The renferenced assembly(not strongly
named) do exist, but not in GAC.
I wonder there's any way to disable the error check when I open the form?
And why the result can run, but VS2005 throw error in design time.
Thanks a lot.