Click here to Skip to main content
15,908,166 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Image to PDF Pin
Christian Graus4-Oct-07 11:40
protectorChristian Graus4-Oct-07 11:40 
GeneralRe: Image to PDF Pin
armandolaser4-Oct-07 11:49
armandolaser4-Oct-07 11:49 
GeneralRe: Image to PDF Pin
Christian Graus4-Oct-07 12:13
protectorChristian Graus4-Oct-07 12:13 
GeneralRe: Image to PDF Pin
armandolaser4-Oct-07 12:23
armandolaser4-Oct-07 12:23 
QuestionDifference betn Passthrough and Transform Mode of Literal in ASP.Net2.0 Pin
Sivan.G4-Oct-07 3:30
Sivan.G4-Oct-07 3:30 
AnswerRe: Difference betn Passthrough and Transform Mode of Literal in ASP.Net2.0 Pin
Guffa4-Oct-07 6:05
Guffa4-Oct-07 6:05 
QuestionFormview template controls not accessible? Pin
Richard Jones4-Oct-07 3:08
Richard Jones4-Oct-07 3:08 
QuestionHow to Use COM Dll in ASP.Net? Pin
swamy Narasimha4-Oct-07 3:04
swamy Narasimha4-Oct-07 3:04 
Hi I have one COM Dll which needs to be used in my ASP Page. But it is giving Error like this:

Retrieving the COM class factory for component with CLSID {60527433-1464-42EF-A657-3ACE4390AF84} failed due to the following error: 80070005.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {60527433-1464-42EF-A657-3ACE4390AF84} failed due to the following error: 80070005.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true">, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error:


Line 20: protected void Page_Load(object sender, EventArgs e)
Line 21: {
Line 22: objLICGen = new EsdLICGenLib.EsdLicenseGeneratorClass();Line 23:
Line 24: string strCon = ConfigurationSettings.AppSettings["strConnection"];


Source File: c:\Inetpub\wwwroot\ProductRegistration\frmProductRegistration.aspx.cs Line: 22

Can you Help me how to solve this Problem??


Thanks
..swamy
AnswerRe: How to Use COM Dll in ASP.Net? Pin
Christian Graus4-Oct-07 10:54
protectorChristian Graus4-Oct-07 10:54 
GeneralRe: How to Use COM Dll in ASP.Net? Pin
swamy Narasimha5-Oct-07 21:06
swamy Narasimha5-Oct-07 21:06 
QuestionSubtracting date value from Current date time Pin
Malayil alex4-Oct-07 3:01
Malayil alex4-Oct-07 3:01 
AnswerRe: Subtracting date value from Current date time Pin
talasila804-Oct-07 3:27
talasila804-Oct-07 3:27 
GeneralRe: Subtracting date value from Current date time Pin
Malayil alex4-Oct-07 21:32
Malayil alex4-Oct-07 21:32 
QuestionImport web part Pin
samerh4-Oct-07 2:48
samerh4-Oct-07 2:48 
QuestionAlignment problem in crystal viewer... with asp.net Pin
Hemant Thaker4-Oct-07 2:44
Hemant Thaker4-Oct-07 2:44 
QuestionHow to implement Blog Pin
rahul.net114-Oct-07 2:43
rahul.net114-Oct-07 2:43 
AnswerRe: How to implement Blog Pin
Paras Kaneriya4-Oct-07 2:49
Paras Kaneriya4-Oct-07 2:49 
AnswerRe: How to implement Blog Pin
N a v a n e e t h4-Oct-07 2:50
N a v a n e e t h4-Oct-07 2:50 
QuestionProblem in Javascript Pin
M_Menon4-Oct-07 2:38
M_Menon4-Oct-07 2:38 
AnswerRe: Problem in Javascript Pin
Paras Kaneriya4-Oct-07 2:48
Paras Kaneriya4-Oct-07 2:48 
GeneralRe: Problem in Javascript Pin
M_Menon4-Oct-07 2:57
M_Menon4-Oct-07 2:57 
QuestionDefault Browser Pin
Rahul Babu4-Oct-07 2:18
Rahul Babu4-Oct-07 2:18 
AnswerRe: Default Browser Pin
N a v a n e e t h4-Oct-07 2:22
N a v a n e e t h4-Oct-07 2:22 
GeneralRe: Default Browser Pin
Rahul Babu4-Oct-07 2:28
Rahul Babu4-Oct-07 2:28 
GeneralRe: Default Browser Pin
N a v a n e e t h4-Oct-07 2:31
N a v a n e e t h4-Oct-07 2:31 

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.