You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project that references NetFwTypeLib COM reference.
When I try to build the project, AspectInjector failes with the following error:
"Reference not found: 'obj\Debug\Interop.NetFwTypeLib.dll'. Please submit an issue to https://github.com/pamidur/aspect-injector"
The dll exists in obj\Debug folder. If I will remove the reference, the project will be built successfully.
I've also tried to reference another COM libraries like Accessibility and NetCon1.0 Type Library, and they give the same result
The text was updated successfully, but these errors were encountered:
I have a project that references NetFwTypeLib COM reference.
When I try to build the project, AspectInjector failes with the following error:
"Reference not found: 'obj\Debug\Interop.NetFwTypeLib.dll'. Please submit an issue to https://github.com/pamidur/aspect-injector"
The dll exists in obj\Debug folder. If I will remove the reference, the project will be built successfully.
I've also tried to reference another COM libraries like Accessibility and NetCon1.0 Type Library, and they give the same result
The text was updated successfully, but these errors were encountered: