I am trying to access the webservice methods hosted on my machine. I added the reference using "Add Web Refernce". When i try to create the object of the service but visual studio dont let me do so.....here`s the settings in he web.config
<applicationSettings>
    <Refernce.Properties.Settings>
        <setting name="Refernce_Hippa_HipaaService" serializeAs="String">
            <value>http://localhost/MDHipaaWS/HipaaService.asmx</value>
        </setting>
    </Refernce.Properties.Settings>
</applicationSettings>
i have imported the refernce in code behind but it still don`t let me create the object..
 
     
     
    