I am having problems with my C# project. The project was built using VS.net
(original release with service pack 1). The project includes windows forms
and a DLL (dot.net)
After getting the application working, everything compiled and was
troubleshooted. Ready for delivery, the owner decided to change the Name of
the application and DLL.
After discussing this with another developer, we decided that the namespace
in the application needed to be changed as well.
I have changed Namespace name to the new name, DLL was renamed, and the
application was compiled several times. With clean compiles.
However, when I execute the code (in IDE or direct) the code errors out when
it attempts to access any of the DLL classes.
I have checked the references, pathing, compiling. All the possible errors
I could think of and all point to the New DLL name and Correct Namespace. I
have even checked for namespace misspellings. All have the same spelling.
Example Error Message:
" Could not load type Questionnaire.C onfiguration from assembly
Questionnaire, Version=1.0.135 6.17027, Culture=neutral ,PublicKeyToken =null,
Questionnaire"
Please Help.
(original release with service pack 1). The project includes windows forms
and a DLL (dot.net)
After getting the application working, everything compiled and was
troubleshooted. Ready for delivery, the owner decided to change the Name of
the application and DLL.
After discussing this with another developer, we decided that the namespace
in the application needed to be changed as well.
I have changed Namespace name to the new name, DLL was renamed, and the
application was compiled several times. With clean compiles.
However, when I execute the code (in IDE or direct) the code errors out when
it attempts to access any of the DLL classes.
I have checked the references, pathing, compiling. All the possible errors
I could think of and all point to the New DLL name and Correct Namespace. I
have even checked for namespace misspellings. All have the same spelling.
Example Error Message:
" Could not load type Questionnaire.C onfiguration from assembly
Questionnaire, Version=1.0.135 6.17027, Culture=neutral ,PublicKeyToken =null,
Questionnaire"
Please Help.
Comment