473,394 Members | 1,567 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Localization toolkit

I'm having the sam problem as described below with the Localization
toolkit. Does anyone know if there is a solution to this problem.

--->When attempting to generate resource dlls with
--->LocalizationManagement.exe, I get an exception:
--->Unable to generate loose file resources


Gordon


Error as above.

Does anyone know how to fix it?
Searched NG for that problem and this is what I found:

================================================== =
Q (July 17, 2003):
When attempting to generate resource dlls with
LocalizationManagement.exe, I get an exception:
Unable to generate loose file resources

A (July 21, 2003):

I'm looking for someone who can assist you. Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

==================================================

How long can it take to find someone who knows the answer?
I'm desperate.
MH
Message 2 in thread
From: Todd Abel [MSFT] (to******@online.microsoft.com)
Subject: RE: Unable to generate loose file resources, Localization
Toolkit
View this article only
Newsgroups: microsoft.public.dotnet.framework
Date: 2003-09-29 18:48:08 PST
The source code for the management application was not release as part
of the toolkit. As stated in the article the toolkit is unsupported,
although there is a email that you can send feedback to
(en******@microsoft.com) and questions are often answered.

Todd.

--------------------
From: "Marius Horak" <so*****@europe.eu>
Subject: Unable to generate loose file resources, Localization ToolkitDate: Mon, 22 Sep 2003 16:17:14 +0100
Lines: 30
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <uf**************@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework
NNTP-Posting-Host: 213.52.140.99
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:54392
X-Tomcat-NG: microsoft.public.dotnet.framework

Error as above.

Does anyone know how to fix it?
Searched NG for that problem and this is what I found:

================================================= ==
Q (July 17, 2003):
When attempting to generate resource dlls with
LocalizationManagement.exe, I get an exception:
Unable to generate loose file resources

A (July 21, 2003):

I'm looking for someone who can assist you. Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

================================================= =

How long can it take to find someone who knows the answer?
I'm desperate.
MH

Nov 18 '05 #1
6 1965
Hi,
I had the same problem as you, but after some testing, I finally found
the what caused this error for me.

1. I needed to add the framework-location into the path-environment
variable. I thought it was there, but it obviously was not.
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 on my computer)

2. One must type the filename into the Neutral Language File-textbox
*exactly* the same way as the application name in the Localization
Toolkit. That is, I had written all in lowercase, where as the
application name was mixed mode.

...and voilà! It all ran smoothly!

Good luck!
Marius

gj******@accesswave.ca (Rental) wrote in message news:<a9**************************@posting.google. com>...
I'm having the sam problem as described below with the Localization
toolkit. Does anyone know if there is a solution to this problem.

--->When attempting to generate resource dlls with
--->LocalizationManagement.exe, I get an exception:
--->Unable to generate loose file resources


Gordon


Error as above.

Does anyone know how to fix it?
Searched NG for that problem and this is what I found:

================================================== =
Q (July 17, 2003):
When attempting to generate resource dlls with
LocalizationManagement.exe, I get an exception:
Unable to generate loose file resources

A (July 21, 2003):

I'm looking for someone who can assist you. Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

==================================================

How long can it take to find someone who knows the answer?
I'm desperate.
MH
Message 2 in thread
From: Todd Abel [MSFT] (to******@online.microsoft.com)
Subject: RE: Unable to generate loose file resources, Localization
Toolkit
View this article only
Newsgroups: microsoft.public.dotnet.framework
Date: 2003-09-29 18:48:08 PST
The source code for the management application was not release as part
of the toolkit. As stated in the article the toolkit is unsupported,
although there is a email that you can send feedback to
(en******@microsoft.com) and questions are often answered.

Todd.

--------------------
From: "Marius Horak" <so*****@europe.eu>
Subject: Unable to generate loose file resources, Localization

Toolkit
Date: Mon, 22 Sep 2003 16:17:14 +0100
Lines: 30
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <uf**************@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework
NNTP-Posting-Host: 213.52.140.99
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:54392
X-Tomcat-NG: microsoft.public.dotnet.framework

Error as above.

Does anyone know how to fix it?
Searched NG for that problem and this is what I found:

================================================= ==
Q (July 17, 2003):
When attempting to generate resource dlls with
LocalizationManagement.exe, I get an exception:
Unable to generate loose file resources

A (July 21, 2003):

I'm looking for someone who can assist you. Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

================================================= =

How long can it take to find someone who knows the answer?
I'm desperate.
MH

Nov 18 '05 #2
Hi Marius.
Thanks alot for your help. If you were here in Halifax, I would buy
you a beer to thank you.

Cheers,
Gordon
ha****@stud.ntnu.no (marius) wrote in message news:<c5**************************@posting.google. com>...
Hi,
I had the same problem as you, but after some testing, I finally found
the what caused this error for me.

1. I needed to add the framework-location into the path-environment
variable. I thought it was there, but it obviously was not.
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 on my computer)

2. One must type the filename into the Neutral Language File-textbox
*exactly* the same way as the application name in the Localization
Toolkit. That is, I had written all in lowercase, where as the
application name was mixed mode.

..and voilà! It all ran smoothly!

Good luck!
Marius

gj******@accesswave.ca (Rental) wrote in message news:<a9**************************@posting.google. com>...
I'm having the sam problem as described below with the Localization
toolkit. Does anyone know if there is a solution to this problem.

--->When attempting to generate resource dlls with
--->LocalizationManagement.exe, I get an exception:
--->Unable to generate loose file resources


Gordon


Error as above.

Does anyone know how to fix it?
Searched NG for that problem and this is what I found:

================================================== =
Q (July 17, 2003):
When attempting to generate resource dlls with
LocalizationManagement.exe, I get an exception:
Unable to generate loose file resources

A (July 21, 2003):

I'm looking for someone who can assist you. Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

==================================================

How long can it take to find someone who knows the answer?
I'm desperate.
MH
Message 2 in thread
From: Todd Abel [MSFT] (to******@online.microsoft.com)
Subject: RE: Unable to generate loose file resources, Localization
Toolkit
View this article only
Newsgroups: microsoft.public.dotnet.framework
Date: 2003-09-29 18:48:08 PST
The source code for the management application was not release as part
of the toolkit. As stated in the article the toolkit is unsupported,
although there is a email that you can send feedback to
(en******@microsoft.com) and questions are often answered.

Todd.

--------------------
From: "Marius Horak" <so*****@europe.eu>
Subject: Unable to generate loose file resources, Localization ToolkitDate: Mon, 22 Sep 2003 16:17:14 +0100
Lines: 30
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <uf**************@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework
NNTP-Posting-Host: 213.52.140.99
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:54392
X-Tomcat-NG: microsoft.public.dotnet.framework

Error as above.

Does anyone know how to fix it?
Searched NG for that problem and this is what I found:

================================================= ==
Q (July 17, 2003):
When attempting to generate resource dlls with
LocalizationManagement.exe, I get an exception:
Unable to generate loose file resources

A (July 21, 2003):

I'm looking for someone who can assist you. Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

================================================= =

How long can it take to find someone who knows the answer?
I'm desperate.
MH

Nov 18 '05 #3
Hi Marius.
Thanks alot for your help. If you were here in Halifax, I would buy
you a beer to thank you.

Cheers,
Gordon
ha****@stud.ntnu.no (marius) wrote in message news:<c5**************************@posting.google. com>...
Hi,
I had the same problem as you, but after some testing, I finally found
the what caused this error for me.

1. I needed to add the framework-location into the path-environment
variable. I thought it was there, but it obviously was not.
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 on my computer)

2. One must type the filename into the Neutral Language File-textbox
*exactly* the same way as the application name in the Localization
Toolkit. That is, I had written all in lowercase, where as the
application name was mixed mode.

..and voilà! It all ran smoothly!

Good luck!
Marius

gj******@accesswave.ca (Rental) wrote in message news:<a9**************************@posting.google. com>...
I'm having the sam problem as described below with the Localization
toolkit. Does anyone know if there is a solution to this problem.

--->When attempting to generate resource dlls with
--->LocalizationManagement.exe, I get an exception:
--->Unable to generate loose file resources


Gordon


Error as above.

Does anyone know how to fix it?
Searched NG for that problem and this is what I found:

================================================== =
Q (July 17, 2003):
When attempting to generate resource dlls with
LocalizationManagement.exe, I get an exception:
Unable to generate loose file resources

A (July 21, 2003):

I'm looking for someone who can assist you. Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

==================================================

How long can it take to find someone who knows the answer?
I'm desperate.
MH
Message 2 in thread
From: Todd Abel [MSFT] (to******@online.microsoft.com)
Subject: RE: Unable to generate loose file resources, Localization
Toolkit
View this article only
Newsgroups: microsoft.public.dotnet.framework
Date: 2003-09-29 18:48:08 PST
The source code for the management application was not release as part
of the toolkit. As stated in the article the toolkit is unsupported,
although there is a email that you can send feedback to
(en******@microsoft.com) and questions are often answered.

Todd.

--------------------
From: "Marius Horak" <so*****@europe.eu>
Subject: Unable to generate loose file resources, Localization ToolkitDate: Mon, 22 Sep 2003 16:17:14 +0100
Lines: 30
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <uf**************@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework
NNTP-Posting-Host: 213.52.140.99
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:54392
X-Tomcat-NG: microsoft.public.dotnet.framework

Error as above.

Does anyone know how to fix it?
Searched NG for that problem and this is what I found:

================================================= ==
Q (July 17, 2003):
When attempting to generate resource dlls with
LocalizationManagement.exe, I get an exception:
Unable to generate loose file resources

A (July 21, 2003):

I'm looking for someone who can assist you. Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

================================================= =

How long can it take to find someone who knows the answer?
I'm desperate.
MH

Nov 18 '05 #4
Hi Gordon,
Just happy to help!

Perhaps you can help me as well.
I've run into some problems using the localization toolkit.
When I try to inherit from it in the aspx-pages, either by:
Inherits="Microsoft.Toolkits.EnterpriseLocalizatio n.LocalizedPage" in
the @page-directive, or by:
public class LocTest1 :
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage
in the codebehind, I just the familiar error:
"Object reference not set to an instance of an object"
in the Microsoft.Toolkits.EnterpriseLocalization.Settings-class (see
below).
Any ideas?

Rgds
Marius

Error:
NullReferenceException: Object reference not set to an instance of an
object.]
Microsoft.Toolkits.EnterpriseLocalization.Settings .get_CurrentManager()
+222
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.ProcessControl(Control
c, ArrayList affectedControls, Boolean includeChildren) +28
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.IterateControls(ControlCollection
controls, ArrayList affectedControls) +35
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.ProcessControl(Control
c, ArrayList affectedControls, Boolean includeChildren) +110
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.IterateControls(ControlCollection
controls, ArrayList affectedControls) +35
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.OnPreRender(EventArgs
evt) +158
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Page.ProcessRequestMain() +1489

gj******@accesswave.ca (Rental) wrote in message news:<a9**************************@posting.google. com>...
Hi Marius.
Thanks alot for your help. If you were here in Halifax, I would buy
you a beer to thank you.

Cheers,
Gordon
ha****@stud.ntnu.no (marius) wrote in message news:<c5**************************@posting.google. com>...
Hi,
I had the same problem as you, but after some testing, I finally found
the what caused this error for me.

1. I needed to add the framework-location into the path-environment
variable. I thought it was there, but it obviously was not.
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 on my computer)

2. One must type the filename into the Neutral Language File-textbox
*exactly* the same way as the application name in the Localization
Toolkit. That is, I had written all in lowercase, where as the
application name was mixed mode.

..and voilà! It all ran smoothly!

Good luck!
Marius

gj******@accesswave.ca (Rental) wrote in message news:<a9**************************@posting.google. com>...
I'm having the sam problem as described below with the Localization
toolkit. Does anyone know if there is a solution to this problem.

--->When attempting to generate resource dlls with
--->LocalizationManagement.exe, I get an exception:
--->Unable to generate loose file resources


Gordon


Error as above.

Does anyone know how to fix it?
Searched NG for that problem and this is what I found:

================================================== =
Q (July 17, 2003):
When attempting to generate resource dlls with
LocalizationManagement.exe, I get an exception:
Unable to generate loose file resources

A (July 21, 2003):

I'm looking for someone who can assist you. Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

==================================================

How long can it take to find someone who knows the answer?
I'm desperate.
MH
Message 2 in thread
From: Todd Abel [MSFT] (to******@online.microsoft.com)
Subject: RE: Unable to generate loose file resources, Localization
Toolkit
View this article only
Newsgroups: microsoft.public.dotnet.framework
Date: 2003-09-29 18:48:08 PST
The source code for the management application was not release as part
of the toolkit. As stated in the article the toolkit is unsupported,
although there is a email that you can send feedback to
(en******@microsoft.com) and questions are often answered.

Todd.

--------------------
>From: "Marius Horak" <so*****@europe.eu>
>Subject: Unable to generate loose file resources, Localization Toolkit >Date: Mon, 22 Sep 2003 16:17:14 +0100
>Lines: 30
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
>Message-ID: <uf**************@TK2MSFTNGP11.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework
>NNTP-Posting-Host: 213.52.140.99
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:54392
>X-Tomcat-NG: microsoft.public.dotnet.framework
>
>Error as above.
>
>Does anyone know how to fix it?
>
>
>Searched NG for that problem and this is what I found:
>
>================================================= ==
>Q (July 17, 2003):
>When attempting to generate resource dlls with
>LocalizationManagement.exe, I get an exception:
>Unable to generate loose file resources
>
>A (July 21, 2003):
>
>I'm looking for someone who can assist you. Thanks.
>
>Best regards,
>Yanhong Huang
>Microsoft Online Partner Support
>
>================================================= =
>
>How long can it take to find someone who knows the answer?
>I'm desperate.
>
>
>MH
>
>
>

Nov 18 '05 #5
Hi Marius.
Could you possibly send or post some of the code if you are still
having the problem you mentioned in your previous post. This would
make it easier for me to determine what the problem might be.

Gordon

ha****@stud.ntnu.no (marius) wrote in message news:<c5**************************@posting.google. com>...
Hi Gordon,
Just happy to help!

Perhaps you can help me as well.
I've run into some problems using the localization toolkit.
When I try to inherit from it in the aspx-pages, either by:
Inherits="Microsoft.Toolkits.EnterpriseLocalizatio n.LocalizedPage" in
the @page-directive, or by:
public class LocTest1 :
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage
in the codebehind, I just the familiar error:
"Object reference not set to an instance of an object"
in the Microsoft.Toolkits.EnterpriseLocalization.Settings-class (see
below).
Any ideas?

Rgds
Marius

Error:
NullReferenceException: Object reference not set to an instance of an
object.]
Microsoft.Toolkits.EnterpriseLocalization.Settings .get_CurrentManager()
+222
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.ProcessControl(Control
c, ArrayList affectedControls, Boolean includeChildren) +28
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.IterateControls(ControlCollection
controls, ArrayList affectedControls) +35
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.ProcessControl(Control
c, ArrayList affectedControls, Boolean includeChildren) +110
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.IterateControls(ControlCollection
controls, ArrayList affectedControls) +35
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.OnPreRender(EventArgs
evt) +158
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Page.ProcessRequestMain() +1489

gj******@accesswave.ca (Rental) wrote in message news:<a9**************************@posting.google. com>...
Hi Marius.
Thanks alot for your help. If you were here in Halifax, I would buy
you a beer to thank you.

Cheers,
Gordon
ha****@stud.ntnu.no (marius) wrote in message news:<c5**************************@posting.google. com>...
Hi,
I had the same problem as you, but after some testing, I finally found
the what caused this error for me.

1. I needed to add the framework-location into the path-environment
variable. I thought it was there, but it obviously was not.
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 on my computer)

2. One must type the filename into the Neutral Language File-textbox
*exactly* the same way as the application name in the Localization
Toolkit. That is, I had written all in lowercase, where as the
application name was mixed mode.

..and voilà! It all ran smoothly!

Good luck!
Marius

gj******@accesswave.ca (Rental) wrote in message news:<a9**************************@posting.google. com>...
> I'm having the sam problem as described below with the Localization
> toolkit. Does anyone know if there is a solution to this problem.
>
> --->When attempting to generate resource dlls with
> --->LocalizationManagement.exe, I get an exception:
> --->Unable to generate loose file resources
>
>
>
>
> Gordon
>
>
>
>
>
>
> Error as above.
>
> Does anyone know how to fix it?
>
>
> Searched NG for that problem and this is what I found:
>
> ================================================== =
> Q (July 17, 2003):
> When attempting to generate resource dlls with
> LocalizationManagement.exe, I get an exception:
> Unable to generate loose file resources
>
> A (July 21, 2003):
>
> I'm looking for someone who can assist you. Thanks.
>
> Best regards,
> Yanhong Huang
> Microsoft Online Partner Support
>
> ==================================================
>
> How long can it take to find someone who knows the answer?
> I'm desperate.
>
>
> MH
> Message 2 in thread
> From: Todd Abel [MSFT] (to******@online.microsoft.com)
> Subject: RE: Unable to generate loose file resources, Localization
> Toolkit
>
>
> View this article only
> Newsgroups: microsoft.public.dotnet.framework
> Date: 2003-09-29 18:48:08 PST
>
>
> The source code for the management application was not release as part
> of the toolkit. As stated in the article the toolkit is unsupported,
> although there is a email that you can send feedback to
> (en******@microsoft.com) and questions are often answered.
>
> Todd.
>
> --------------------
> >From: "Marius Horak" <so*****@europe.eu>
> >Subject: Unable to generate loose file resources, Localization Toolkit > >Date: Mon, 22 Sep 2003 16:17:14 +0100
> >Lines: 30
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
> >Message-ID: <uf**************@TK2MSFTNGP11.phx.gbl>
> >Newsgroups: microsoft.public.dotnet.framework
> >NNTP-Posting-Host: 213.52.140.99
> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
> >Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:54392
> >X-Tomcat-NG: microsoft.public.dotnet.framework
> >
> >Error as above.
> >
> >Does anyone know how to fix it?
> >
> >
> >Searched NG for that problem and this is what I found:
> >
> >================================================= ==
> >Q (July 17, 2003):
> >When attempting to generate resource dlls with
> >LocalizationManagement.exe, I get an exception:
> >Unable to generate loose file resources
> >
> >A (July 21, 2003):
> >
> >I'm looking for someone who can assist you. Thanks.
> >
> >Best regards,
> >Yanhong Huang
> >Microsoft Online Partner Support
> >
> >================================================= =
> >
> >How long can it take to find someone who knows the answer?
> >I'm desperate.
> >
> >
> >MH
> >
> >
> >

Nov 18 '05 #6
Hi Gordon,
Thanx, but I've ended up not using the Localization Toolkit. It seemed
to be too unstable/errorprone, so I went back to doing it with a
hierarchy of resource files (string.resx, string.no.resx etc).

All my attempts to access properties threw errors. I couldn't get the
elementresourceset either, and could only use resourcemanagers
getString(). That worked on elements text-attributes, but then again,
that wasn't how I'd intended to use this.

Marius

cr******@hotmail.com (gmanupnorth) wrote in message news:<29*************************@posting.google.c om>...
Hi Marius.
Could you possibly send or post some of the code if you are still
having the problem you mentioned in your previous post. This would
make it easier for me to determine what the problem might be.

Gordon

ha****@stud.ntnu.no (marius) wrote in message news:<c5**************************@posting.google. com>...
Hi Gordon,
Just happy to help!

Perhaps you can help me as well.
I've run into some problems using the localization toolkit.
When I try to inherit from it in the aspx-pages, either by:
Inherits="Microsoft.Toolkits.EnterpriseLocalizatio n.LocalizedPage" in
the @page-directive, or by:
public class LocTest1 :
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage
in the codebehind, I just the familiar error:
"Object reference not set to an instance of an object"
in the Microsoft.Toolkits.EnterpriseLocalization.Settings-class (see
below).
Any ideas?

Rgds
Marius

Error:
NullReferenceException: Object reference not set to an instance of an
object.]
Microsoft.Toolkits.EnterpriseLocalization.Settings .get_CurrentManager()
+222
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.ProcessControl(Control
c, ArrayList affectedControls, Boolean includeChildren) +28
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.IterateControls(ControlCollection
controls, ArrayList affectedControls) +35
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.ProcessControl(Control
c, ArrayList affectedControls, Boolean includeChildren) +110
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.IterateControls(ControlCollection
controls, ArrayList affectedControls) +35
Microsoft.Toolkits.EnterpriseLocalization.Localize dPage.OnPreRender(EventArgs
evt) +158
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Page.ProcessRequestMain() +1489

gj******@accesswave.ca (Rental) wrote in message news:<a9**************************@posting.google. com>...
Hi Marius.
Thanks alot for your help. If you were here in Halifax, I would buy
you a beer to thank you.

Cheers,
Gordon
ha****@stud.ntnu.no (marius) wrote in message news:<c5**************************@posting.google. com>...
> Hi,
> I had the same problem as you, but after some testing, I finally found
> the what caused this error for me.
>
> 1. I needed to add the framework-location into the path-environment
> variable. I thought it was there, but it obviously was not.
> (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 on my computer)
>
> 2. One must type the filename into the Neutral Language File-textbox
> *exactly* the same way as the application name in the Localization
> Toolkit. That is, I had written all in lowercase, where as the
> application name was mixed mode.
>
> ..and voilà! It all ran smoothly!
>
> Good luck!
> Marius
>
> gj******@accesswave.ca (Rental) wrote in message news:<a9**************************@posting.google. com>...
> > I'm having the sam problem as described below with the Localization
> > toolkit. Does anyone know if there is a solution to this problem.
> >
> > --->When attempting to generate resource dlls with
> > --->LocalizationManagement.exe, I get an exception:
> > --->Unable to generate loose file resources
> >
> >
> >
> >
> > Gordon
> >
> >
> >
> >
> >
> >
> > Error as above.
> >
> > Does anyone know how to fix it?
> >
> >
> > Searched NG for that problem and this is what I found:
> >
> > ================================================== =
> > Q (July 17, 2003):
> > When attempting to generate resource dlls with
> > LocalizationManagement.exe, I get an exception:
> > Unable to generate loose file resources
> >
> > A (July 21, 2003):
> >
> > I'm looking for someone who can assist you. Thanks.
> >
> > Best regards,
> > Yanhong Huang
> > Microsoft Online Partner Support
> >
> > ==================================================
> >
> > How long can it take to find someone who knows the answer?
> > I'm desperate.
> >
> >
> > MH
> > Message 2 in thread
> > From: Todd Abel [MSFT] (to******@online.microsoft.com)
> > Subject: RE: Unable to generate loose file resources, Localization
> > Toolkit
> >
> >
> > View this article only
> > Newsgroups: microsoft.public.dotnet.framework
> > Date: 2003-09-29 18:48:08 PST
> >
> >
> > The source code for the management application was not release as part
> > of the toolkit. As stated in the article the toolkit is unsupported,
> > although there is a email that you can send feedback to
> > (en******@microsoft.com) and questions are often answered.
> >
> > Todd.
> >
> > --------------------
> > >From: "Marius Horak" <so*****@europe.eu>
> > >Subject: Unable to generate loose file resources, Localization Toolkit > > >Date: Mon, 22 Sep 2003 16:17:14 +0100
> > >Lines: 30
> > >X-Priority: 3
> > >X-MSMail-Priority: Normal
> > >X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
> > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
> > >Message-ID: <uf**************@TK2MSFTNGP11.phx.gbl>
> > >Newsgroups: microsoft.public.dotnet.framework
> > >NNTP-Posting-Host: 213.52.140.99
> > >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
> > >Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:54392
> > >X-Tomcat-NG: microsoft.public.dotnet.framework
> > >
> > >Error as above.
> > >
> > >Does anyone know how to fix it?
> > >
> > >
> > >Searched NG for that problem and this is what I found:
> > >
> > >================================================= ==
> > >Q (July 17, 2003):
> > >When attempting to generate resource dlls with
> > >LocalizationManagement.exe, I get an exception:
> > >Unable to generate loose file resources
> > >
> > >A (July 21, 2003):
> > >
> > >I'm looking for someone who can assist you. Thanks.
> > >
> > >Best regards,
> > >Yanhong Huang
> > >Microsoft Online Partner Support
> > >
> > >================================================= =
> > >
> > >How long can it take to find someone who knows the answer?
> > >I'm desperate.
> > >
> > >
> > >MH
> > >
> > >
> > >

Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Fabian Dal Santo | last post by:
We have been using the Enterprise Localization Toolkit for a project and it seems to have a bug. It assumes that all cultures are 5 char in length e.g. English(Australian) en-AU, but the .NET...
1
by: Rental | last post by:
Can anyone send me these files: ApplicationCultures.txt Applications.txt ControlTypes.txt CultureProperties.txt DictionaryProperties.txt Elements.txt Properties.txt
1
by: handlim | last post by:
I use Localization Toolkit to transfer language. but, the resource file is made from database. but, I dropped the database that have data for resource file by mistake. Is it possible to transfer...
11
by: Manish Pansiniya | last post by:
Hello to all, we want to update resource online when administrator changes Localization database. can anybody tell me weather it is possible to run localization toolkit in command line or as...
1
by: MarkMurphy | last post by:
We had downloaded the Enterprise Localization Framework a few months ago for evaluation and were using it under .NET Framework 1.0. We've just now upgraded to .NET Framework 1.1 and have started...
3
by: Eric | last post by:
Hi, I'm just looking into the samples that are delivered withthe Enterprise Localization Framework/Toolkit. I have set it up and it all works fine. But.. now i have a question. I read a...
2
by: guy | last post by:
I am wondering if the Enterprise Localization Toolkit meant for development or is it to be regarded as a tutorial. Are there any other commercial or free products that will do this? ...
1
by: gmanupnorth | last post by:
Can anyone send me these files: ApplicationCultures.txt Applications.txt ControlTypes.txt CultureProperties.txt DictionaryProperties.txt Elements.txt Properties.txt
0
by: Servé La | last post by:
I'm trying to get a test application going with MS Localization toolkit but I have problems. They are even toolkit related. 1. The help says to generate resource files, click on the deployment link...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.