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
{
>>>> CurrentConfig =
(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.
P.S.: Sorry for my english.
charly - 20 Nov 2003 23:07 GMT
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.
> Hi there masters!
>
[quoted text clipped - 48 lines]
>
> P.S.: Sorry for my english.