473,394 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

compiled dll's versus aspx.cs

Hello. I am relatively new to VS.NET and have ingerited a web application built by 2 previous developers. The most recent one compiled his C# source to a dll, the first one left her C# source as aspx.cs files. I have to debug and enhance the appliation but am running into a couple of issues

1. in order to analyze the C# code, I must decompile the existing dll someho
2. I have a source tree from the last developer but he wasn't a diligent user of VSS and it is incomplete. I've tried opening the .sln file associated with the project without luck. I get an error message "Unable to read the project file myProject.csproj. The system cannot find the path specified." Needless to say, i canot open the .csproj file. I think this is because I downloaded the entire app off a remote server and must now edit the .csproj file to reflect my environment

Has anyone encountered these issues before and could they help me overcome them? thanks for all replies in advance. ttyl
Nov 18 '05 #1
4 2525
The .cs file is what gets compiled into the DLL. So don't bother with the
DLL - look at the source.

For the second issue, you should open the .csproj.webinfo file. This file
contains the url path of the project. Try adjusting that to fit your
environment.

"G.H.Lawrence" <Luftmensche_nospam_remove_@yahoo_nospam_.ca> wrote in
message news:68**********************************@microsof t.com...
Hello. I am relatively new to VS.NET and have ingerited a web application built by 2 previous developers. The most recent one compiled his C# source
to a dll, the first one left her C# source as aspx.cs files. I have to debug
and enhance the appliation but am running into a couple of issues:
1. in order to analyze the C# code, I must decompile the existing dll somehow 2. I have a source tree from the last developer but he wasn't a diligent user of VSS and it is incomplete. I've tried opening the .sln file
associated with the project without luck. I get an error message "Unable to
read the project file myProject.csproj. The system cannot find the path
specified." Needless to say, i canot open the .csproj file. I think this is
because I downloaded the entire app off a remote server and must now edit
the .csproj file to reflect my environment?
Has anyone encountered these issues before and could they help me overcome them? thanks for all replies in advance. ttyl.

Nov 18 '05 #2
The .cs file is what gets compiled into the DLL. So don't bother with the
DLL - look at the source.

For the second issue, you should open the .csproj.webinfo file. This file
contains the url path of the project. Try adjusting that to fit your
environment.

"G.H.Lawrence" <Luftmensche_nospam_remove_@yahoo_nospam_.ca> wrote in
message news:68**********************************@microsof t.com...
Hello. I am relatively new to VS.NET and have ingerited a web application built by 2 previous developers. The most recent one compiled his C# source
to a dll, the first one left her C# source as aspx.cs files. I have to debug
and enhance the appliation but am running into a couple of issues:
1. in order to analyze the C# code, I must decompile the existing dll somehow 2. I have a source tree from the last developer but he wasn't a diligent user of VSS and it is incomplete. I've tried opening the .sln file
associated with the project without luck. I get an error message "Unable to
read the project file myProject.csproj. The system cannot find the path
specified." Needless to say, i canot open the .csproj file. I think this is
because I downloaded the entire app off a remote server and must now edit
the .csproj file to reflect my environment?
Has anyone encountered these issues before and could they help me overcome them? thanks for all replies in advance. ttyl.

Nov 18 '05 #3
Unless you can get your hands on the source code, decompiling isn't going to
do you much good.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"G.H.Lawrence" <Luftmensche_nospam_remove_@yahoo_nospam_.ca> wrote in
message news:68**********************************@microsof t.com...
Hello. I am relatively new to VS.NET and have ingerited a web application built by 2 previous developers. The most recent one compiled his C# source
to a dll, the first one left her C# source as aspx.cs files. I have to debug
and enhance the appliation but am running into a couple of issues:
1. in order to analyze the C# code, I must decompile the existing dll somehow 2. I have a source tree from the last developer but he wasn't a diligent user of VSS and it is incomplete. I've tried opening the .sln file
associated with the project without luck. I get an error message "Unable to
read the project file myProject.csproj. The system cannot find the path
specified." Needless to say, i canot open the .csproj file. I think this is
because I downloaded the entire app off a remote server and must now edit
the .csproj file to reflect my environment?
Has anyone encountered these issues before and could they help me overcome them? thanks for all replies in advance. ttyl.

Nov 18 '05 #4
Unless you can get your hands on the source code, decompiling isn't going to
do you much good.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"G.H.Lawrence" <Luftmensche_nospam_remove_@yahoo_nospam_.ca> wrote in
message news:68**********************************@microsof t.com...
Hello. I am relatively new to VS.NET and have ingerited a web application built by 2 previous developers. The most recent one compiled his C# source
to a dll, the first one left her C# source as aspx.cs files. I have to debug
and enhance the appliation but am running into a couple of issues:
1. in order to analyze the C# code, I must decompile the existing dll somehow 2. I have a source tree from the last developer but he wasn't a diligent user of VSS and it is incomplete. I've tried opening the .sln file
associated with the project without luck. I get an error message "Unable to
read the project file myProject.csproj. The system cannot find the path
specified." Needless to say, i canot open the .csproj file. I think this is
because I downloaded the entire app off a remote server and must now edit
the .csproj file to reflect my environment?
Has anyone encountered these issues before and could they help me overcome them? thanks for all replies in advance. ttyl.

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: G.H.Lawrence | last post by:
Hello. I am relatively new to VS.NET and have ingerited a web application built by 2 previous developers. The most recent one compiled his C# source to a dll, the first one left her C# source as...
2
by: G.H.Lawrence | last post by:
Hello. I am relatively new to VS.NET and have ingerited a web application built by 2 previous developers. The most recent one compiled his C# source to a dll, the first one left her C# source as...
0
by: G.H.Lawrence | last post by:
Hello. I am relatively new to VS.NET and have ingerited a web application built by 2 previous developers. The most recent one compiled his C# source to a dll, the first one left her C# source as...
12
by: Wardeaux | last post by:
All, Wanting to find a way to create web pages to add to my website without having to recompile the codebehind everytime I want to add a new one... Here's the deal: I have a web app that takes...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.