Hi,
I got a source code which has 2 folders in it.
1: StandaloneApp
2: ApiIfCtrl
The standaloneapp folder contains the vb 2005 files and the main form. However, the files in standalone app are using some methods/classes/types from ApiIfCtrl which contains the C Sharp code (its basically an interface library interfacing a dll).
I don't know how to create a vb 2005 solution from this source.
I tried to create an empty project, then added the StandaloneAPP files in it .. and then added a new folder name "ApiIfCtrl" and then added those csharp files to it. but i could not get it compile due to reference problems ..
Can someone guide me how to create a solution from this hierarchy??
Thanks
P.S:
I apologize is this is not a correct section to post such a question.
I got a source code which has 2 folders in it.
1: StandaloneApp
2: ApiIfCtrl
The standaloneapp folder contains the vb 2005 files and the main form. However, the files in standalone app are using some methods/classes/types from ApiIfCtrl which contains the C Sharp code (its basically an interface library interfacing a dll).
I don't know how to create a vb 2005 solution from this source.
I tried to create an empty project, then added the StandaloneAPP files in it .. and then added a new folder name "ApiIfCtrl" and then added those csharp files to it. but i could not get it compile due to reference problems ..
Can someone guide me how to create a solution from this hierarchy??
Thanks
P.S:
I apologize is this is not a correct section to post such a question.