Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi guys

im using gsmcomm dll.and i created a website sending from website.

the website is based on ASP.NET . after i upload .dll's with web application to hosting , i get error.but the same website works on local.

the error link is :http://www.ebitech.net/sms/Default2.aspx[^]
what are the things should i do ?

thanks for in advance
Posted
Updated 21-Aug-12 8:51am
v2
Comments
[no name] 21-Aug-12 11:59am    
Not that you are actually going to answer for a change, but assuming that I cannot see http://www.ebitech.net/sms/Default2.aspx, how would I know what the error that you are getting is?

GSM Communication library is written in .Net. So, no issue with managed dll.

I am sure, the file (dll) is not uploaded to the bin folder in your hosting.
Have a look.

Let me know, still you find the same issue.

cheers
 
Share this answer
 
The error message is quite obvious: CS0246: The type or namespace name 'GsmComm' could not be found (are you missing a using directive or an assembly reference?). I suppose, the simplest way is to add assambly reference:
http://support.discountasp.net/KB/a97/how-do-i-add-an-assembly-reference-in-the-webconfig-file.aspx[^].
But first of all, be sure to check:
- is it really installed, can you see it in the GAC of the host?
- can it be used outside GAC, if so, is it in the right place?
- is the reference ok (version, culture, strong name...)?
- is the platform (x86, x64, anycpu) ok?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900