Dear All,
I am using a stub .exe to launch my .net application...we are using
..net 1.1..we have observed that the dlls are getting downloaded at two
places...
Temporary Internet Files folder and Download Assembly cache
folder...is this right or have we missed out anything...we are using
As...
more >>
Can any of you guru's help me with the following:
When I run a WinForms exe on another machine I get the following error:
System.IO.FileNotFoundException: File or assembly name
Microsoft.VisualBasic.Compatibility, or one of its dependencies, was not
found.
A search of MSDN for this error ...
more >>
Hi,,
if u set shortcut of a menuitem and set the RightToLeft Property of the form
to True.. the shortcuts won't appear.. however if I set the righttoleft
property back to No.. the shortcuts will appear again..
any solution
...
more >>
I want to accomplish a DataRelation not only between Parent and Child but
also to a Grandparent.
I thought that would be possible by establishing a Datarelation between
GrandParent and Parent and another one between Parent and Child. Here is part
of the code:
// Fill the dataSet1 with th...
more >>