Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
AnswerRe: System.AccessViolationException When Calling Dll Function Again Pin
Bernhard Hiller13-Jul-16 21:42
Bernhard Hiller13-Jul-16 21:42 
AnswerRe: [SOLVED] System.AccessViolationException When Calling Dll Function Again Pin
Member 132605384-Nov-19 16:38
Member 132605384-Nov-19 16:38 
GeneralRe: [SOLVED] System.AccessViolationException When Calling Dll Function Again Pin
Django_Untaken11-Nov-19 20:49
Django_Untaken11-Nov-19 20:49 
AnswerRe: [SOLVED] System.AccessViolationException When Calling Dll Function Again Pin
Member 162142615-Apr-20 0:28
Member 162142615-Apr-20 0:28 
Questionthe action cannot be completed because the file is open in w3wp.exe Pin
Rocky Nandu12-Jul-16 21:05
Rocky Nandu12-Jul-16 21:05 
AnswerRe: the action cannot be completed because the file is open in w3wp.exe Pin
OriginalGriff12-Jul-16 21:30
mveOriginalGriff12-Jul-16 21:30 
AnswerRe: the action cannot be completed because the file is open in w3wp.exe Pin
Pete O'Hanlon12-Jul-16 22:49
mvePete O'Hanlon12-Jul-16 22:49 
AnswerRe: the action cannot be completed because the file is open in w3wp.exe Pin
F-ES Sitecore12-Jul-16 23:40
professionalF-ES Sitecore12-Jul-16 23:40 
The most common cause of this is that you have created the image yourself using an Image or Bitmap class, saved the image but not disposed the Image or Bitmap class;

myImg.Save(path);
myImg.Dispose(); // <-- need this
GeneralRe: the action cannot be completed because the file is open in w3wp.exe Pin
Rocky Nandu29-Jul-16 1:48
Rocky Nandu29-Jul-16 1:48 
QuestionHow To Wire Up This Event Pin
Kevin Marois12-Jul-16 14:42
professionalKevin Marois12-Jul-16 14:42 
AnswerRe: How To Wire Up This Event Pin
Super Lloyd12-Jul-16 16:43
Super Lloyd12-Jul-16 16:43 
GeneralRe: How To Wire Up This Event Pin
Kevin Marois13-Jul-16 6:14
professionalKevin Marois13-Jul-16 6:14 
GeneralRe: How To Wire Up This Event Pin
Super Lloyd13-Jul-16 7:07
Super Lloyd13-Jul-16 7:07 
GeneralRe: How To Wire Up This Event Pin
Kevin Marois13-Jul-16 7:10
professionalKevin Marois13-Jul-16 7:10 
GeneralRe: How To Wire Up This Event Pin
Super Lloyd13-Jul-16 13:12
Super Lloyd13-Jul-16 13:12 
Questionapp.Exe.Config Location for Windows 7 & 10 Pin
Chuck Salerno12-Jul-16 13:54
Chuck Salerno12-Jul-16 13:54 
AnswerRe: app.Exe.Config Location for Windows 7 & 10 Pin
Garth J Lancaster12-Jul-16 16:01
professionalGarth J Lancaster12-Jul-16 16:01 
AnswerRe: app.Exe.Config Location for Windows 7 & 10 Pin
Dave Kreskowiak12-Jul-16 16:25
mveDave Kreskowiak12-Jul-16 16:25 
GeneralRe: app.Exe.Config Location for Windows 7 & 10 Pin
Chuck Salerno14-Jul-16 3:43
Chuck Salerno14-Jul-16 3:43 
GeneralRe: app.Exe.Config Location for Windows 7 & 10 Pin
Dave Kreskowiak14-Jul-16 3:56
mveDave Kreskowiak14-Jul-16 3:56 
QuestionHow can I get the index of immediate before special characters of a word in c# Pin
rohit kakria12-Jul-16 7:04
rohit kakria12-Jul-16 7:04 
AnswerRe: How can I get the index of immediate before special characters of a word in c# Pin
Richard Deeming12-Jul-16 7:13
mveRichard Deeming12-Jul-16 7:13 
GeneralRe: How can I get the index of immediate before special characters of a word in c# Pin
rohit kakria12-Jul-16 20:56
rohit kakria12-Jul-16 20:56 
GeneralRe: How can I get the index of immediate before special characters of a word in c# Pin
Richard MacCutchan12-Jul-16 21:23
mveRichard MacCutchan12-Jul-16 21:23 
Questionneed to recover password from this code Pin
Member 1155787712-Jul-16 4:27
Member 1155787712-Jul-16 4:27 

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.