Interop and source control.

Tech-Archive recommends: Fix windows errors by optimizing your registry



Ok, I have written my COM dll and added the binary to my c# project
and added it as a reference. And checked it into our Team Foundation
Server.

This breaks the build for the other developers until they
1. Regsvr32 my COM dll as an administrator and
2. Remove and add again the dll as a reference.

The automated build also breaks and everyone gets notified that my
changeset breaks the build.

How can I change my project and / or solution so that other developers
(and the automated build) can simply check the project out and compile
without errors?

Thanks

Oolis
.



Relevant Pages

  • VB FAQs (Interview Questions) lot lot
    ... Consider two objects, A and B. A holds a reference to B, ... Why do so many example programs not use the DLL name ... Private Declare Function SendMessage Lib "user32" ... Private Const BUFFER_LENGTH As Long = 255 ...
    (microsoft.public.dotnet.languages.vb)
  • Error: The dependency in cannot be copied...(references in vs.net2
    ... Within my group of developers we have a list of library components we develop ... solutions/projects reference these "released" .dll's. ... These assemblies are ... application has the most recent .dll. ...
    (microsoft.public.dotnet.general)
  • Error: The dependency in cannot be copied... (Managing References)
    ... Within my group of developers we have a list of library components we develop ... solutions/projects reference these "released" .dll's. ... The dependency in 'PROJECT NAME' cannot be copied to the run ... application has the most recent .dll. ...
    (microsoft.public.vsnet.ide)
  • Re: Sharing Code
    ... What I found would happen is that when the device dll was built visual ... In the desktop project when you add a reference to the dll, ... > projects, one smart device and one desktop, but they're in the same ... > The 2 form projects have references to this class library projects. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Namespaces - broad question
    ... Reference the Class Library in your Page, ... > aspx pages that I know I want utilize a specific function within, ... > have the same codebehind page), how can I reference this function. ... >> A .Net assembly is a compiled DLL. ...
    (microsoft.public.dotnet.framework.aspnet)