Показать сообщение отдельно
Старый 29.10.2010, 10:05   #12  
kornix is offline
kornix
MCP
MCBMSS
Злыдни
Ex AND Project
 
414 / 146 (5) +++++
Регистрация: 24.02.2009
Адрес: Санкт-Петербург
Thumbs up
Цитата:
Сообщение от mazzy Посмотреть сообщение
Можно для тормозов? Что это?
Это действительно полезно?

Если полезно, то что нужно сделать на форуме, чтобы люди находили быстро? добавить теги? добавить на первую страницу?
Mazzy, мне кажется это очень полезно. Если можно как-то сделать чтобы это находили быстро - было бы здорово. Может перенести это в базу знаний (у меня нет таких прав)? Примеры действительно интересные и полезные, всем рекомендую посмотреть. Среди них есть даже примеры использования .Net Business Connector из Microsoft Visual Studio C# (мне когда-то приходилось разбираться по MSDN). Вот официальное описание того что содержится в архиве:

=================================
WHAT'S IN THIS COMPANION CONTENT?
=================================

This companion content contains the code samples presented in the book.
These samples are intended for you to use in a demo environment and
are not suitable for a production environment.

=================================
HOW TO USE THIS COMPANION CONTENT
=================================

Applying the Dynamics AX 2009 sample code
-----------------------------------------

Before you can start using the sample code presented in
chapters 3, 5, 6, 10, 12, 14 and 15 you must be aware of the following:

a) Chapter specific guidelines or information to implement the code samples
are available in the appropriate .XPO file.

b) The Dynamics AX 2009 demo data must be imported into the application.

c) The code samples are built using a default installation. This means that
only the SYS and USR layers are installed. If other layers (such as GLS,
DIS, VAR, etc.) have been installed, the code in any of these layers may
not work as expected.

d) The sample code may not work in combination with other code samples from the book.

e) The samples are provided for testing purposes only; no support is available for
the sample code.

f) The following information applies to chapter 6:

Filenames of the code samples match the book chapters as follows:

Chapter Filename
Wizards PrivateProject_InventItemCreateWizard
Creating the class PrivateProject_BikeTuningOffers_Basic
Adding Property Methods PrivateProject_BikeTuningOffers_PropertyMethods
Adding Constructors PrivateProject_BikeTuningOffers_Constructors
Adding a Query PrivateProject_BikeTuningOffers_Query

Labels are included in the XPO files and will be added to your default label file.
To run the Bike-Tuning Service Offers examples you must have access to an
SMTP server, and the details about the server must be entered in Dynamics AX under
Administration\Setup\E-mail parameters.

Should the e-mail features in the example not be required they can be removed or
the lines commented out using the SysMailer class from the sendOffers method in
the BikeTuningOffers class.

g) The following information applies to chapter 10:

To run each of the chapter 10 code samples, follow these steps:

1. Verify that the .NET Business Connector is installed using Add/Remove Programs in
the Control Panel. (It is not installed by default with the Dynamics AX client.)

Note: the Business Connector is not listed separately in Add/Remove programs, so you must
invoke Microsoft Dynamics AX Setup, select Add or modify components, and then see whether
.NET Business Connector is grayed out. If it is grayed out, that means it is installed.

2. Verify that you can successfully log on to Dynamics AX using the AX client.

3. In the AX client, select Tools\Options. Make sure that Start company accounts is
set to a company that has data in the InventTable table.

4. Create a new project in Visual Studio.

a) In the New Project dialog, select Console Application under Visual C#.
This will create the project file structure and files (including Program.cs,
which you must delete.)

b) Select Project\Add Reference. In the Add Reference dialog, select the Browse tab.
Use the file controls to navigate to the Dynamics AX client\bin folder.

c) Select Microsoft.Dynamics.BusinessConnectorNet.dll, then select OK. This makes the
.NET Business Connector accessible to the project. Select Project\Add Existing Item,
and choose HelloWorldBC.cs.

d) Press F5 to build and run the project. A console window will appear and display the
output from the program being run.

e) Repeat the above steps for the other code samples. Each program has its own main
method, hence they cannot all be in the same project. You must delete the current
sample before loading and running the next one.

Последний раз редактировалось kornix; 29.10.2010 в 10:25.