Click here to Skip to main content
15,890,690 members
Home / Discussions / C#
   

C#

 
GeneralRe: Point detection Pin
ragnaroknrol25-Jan-10 2:22
ragnaroknrol25-Jan-10 2:22 
GeneralRe: Point detection Pin
harold aptroot25-Jan-10 2:38
harold aptroot25-Jan-10 2:38 
GeneralRe: Point detection Pin
Luc Pattyn25-Jan-10 2:52
sitebuilderLuc Pattyn25-Jan-10 2:52 
GeneralRe: Point detection Pin
Som Shekhar25-Jan-10 3:40
Som Shekhar25-Jan-10 3:40 
GeneralRe: Point detection Pin
Luc Pattyn25-Jan-10 3:46
sitebuilderLuc Pattyn25-Jan-10 3:46 
GeneralRe: Point detection Pin
Som Shekhar25-Jan-10 3:55
Som Shekhar25-Jan-10 3:55 
AnswerRe: Point detection Pin
Luc Pattyn25-Jan-10 7:24
sitebuilderLuc Pattyn25-Jan-10 7:24 
QuestionError in WIA Scanning IMage on IIS Project Pin
Hany Salah Abdou24-Jan-10 23:18
Hany Salah Abdou24-Jan-10 23:18 
i made web application to scan pages from scanner and worked well but when i made the project on IIS it is not work well and get me this problem

Description: An unhandled exception occurred during the execution<br/> of the current web request. Please review the stack trace<br/> for more information about the error and where it originated in the code<br/> Exception Details: System.UnauthorizedAccessException: Creating<br/> an instance of the COM component with CLSID {850D1D11-70F3-4BE5-9A11-77AA6B2BB201}<br/>from the IClassFactory failed due to the following<br/> error: 80070005. ASP.NET is not authorized to access the requested resource.<br/> Consider granting access rights to the resource to the ASP.NET request identity.<br/> ASP.NET has a base process identity </br>(typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is <br/>not impersonating. If the application is impersonating via <br/>identity impersonate="true, the identity will be the anonymous user (typically IUSR_MACHINENAME)<br/> or the authenticated request user.<br/> To grant ASP.NET access to a file, right-click the file in Explorer,<br/> choose "Properties" and select the Security tab.<br/> Click "Add" to add the </br>appropriate user or group. Highlight the ASP.NET account,<br/> and check the boxes for the desired access.Source Error:

Line 26:         int x = 0;<br />
Line 27:         <br />
Line 28:             CommonDialogClass class1 = new CommonDialogClass();<br />
Line 29:             Device d = class1.ShowSelectDevice(WiaDeviceType.UnspecifiedDeviceType, true, false);<br />
Line 30:             if (d != null) 


please any one know the Answer please reply to me quickly i need this now
AnswerRe: Error in WIA Scanning IMage on IIS Project Pin
sharmilakuppuswamy18-Jul-11 19:13
sharmilakuppuswamy18-Jul-11 19:13 
GeneralRe: Error in WIA Scanning IMage on IIS Project Pin
Member 82732918-Aug-13 22:02
Member 82732918-Aug-13 22:02 
QuestionSql Express installed using Package deployment does not provide change 'sa' password option Pin
nilam247724-Jan-10 23:03
nilam247724-Jan-10 23:03 
QuestionAccess managed C++ public enum class from C# by Dynamically loading Pin
mjvalan24-Jan-10 23:01
mjvalan24-Jan-10 23:01 
AnswerRe: Access managed C++ public enum class from C# by Dynamically loading Pin
Eslam Afifi25-Jan-10 0:41
Eslam Afifi25-Jan-10 0:41 
GeneralRe: Access managed C++ public enum class from C# by Dynamically loading Pin
Hossam™ Ahmed24-Feb-10 5:50
Hossam™ Ahmed24-Feb-10 5:50 
Questiondisplay digital waveform Pin
MA Awan24-Jan-10 22:54
MA Awan24-Jan-10 22:54 
AnswerRe: display digital waveform Pin
Pete O'Hanlon24-Jan-10 23:22
mvePete O'Hanlon24-Jan-10 23:22 
GeneralRe: display digital waveform Pin
MA Awan24-Jan-10 23:25
MA Awan24-Jan-10 23:25 
Questioncalling image Pin
jojoba201024-Jan-10 22:48
jojoba201024-Jan-10 22:48 
AnswerRe: calling image Pin
OriginalGriff24-Jan-10 23:14
mveOriginalGriff24-Jan-10 23:14 
AnswerRe: calling image Pin
sanforjackass24-Jan-10 23:14
sanforjackass24-Jan-10 23:14 
QuestionRe: calling image Pin
jojoba201024-Jan-10 23:21
jojoba201024-Jan-10 23:21 
AnswerRe: calling image Pin
sanforjackass24-Jan-10 23:31
sanforjackass24-Jan-10 23:31 
QuestionRe: calling image Pin
jojoba201024-Jan-10 23:36
jojoba201024-Jan-10 23:36 
AnswerRe: calling image Pin
sanforjackass25-Jan-10 0:29
sanforjackass25-Jan-10 0:29 
QuestionWinservice installer issue Pin
Priya Prk24-Jan-10 22:11
Priya Prk24-Jan-10 22:11 

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.