Mixing VB and C# in one web solution - continued

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi all,

I posted the question a few days ago of including a c# web page in a web
solution that already contained VB pages. Thanks for your responses.

I suspected I had to go down the separate project route but thought there
may be another solution to my problem.

The reason for me wanting to do this is that a lot of the vb web pages have
already been created and I can use them and at the same time don't have the
time to re-code those web pages at present.

Now I created a separate project and added it to the solution but the
problem I'm having here is one of common folders. I have one folder in the
"vb" side which contains all the images I use. How do reference the same
folder from within the "c#" side of the solution?

Regards
John.
 
A better approach is simply to convert the page code from vb to C# using
Kamal Patel's convertor tool which is free for use on the web. It amounts to
a cut and paste job and then you are on your way.

a.. www.kamalpatel.net/ConvertCSharp2VB.aspx

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
 
We offer a fully supported Demo Edition of our Instant C# VB.NET to C#
converter. By all means, compare Kamal's and our's side-by-side and draw your
own conclusions.

David Anton
Tangible Software Solutions Inc.
Home of the Instant C# VB.NET to C# converter and the Instant VB C# to
VB.NET converter

Alvin Bruney said:
A better approach is simply to convert the page code from vb to C# using
Kamal Patel's convertor tool which is free for use on the web. It amounts to
a cut and paste job and then you are on your way.

a.. www.kamalpatel.net/ConvertCSharp2VB.aspx

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
--------------------------------------------------


John said:
Hi all,

I posted the question a few days ago of including a c# web page in a web
solution that already contained VB pages. Thanks for your responses.

I suspected I had to go down the separate project route but thought there
may be another solution to my problem.

The reason for me wanting to do this is that a lot of the vb web pages
have already been created and I can use them and at the same time don't
have the time to re-code those web pages at present.

Now I created a separate project and added it to the solution but the
problem I'm having here is one of common folders. I have one folder in the
"vb" side which contains all the images I use. How do reference the same
folder from within the "c#" side of the solution?

Regards
John.
 
Back
Top