13
Answers

DLL Error

saifullah khan

saifullah khan

13y
1.5k
1
I have a .dll file and i have used its name space in c# console app as using forexfeed.net;

Then i used a class feedapi fxfeed=new feedapi(); it worked
But when i used the same .dll file in a asp.net web app add the same name space and the same class to create object it gives me the following error.

The type name 'net' does not exist in the type 'forexfeed'
and feedapi(type or name space could not be found).

Can u please tell me what is missing?

The forexfeed.dll file is attached to my post.
Answers (13)
0
Crish

Crish

NA 3.7k 76.4k 14y
hi

have you uploaded your web application on webserver or in local ?

If you have uploaded it on webserver then you must be give live Ms-SQL credentials in your web config for database connection.

"Database=databsename;Server=01.01.111.222;User=testuser;Pwd=password;"


Don't forget to Mark Do you like this Answer  that solved your problem!