473,386 Members | 1,733 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,386 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 2523
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

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.