all groups > dotnet distributed apps > november 2003 >
You're in the

dotnet distributed apps

group:

Problems to run WebStore example of UIP Application Block



Problems to run WebStore example of UIP Application Block ceperaltamza NO[at]SPAM hotmail.com
11/19/2003 3:43:19 PM
dotnet distributed apps: Hi there masters!

I i´m fithing about a week to run this example. My problems begin when
i realize that i have VS 7.0... I must create the solution and every
project. Then, i don´t have a localhost SQL Server. I run the sql
script using the SQL analysis tool.

Whell, i can "log in", but then: "the UIPAB can´t read the .config
file..." in this line: (>>>>>)

internal class UIPConfiguration
{
#region Constant members
private const string UipConfigSection = "uipConfiguration";
#endregion

static UIPConfigSettings CurrentConfig = null;

/// <summary>
/// Gets the UIP configuration
/// </summary>
internal static UIPConfigSettings Config
{
get
{
if( CurrentConfig == null )
{
try
{
[quoted text, click to view]
(UIPConfigSettings)ConfigurationSettings.GetConfig( UipConfigSection
);


whith the message: "There are some problemas while trying to use the
UIP Application Block, please check the following error messages:
Error loading XML file"

-----------------

Then, i put the config sections into the machine.config file... other
error jump:

Make sure "UIProcessQuickstarts_Store.BOText.resources" was correctly
embedded
into assembly "BusinessObject"


I don´t know anymore to do.


Thank you in advance if you know something.
charly.

Re: Problems to run WebStore example of UIP Application Block ceperaltamza NO[at]SPAM hotmail.com
11/20/2003 3:07:56 PM
Ready! I get the solution to the problem. The .resx o "resources
files" must be convert from VS 2003 format to VS 7.0. I use a tool to
do that and bang! I have all the examples runnig.

I´m going to study now.


See you and sory.
charly


[quoted text, click to view]
AddThis Social Bookmark Button