
Signature
Ignacio Machin
http://www.laceupsolutions.com
Mobile & warehouse Solutions.
Not to be picky, but I have already tried that...
> According to the docs VS does this when it can not find the source. I
> don't quite understand this because I am opening the SAME solutions that
[quoted text clipped - 3 lines]
> reference, but I still won't find it. Even if I have the source file open
> in another tab.
Initially I created the DLL as a stand alone solution.
Next I created a new Windows Form solution. I added a reference to the
DLL (Add Reference>Browse and double click on the actual dll). I got
this from an example...
I added a using MyDllNamespace statement and created some instances of a
couple of the classes in the dll.
Compiled and ran, all OK, and I could just right click and "go to
definition" and it would take me to the actual source in the dll
project.
After install of the full version, I open the SAME Windows Form solution
that was previously created and the "go to definition" gives me
metadata.
I tried to Add Existing Project to the solution and add the dll project,
but it did not fix the metadata problem.
I am new to VS (but not programming). What am I missing?
If it matters it is VS2005 pro...
"Ignacio Machin \( .NET/ C# MVP \)" <machin TA laceupsolutions.com>
wrote in news:e3dVZu9FIHA.5752@TK2MSFTNGP02.phx.gbl:
> Hi,
>
[quoted text clipped - 3 lines]
> You can include the other's prject in your solution and it will work
> as expected.
Christof Nordiek - 26 Oct 2007 16:03 GMT
> Initially I created the DLL as a stand alone solution.
>
> Next I created a new Windows Form solution. I added a reference to the
> DLL (Add Reference>Browse and double click on the actual dll). I got
> this from an example...
<snip>
> Compiled and ran, all OK, and I could just right click and "go to
> definition" and it would take me to the actual source in the dll
> project.
I'm not sure, why this works. I wouldn't expect this.
> After install of the full version, I open the SAME Windows Form solution
> that was previously created and the "go to definition" gives me
> metadata.
>
> I tried to Add Existing Project to the solution and add the dll project,
> but it did not fix the metadata problem.
I suppose you still linking to the dll instead of the project.
Remove the reference, and then choose add reference and select the dll
project from the projects tab. That should work.
HTH
Christof
Fred Hebert - 26 Oct 2007 17:05 GMT
BINGO!
Thanks.
Sometimes it's the little things...
I am not sure why the other worked either. The eval version did have
some other stuff like team source and other things. The version I
bought was the Professional, not the enterprise...
I am just glad I have a solution, because I use that al lot.
I am developing/comverting a large app with 17 variants and putting the
common code in the dll. So I am sort of building both projects in
parallel and go back and forth a lot.
Thanks.
"Christof Nordiek" <cn@nospam.de> wrote in news:ulfqwF#FIHA.4956
@TK2MSFTNGP06.phx.gbl:
>> Initially I created the DLL as a stand alone solution.
>>
[quoted text clipped - 24 lines]
> HTH
> Christof