Click here to Skip to main content
15,916,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSerial ports in vb.net 1.1 asp.net Pin
amaneet25-Sep-06 4:42
amaneet25-Sep-06 4:42 
QuestionSingleton Classes Pin
robert11025-Sep-06 4:14
robert11025-Sep-06 4:14 
AnswerRe: Singleton Classes Pin
CWIZO25-Sep-06 4:24
CWIZO25-Sep-06 4:24 
GeneralRe: Singleton Classes Pin
robert11025-Sep-06 4:28
robert11025-Sep-06 4:28 
AnswerRe: Singleton Classes Pin
CWIZO25-Sep-06 4:36
CWIZO25-Sep-06 4:36 
GeneralRe: Singleton Classes Pin
eggsovereasy25-Sep-06 9:11
eggsovereasy25-Sep-06 9:11 
QuestionSmartNav.htm Pin
DanB198325-Sep-06 4:07
DanB198325-Sep-06 4:07 
QuestionProblem deploying a web service Pin
RossWinds25-Sep-06 3:50
RossWinds25-Sep-06 3:50 
I developed a web service on my local workstation in ASP.NET that inserts data into an accounting package (Visual Studio 2005). It uses an API provided by the vendor. I installed the accounting software on my machine and was able to successfully build the web service. Creating the reference to the Accounting software did create 2 interop references.

Now comes the problem Frown | :(

I have to deploy this to a production machine. The accounting software is deployed on this machine as well, but the person that installed it deployed it using a UNC name instead of installing it to a fixed location (ie its installed to \\Fileserver\ACCPAC instead of c:\ACCPAC) - because this app will be shared by multiple users.

My webservice deploys OK, but cannot find and initialize the class it needs to do the work. I keep getting the following error:

*********
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

StackTrace: at AccpacCOMAPI.AccpacSessionClass.Init(String ObjectHandle, String AppID, String ProgramName, String AppVersion)
*************
I have picked the process apart and the only thing I find different is that the DLLs are registered differently, mine to C:\ACCPAC, and the production servers to \\Filerserver\ACCPAC

Has anyone run into this problem. I am stumped and out of ideas.... Confused | :confused:

Thanks in advance for any assistance
Questionhow t o convert byte to float Pin
sunita ramesh25-Sep-06 2:37
sunita ramesh25-Sep-06 2:37 
QuestionProblem with datagrid fixed column Pin
Kanjinghat25-Sep-06 2:35
Kanjinghat25-Sep-06 2:35 
AnswerRe: Problem with datagrid fixed column Pin
leckey25-Sep-06 15:54
leckey25-Sep-06 15:54 
GeneralRe: Problem with datagrid fixed column Pin
Kanjinghat25-Sep-06 20:25
Kanjinghat25-Sep-06 20:25 
AnswerRe: Problem with datagrid fixed column Pin
Khawar Abbas125-Sep-06 17:41
Khawar Abbas125-Sep-06 17:41 
GeneralRe: Problem with datagrid fixed column Pin
Kanjinghat25-Sep-06 20:28
Kanjinghat25-Sep-06 20:28 
AnswerRe: Problem with datagrid fixed column Pin
Kanjinghat25-Sep-06 21:50
Kanjinghat25-Sep-06 21:50 
Questionget the difference between two dates Pin
abdelhameed8125-Sep-06 1:51
abdelhameed8125-Sep-06 1:51 
AnswerRe: get the difference between two dates Pin
M LN Rao25-Sep-06 2:15
M LN Rao25-Sep-06 2:15 
AnswerRe: get the difference between two dates Pin
Guffa25-Sep-06 2:17
Guffa25-Sep-06 2:17 
AnswerRe: get the difference between two dates Pin
Meax25-Sep-06 2:18
Meax25-Sep-06 2:18 
AnswerRe: get the difference between two dates Pin
parveen_banuk25-Sep-06 2:59
parveen_banuk25-Sep-06 2:59 
QuestionHelp on ErrSub: Pin
Dayekh25-Sep-06 1:46
Dayekh25-Sep-06 1:46 
Questionhow to add javascript to webapplication and how to use it Pin
ashraf hakiem25-Sep-06 1:40
ashraf hakiem25-Sep-06 1:40 
AnswerRe: how to add javascript to webapplication and how to use it Pin
Jakob Farian Krarup25-Sep-06 1:47
Jakob Farian Krarup25-Sep-06 1:47 
AnswerRe: how to add javascript to webapplication and how to use it Pin
parveen_banuk25-Sep-06 3:05
parveen_banuk25-Sep-06 3:05 
AnswerRe: how to add javascript to webapplication and how to use it Pin
Meax25-Sep-06 4:52
Meax25-Sep-06 4:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.