Hi Chris,
Many thanks for you help.
I think I will have lots of work to do:)
Cheers,
Claudio
>
Claudio, look INLINE below.
HTH
-----Original Message-----
From: Claudio Pallone [mailto:claudio.pallone@k...]=20
Sent: Thursday, March 13, 2003 4:31 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: DEBUG
Hi Chris,
Many thanks for your help and instruction.
Please could you clarify to me some to the things I have not understood?
1 - Your first point was to create a solution in VS.NET. But when I =
create=20
a solution I have to select the language as well, dont I?? Please =
correct=20
me if I am wrong.
DID YOU TRY IT? File, New, Blank Solution, Visual Studio Solutions, =
Blank
Solution, give it a name. No language req'd.
2 - How can I create a solution and then a project? I thought that when=20
you create a soltuion a project is created by default??
NOT IF YOU DO THE ABOVE. Once the solution is in place, RIGHT-CLICK on =
the
solution to add projects to it. If you use the main menu to add a new
project then yes, you'll get a new solution and new project bundled
together. Is that how you're getting confused?
4 - When you said I should add REFERENCES to each project as necessary =
so
they could refer to classes in the others, how do I do that. When I=20
want to add a referece to a webservice or a dll I just right click the=20
project and say add reference/webrefernce. How do I add references to=20
other projects??
JUST LIKE THAT! Look for the Projects tab on the dialog. When you =
select
it, if your projects have been properly added to the solution you should =
be
able to see them on that page of the dialog.
5 - In my case, I have a root folder called CHOICES and then under this=20
foleder all the subfolders. For instance Reports. Inside reports I have=20
many aspx files but then can be .cs or .vb. Do you think I will be able =
to=20
debug it even if they are mixed like that? I do not have separate =
projects=20
for each!!
THAT'LL TAKE SOME WORK. I don't believe there's a way to mix languages
within a single Web project in VS - it sounds like you've managed to do =
that
outside of it. I think you're going to have to split your web project =
into
at least two separate projects by language - create a C# Web project and =
a
VB Web project and add the respective files to them. You may have to
reconfigure your IIS directories to accommodate (keep the projects =
separate)
or go into your project files and manually edit them to point to all the
right places when all is in place. My own inclination would be to start
over - create new solution and projects, let VS create the basic =
directory
structure in IIS, and then add in your files and make URL adjustments in
your project files as necessary. But maybe someone else has a better =
idea.
Good luck.
Cheers,
Claudio
>=20
Claudio,
1. Create a new Visual Studio solution
2. Create one or more C# projects inside the solution and add your C# =
=3D
files to it/them.
3. Create one or more VB projects inside the solution and add your VB =
=3D
files to it/them.
4. Each project will end up as a separate assembly - ensure that =3D
namespaces make sense among all of them and add REFERENCES to each =
project
as =3D necessary so they can refer to classes in the others.
HTH
-----Original Message-----
From: Claudio Pallone [mailto:claudio.pallone@k...]=3D20
Sent: Thursday, March 13, 2003 2:43 PM
To: ASPX_Professional
Subject: [aspx_professional] DEBUG
Hi,
I have created a .NET web site application using a mixture of vb.net and =
=3D
c# using Notepad as the editor. However, now I have VS.NET and would =3D
like=3D20 to debug all the pages in VS.NET.=3D20
Since I used notepad to code the pages I do not have any solution file =
=3D
so=3D20 that I can open the project in VS.NET.
Does anyone know if it is possible to open this application in VS.NET to =
=3D
debug it using VS.NET debuggin tools?=3D20
If this is possible, could someone give me some instruction on how to do =
=3D
this? Please remember that I have used a mixture of .vb and .cs files.
Cheers,
Claudio
---
Change your mail options at http://p2p.wrox.com/manager.asp or=3D20 to
unsubscribe send a blank email to
---
Change your mail options at http://p2p.wrox.com/manager.asp or=20
to unsubscribe send a blank email to