Link to home
Start Free TrialLog in
Avatar of mattegol
mattegolFlag for Sweden

asked on

How to access App_WebReferences

Hi all,

I'm not able to use my files in the App_WebReferences folder in my project. They cant be found when I try to access them.

I have no problem access the classes in App_Code folder.

I'm  working with VB on this project, on another project where I have used C#, it works with no problem...
ASKER CERTIFIED SOLUTION
Avatar of John Claes
John Claes
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mattegol

ASKER

When I try to call Account()

Dim test As New testPV.Account()

The error is:

Type "testPV.Account" is not defined

Here is the one working  and the one not working


  User generated image

webReference.png
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The one with the text bad in top right of the image
SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
@CodeCruiser

I've tried that :)

But also to add web reference the right way.... I get this error: User generated image
I have full control on the folder(s) so I dont know why I cant access it.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I made the reference from an external url instead, and it worked better.
I award you for your efforts, thanks.