Change DLL Name Breaks Reference?

  • Thread starter Thread starter localhost
  • Start date Start date
L

localhost

I have a file called one.dll. I changed the name to two.dll and then
added a VS.NET 2003 project reference to two.dll. I get IntelliSense
fine, but the WinForm won't build into an .exe until I change the name
back to one.dll. Why is that? Internally they are the same
assembly....
 
Hi Steve,
From your description, I am not sure what specific problem you may have. Please answer following questions so that we could go further on this problem:
1> What is type of one.dll? A com dll or a normal api dll.
2> How did you add and reference this dll in VS.NET 2003?
3> What error you get when you build the project?

Have a great weekend!
Rhett Gong [MSFT]
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks.
 
Back
Top