Click here to Skip to main content
15,903,201 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionDateFormat Pin
Nagaraju_Focus29-Aug-06 21:11
Nagaraju_Focus29-Aug-06 21:11 
AnswerRe: DateFormat Pin
John Petersen30-Aug-06 0:40
John Petersen30-Aug-06 0:40 
AnswerRe: DateFormat Pin
Mike Dimmick30-Aug-06 1:46
Mike Dimmick30-Aug-06 1:46 
AnswerRe: DateFormat Pin
Guffa30-Aug-06 19:40
Guffa30-Aug-06 19:40 
QuestionComboBox.Items.Insert(int index, object obj) - > whats the object? Pin
saud_a_k29-Aug-06 19:24
saud_a_k29-Aug-06 19:24 
AnswerRe: ComboBox.Items.Insert(int index, object obj) - > whats the object? Pin
Nagaraju_Focus29-Aug-06 21:16
Nagaraju_Focus29-Aug-06 21:16 
QuestionRe: ComboBox.Items.Insert(int index, object obj) - > whats the object? Pin
saud_a_k29-Aug-06 21:21
saud_a_k29-Aug-06 21:21 
QuestionResource file Error Pin
Rabbit1729-Aug-06 15:42
Rabbit1729-Aug-06 15:42 
I am trying to edit a globalized resource file, by creating a new resource file and overwriting the old one. But I get an error:

<--Error-->
"An unhandled exception of type 'System.IO.IOException' occurred in mscorlib.dll

Additional information: The process cannot access the file "Resources\resource.en-US.resources" because it is being used by another process."
<--End Error-->

I understand I am using the current file, but I try to release the resources first. Here is my code: Thanks for any help!!

if(File.Exists("Resources\\resource." + langID + ".resources");)
{
rm.ReleaseAllResources();
//bombs out here after I added this delete line
File.Delete("Resources\\resource." + langID + ".resources");
}

while(File.Exists("Resources\\resource." + langID + ".resources"))
{
}

//Used to bomb out here anyway with the same error
IResourceWriter writer = new ResourceWriter("Resources\\resource." + langID + ".resources");

RABB17

"Nothing fancy needed, please just solve all our problems as quickly as possible."
QuestionWorking with TSUSEREXLib.IADsTSUserEx in .NET, need help please Pin
Jaymz66629-Aug-06 0:45
Jaymz66629-Aug-06 0:45 
Questionvisual studio .net Pin
nkjha128-Aug-06 22:25
nkjha128-Aug-06 22:25 
AnswerRe: visual studio .net Pin
coolestCoder29-Aug-06 2:05
coolestCoder29-Aug-06 2:05 
GeneralRe: visual studio .net Pin
nkjha130-Aug-06 22:54
nkjha130-Aug-06 22:54 
GeneralRe: visual studio .net Pin
coolestCoder30-Aug-06 23:03
coolestCoder30-Aug-06 23:03 
QuestionWhich Platforms supported by Dot Net ? Pin
subburaj.sabapathy28-Aug-06 21:28
subburaj.sabapathy28-Aug-06 21:28 
AnswerRe: Which Platforms supported by Dot Net ? Pin
Guffa28-Aug-06 21:59
Guffa28-Aug-06 21:59 
AnswerRe: Which Platforms supported by Dot Net ? Pin
Dave Kreskowiak29-Aug-06 2:13
mveDave Kreskowiak29-Aug-06 2:13 
QuestionProperty Grid : Assigning element of array object to SelectedObject Property Pin
mukhpreet@yahoo.com28-Aug-06 8:14
mukhpreet@yahoo.com28-Aug-06 8:14 
QuestionGet text from _WwG class Pin
priyank_ldce28-Aug-06 5:26
priyank_ldce28-Aug-06 5:26 
QuestionHow to determine .net framework version in installer Pin
code4jigar28-Aug-06 0:14
code4jigar28-Aug-06 0:14 
QuestionWriting to appsettings with file attribute writes to wrong file? [modified] Pin
John De Angelis27-Aug-06 23:16
John De Angelis27-Aug-06 23:16 
GeneralRe: Writing to appsettings with file attribute writes to wrong file? Pin
Guffa28-Aug-06 6:19
Guffa28-Aug-06 6:19 
GeneralRe: Writing to appsettings with file attribute writes to wrong file? Pin
John De Angelis28-Aug-06 11:07
John De Angelis28-Aug-06 11:07 
Questionhow can i view HTML content in .NET Compact Framework Pin
Your Code26-Aug-06 22:04
Your Code26-Aug-06 22:04 
QuestionAltering a special directory dynamic property - VS2003 Pin
moitani25-Aug-06 0:57
moitani25-Aug-06 0:57 
Question64 bit application Pin
psamy25-Aug-06 0:07
psamy25-Aug-06 0:07 

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.