Telerik Forums
UI for WinForms Forum
3 answers
266 views
I use an errorprovider on a radform to show input errors to the user. I can use it with a radtextbox when the validating event is triggered like so:
errProvider.SetError(txtBox, errMsg)
errProvider.Icon = Icon.FromHandle(My.Resources.input_error.GetHicon())
errProvider.SetIconAlignment(txtBox, ErrorIconAlignment.MiddleLeft)
Where txtBox is a RadtextBox.

2 problems I encounter when using a CommandBarTextBox:
first: raising the validating event
second: using the SetError method of the errorprovider to link it to a CommandBarTextBox.

I tried adding the validating event in the form_load event:
AddHandler txtPIN.TextBoxElement.TextBoxItem.Validating, txtPIN_validating()
Private Sub txtPIN_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs)
    If HuidigeAccount.Instance.Gebruikers.Count > 0 Then
        FormHelper.RequiredTextBox(txtPIN.TextBoxElement, _errProvider, _errProviderMsg, "Er is een pincode vereist om op te slaan")
    End If
End Sub
But vs2010 throws me a compile error:
Argument not specified for parameter 'sender' of 'Private Sub txtPIN_Validating(sender As Object, e As System.ComponentModel.CancelEventArgs)'.
Argument not specified for parameter 'e' of 'Private Sub txtPIN_Validating(sender As Object, e As System.ComponentModel.CancelEventArgs)'.


Not being able to use the errorprovider, a work around using the commandbartextbox border forecolor is an acceptable solution. But not being able to use the  validating event of the CommandBarTextBox, I can't work around that one...
Stefan
Telerik team
 answered on 30 Apr 2012
5 answers
209 views
Hi,

I have a grid wthere there are lot of columns to be fit in the screen. and I don't want to have a scrollbar to diplay all the columns.

is there are way to change the display orientation to display columns verticallty?

Regards,
Khizar
Jack
Telerik team
 answered on 30 Apr 2012
5 answers
363 views

Hello,

When I  try to insert,update or delete the data through the RadGridview of  the program,
if it occurred the pop up error message from the Database(ex:primary key constrain),
the RadGridview will be freezed,then I can't edit the data in the RadGridview any more,
if I force it to work,sometimes cause the program crashed,
I must restart the program to let RadGridview work normally again,
is this problem fixed in the latest version? if not,how to solve this problem?
I  use the 2008 Q2 SP1,DB is SQL Server 2005.

Best regards.

Julian Benkov
Telerik team
 answered on 30 Apr 2012
1 answer
238 views
When You select a checkbox in the list view, the selected item is not updated. I want to limit the user to the number of checkboxes checked -10. How can this be done? I can keep count of the total, but when the user goes over the total, I can put up a messagebox but have no way of knowing what the 11th checked so I can uncheck it.
Richard Slade
Top achievements
Rank 2
 answered on 30 Apr 2012
6 answers
708 views
Is it possible to have alternate row colors in listview?

Thanks,

Javier Gonzalez de Aragon
Richard Slade
Top achievements
Rank 2
 answered on 30 Apr 2012
22 answers
1.2K+ views
I was able to create my own sort order for a radtreeview pretty easily by creating an IComparer class, but I appear to be locked in to Ascending/Descending/None for the GridView.

Is there any way (I'm fine with inheriting objects if necessary) to allow a custom sort order in a GridView? I also don't want to apply that sort order right away, I only want it to occur if the user chooses to sort the column in question.
Theo
Top achievements
Rank 2
 answered on 30 Apr 2012
4 answers
190 views
How to update data on RadPropertyGrid?

I want to change propertygrid data, whever change listview selection.
but, it's not refresh, but also append...

What's wrong with my code?

Here is my code...
private RadPropertyStore CreatePropertyStore(string uid)
{
    RadPropertyStore vInfoStore = new RadPropertyStore();
    DataTable dt = Global.www.GetVirtualMachine(uid);
    PropertyStoreItem v_nm = new PropertyStoreItem(typeof(string), "Name", dt.Rows[0]["v_nm"],
                    "Name", "INFO");
    vInfoStore.Add(v_nm);
 
    return vInfoStore;
}
 
private void radListView1_SelectedIndexChanged(object sender, EventArgs e)
{
            ListViewDataItem item = radListView1.SelectedItem;
            string uid = item["uid2"].ToString();
 
            this.radPropertyGrid1.SelectedObject = CreatePropertyStore(uid);
 }
 
Jack
Telerik team
 answered on 30 Apr 2012
0 answers
100 views
how can i define pageHeader or table Header for show in print grid
like title or arm or description
Farshid
Top achievements
Rank 1
 asked on 29 Apr 2012
6 answers
336 views
Hello,

Is there a way to automatically disable any past days and time slots in the RadScheduler? I have a function that does the calculation, but it seems unreliable. Sometimes if the user performs certain actions, the past time slots will become active again. I'll post my code below.

if (this.radScheduler.SchedulerElement.ViewElement is SchedulerDayViewElement) 
            { 
                SchedulerDayViewElement dayView = this.radScheduler.SchedulerElement.ViewElement as SchedulerDayViewElement; 
 
                if (dayView != null
                { 
                    foreach (RadElement element in dayView.DataAreaElement.Table.Children) 
                    { 
 
                        SchedulerCellElement cell = element as SchedulerCellElement; 
                        if (cell != null
                        { 
                            if (cell.Date <= DateTime.Now) 
                            { 
                                cell.Enabled = false
                                cell.CanFocus = false
                            } 
                            else 
                            { 
                                cell.Enabled = true
                                cell.CanFocus = true
                            } 
                        } 
                    } 
                } 
            } 
            else if (this.radScheduler.SchedulerElement.ViewElement is SchedulerMonthViewElement) 
            { 
                SchedulerMonthViewElement monthView = this.radScheduler.SchedulerElement.ViewElement as SchedulerMonthViewElement; 
                foreach (RadElement element in monthView.MonthViewAreaElement.Children) 
                { 
                    if (element is MonthCellElement) 
                    { 
 
                        MonthCellElement e = element as MonthCellElement; 
                        if (e.Date < DateTime.Now.Date) 
                        { 
                            element.Enabled = false
                        } 
                    } 
                } 
            } 


Thanks!
Jeremy
Erdem
Top achievements
Rank 1
 answered on 28 Apr 2012
3 answers
234 views
I am developing a Windows Application using VS 2008 and using Telerik but from last few days I am facing one problem....my Visual Studio crashes after every 10 minutes .......
I can see toolbox Package Load failed.......please help me in resolving this issue.
.Below is the Activity Log

<?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
  <entry>
    <record>1</record>
    <time>2012/04/25 10:37:33.541</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Visual Studio Version: 9.0.30729.4462</description>
  </entry>
  <entry>
    <record>2</record>
    <time>2012/04/25 10:37:33.548</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Running in User Groups: Administrators Users</description>
  </entry>
  <entry>
    <record>3</record>
    <time>2012/04/25 10:37:33.562</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>ProductID: 91605-130-2064916-60911</description>
  </entry>
  <entry>
    <record>4</record>
    <time>2012/04/25 10:37:33.563</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Available Drive Space: C:\ drive has 1675153408 bytes; D:\ drive has 12259241984 bytes; E:\ drive has 68403077120 bytes</description>
  </entry>
  <entry>
    <record>5</record>
    <time>2012/04/25 10:37:33.565</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Internet Explorer Version: 9.0.8112.16443</description>
  </entry>
  <entry>
    <record>6</record>
    <time>2012/04/25 10:37:33.567</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Microsoft Data Access Version: 6.0.6002.18005</description>
  </entry>
  <entry>
    <record>7</record>
    <time>2012/04/25 10:37:33.568</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>.NET Framework Version: 4.0.31106.0</description>
  </entry>
  <entry>
    <record>8</record>
    <time>2012/04/25 10:37:33.570</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>MSXML Version: 6.20.5002.0</description>
  </entry>
  <entry>
    <record>9</record>
    <time>2012/04/25 10:37:33.573</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading UI library</description>
    <guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
    <path>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\*\msenvui.dll</path>
  </entry>
  <entry>
    <record>10</record>
    <time>2012/04/25 10:37:33.709</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
  </entry>
  <entry>
    <record>11</record>
    <time>2012/04/25 10:37:33.924</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
  </entry>
  <entry>
    <record>12</record>
    <time>2012/04/25 10:37:33.927</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
  </entry>
  <entry>
    <record>13</record>
    <time>2012/04/25 10:37:33.929</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
  </entry>
  <entry>
    <record>14</record>
    <time>2012/04/25 10:37:33.961</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Telerik.Windows.WPF.VSPackage.VSPackage, Telerik.Windows.WPF.VSPackage, Version=2012.1.320.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
    <guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
  </entry>
  <entry>
    <record>15</record>
    <time>2012/04/25 10:37:34.219</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Telerik.Windows.WPF.VSPackage.VSPackage, Telerik.Windows.WPF.VSPackage, Version=2012.1.320.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
    <guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
  </entry>
  <entry>
    <record>16</record>
    <time>2012/04/25 10:37:34.244</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{94C35263-71D0-4F81-886E-C1E23EA9C837}</guid>
  </entry>
  <entry>
    <record>17</record>
    <time>2012/04/25 10:37:34.250</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{94C35263-71D0-4F81-886E-C1E23EA9C837}</guid>
  </entry>
  <entry>
    <record>18</record>
    <time>2012/04/25 10:37:34.252</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{94C35263-71D0-4F81-886E-C1E23EA9C837}</guid>
  </entry>
  <entry>
    <record>19</record>
    <time>2012/04/25 10:37:34.254</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Telerik.VSX.UserSettingsPackage.UserSettingsPackage, Telerik.VSX.UserSettingsPackage, Version=2012.1.320.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
    <guid>{94C35263-71D0-4F81-886E-C1E23EA9C837}</guid>
  </entry>
  <entry>
    <record>20</record>
    <time>2012/04/25 10:37:34.256</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Telerik.VSX.UserSettingsPackage.UserSettingsPackage, Telerik.VSX.UserSettingsPackage, Version=2012.1.320.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
    <guid>{94C35263-71D0-4F81-886E-C1E23EA9C837}</guid>
  </entry>
  <entry>
    <record>21</record>
    <time>2012/04/25 10:37:34.258</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
  </entry>
  <entry>
    <record>22</record>
    <time>2012/04/25 10:37:34.344</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
  </entry>
  <entry>
    <record>23</record>
    <time>2012/04/25 10:37:34.347</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
  </entry>
  <entry>
    <record>24</record>
    <time>2012/04/25 10:37:34.353</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Telerik.CommonPackage.Telerik_CommonPackagePackage, Telerik.CommonPackage, Version=1.0.11.0, Culture=neutral, PublicKeyToken=d63abc9583eb6f32]</description>
    <guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
  </entry>
  <entry>
    <record>25</record>
    <time>2012/04/25 10:37:34.363</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Telerik.CommonPackage.Telerik_CommonPackagePackage, Telerik.CommonPackage, Version=1.0.11.0, Culture=neutral, PublicKeyToken=d63abc9583eb6f32]</description>
    <guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
  </entry>
  <entry>
    <record>26</record>
    <time>2012/04/25 10:37:34.365</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{6D4BD4EA-594D-4DDC-BCA8-512B6D3C7FA1}</guid>
  </entry>
  <entry>
    <record>27</record>
    <time>2012/04/25 10:37:34.457</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{6D4BD4EA-594D-4DDC-BCA8-512B6D3C7FA1}</guid>
  </entry>
  <entry>
    <record>28</record>
    <time>2012/04/25 10:37:34.459</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{6D4BD4EA-594D-4DDC-BCA8-512B6D3C7FA1}</guid>
  </entry>
  <entry>
    <record>29</record>
    <time>2012/04/25 10:37:34.461</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Telerik.WinControls.VSPackage.VSPackage, Telerik.WinControls.VSPackage, Version=2012.1.320.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
    <guid>{6D4BD4EA-594D-4DDC-BCA8-512B6D3C7FA1}</guid>
  </entry>
  <entry>
    <record>30</record>
    <time>2012/04/25 10:37:34.465</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Telerik.WinControls.VSPackage.VSPackage, Telerik.WinControls.VSPackage, Version=2012.1.320.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
    <guid>{6D4BD4EA-594D-4DDC-BCA8-512B6D3C7FA1}</guid>
  </entry>
  <entry>
    <record>31</record>
    <time>2012/04/25 10:37:34.467</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
  </entry>
  <entry>
    <record>32</record>
    <time>2012/04/25 10:37:34.468</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Source Control Integration Package]</description>
    <guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
  </entry>
  <entry>
    <record>33</record>
    <time>2012/04/25 10:37:34.471</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Source Control Integration Package]</description>
    <guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
  </entry>
  <entry>
    <record>34</record>
    <time>2012/04/25 10:37:34.478</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>35</record>
    <time>2012/04/25 10:37:34.479</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function LoadDTETypeLib</description>
  </entry>
  <entry>
    <record>36</record>
    <time>2012/04/25 10:37:34.648</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function LoadDTETypeLib</description>
  </entry>
  <entry>
    <record>37</record>
    <time>2012/04/25 10:37:34.650</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
  </entry>
  <entry>
    <record>38</record>
    <time>2012/04/25 10:37:34.651</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>39</record>
    <time>2012/04/25 10:37:34.653</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{18BEB7F2-CA98-11D1-B6E7-00A0C90F2744}</guid>
  </entry>
  <entry>
    <record>40</record>
    <time>2012/04/25 10:37:34.654</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>41</record>
    <time>2012/04/25 10:37:34.655</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
  </entry>
  <entry>
    <record>42</record>
    <time>2012/04/25 10:37:34.657</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>43</record>
    <time>2012/04/25 10:37:34.658</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
  </entry>
  <entry>
    <record>44</record>
    <time>2012/04/25 10:37:34.686</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
  </entry>
  <entry>
    <record>45</record>
    <time>2012/04/25 10:37:34.687</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Environment Package]</description>
    <guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
  </entry>
  <entry>
    <record>46</record>
    <time>2012/04/25 10:37:34.688</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Environment Package]</description>
    <guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
  </entry>
  <entry>
    <record>47</record>
    <time>2012/04/25 10:37:34.716</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
  </entry>
  <entry>
    <record>48</record>
    <time>2012/04/25 10:37:34.718</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Windows Forms Designer Package]</description>
    <guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
  </entry>
  <entry>
    <record>49</record>
    <time>2012/04/25 10:37:34.953</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Windows Forms Designer Package]</description>
    <guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
  </entry>
  <entry>
    <record>50</record>
    <time>2012/04/25 10:37:38.689</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading new toolbox content</description>
  </entry>
  <entry>
    <record>51</record>
    <time>2012/04/25 10:37:38.703</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Toolbox: starting package load</description>
    <guid>{2C95D38F-1EBC-4839-851F-A3D89C0B2BED}</guid>
  </entry>
  <entry>
    <record>52</record>
    <time>2012/04/25 10:37:38.705</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{2C95D38F-1EBC-4839-851F-A3D89C0B2BED}</guid>
  </entry>
  <entry>
    <record>53</record>
    <time>2012/04/25 10:37:38.757</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Tools for Office SharePoint Workflow Project System Package]</description>
    <guid>{2C95D38F-1EBC-4839-851F-A3D89C0B2BED}</guid>
  </entry>
  <entry>
    <record>54</record>
    <time>2012/04/25 10:37:38.963</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading UI library</description>
    <guid>{2C95D38F-1EBC-4839-851F-A3D89C0B2BED}</guid>
    <path>C:\Program Files\Microsoft Visual Studio 9.0\Visual Studio Tools for Office\vspkgs\*\VSTOWfProjectUI.dll</path>
  </entry>
  <entry>
    <record>55</record>
    <time>2012/04/25 10:37:38.966</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
  </entry>
  <entry>
    <record>56</record>
    <time>2012/04/25 10:37:38.967</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Explorers and Designers Package]</description>
    <guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
  </entry>
  <entry>
    <record>57</record>
    <time>2012/04/25 10:37:40.595</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>58</record>
    <time>2012/04/25 10:37:40.596</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
  </entry>
  <entry>
    <record>59</record>
    <time>2012/04/25 10:37:40.730</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Explorers and Designers Package]</description>
    <guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
  </entry>
  <entry>
    <record>60</record>
    <time>2012/04/25 10:37:40.731</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Tools for Office SharePoint Workflow Project System Package]</description>
    <guid>{2C95D38F-1EBC-4839-851F-A3D89C0B2BED}</guid>
  </entry>
  <entry>
    <record>61</record>
    <time>2012/04/25 10:37:40.901</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Toolbox: package load took 2028 ms, ResetDefaults call took 172 ms</description>
    <guid>{2C95D38F-1EBC-4839-851F-A3D89C0B2BED}</guid>
  </entry>
  <entry>
    <record>62</record>
    <time>2012/04/25 10:37:40.902</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Toolbox: starting package load</description>
    <guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
  </entry>
  <entry>
    <record>63</record>
    <time>2012/04/25 10:37:40.903</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
  </entry>
  <entry>
    <record>64</record>
    <time>2012/04/25 10:37:40.963</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
  </entry>
  <entry>
    <record>65</record>
    <time>2012/04/25 10:37:40.965</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Text Management Package]</description>
    <guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
  </entry>
  <entry>
    <record>66</record>
    <time>2012/04/25 10:37:40.973</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Text Management Package]</description>
    <guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
  </entry>
  <entry>
    <record>67</record>
    <time>2012/04/25 10:37:41.064</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
  </entry>
  <entry>
    <record>68</record>
    <time>2012/04/25 10:37:41.066</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Task List Package]</description>
    <guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
  </entry>
  <entry>
    <record>69</record>
    <time>2012/04/25 10:37:41.097</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Task List Package]</description>
    <guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
  </entry>
  <entry>
    <record>70</record>
    <time>2012/04/25 10:37:41.360</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio</source>
    <description>Appid skipped the loading of package</description>
    <guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
  </entry>
  <entry>
    <record>71</record>
    <time>2012/04/25 10:37:41.361</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Toolbox: package load failed</description>
    <guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
  </entry>
  <entry>
    <record>72</record>
    <time>2012/04/25 10:37:41.363</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Done loading new toolbox content, total time = 2667 ms</description>
  </entry>
  <entry>
    <record>73</record>
    <time>2012/04/25 10:37:41.455</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
  </entry>
  <entry>
    <record>74</record>
    <time>2012/04/25 10:37:41.492</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Logging Package]</description>
    <guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
  </entry>
  <entry>
    <record>75</record>
    <time>2012/04/25 10:37:41.510</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading UI library</description>
    <guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
    <path>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE*\VsLogUI.dll</path>
  </entry>
  <entry>
    <record>76</record>
    <time>2012/04/25 10:37:41.591</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Logging Package]</description>
    <guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
  </entry>
  <entry>
    <record>77</record>
    <time>2012/04/25 10:37:41.592</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
  </entry>
  <entry>
    <record>78</record>
    <time>2012/04/25 10:37:41.629</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Environment Menu Package]</description>
    <guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
  </entry>
  <entry>
    <record>79</record>
    <time>2012/04/25 10:37:41.631</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Environment Menu Package]</description>
    <guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
  </entry>
  <entry>
    <record>80</record>
    <time>2012/04/25 10:37:45.577</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Application Name: Microsoft Visual Studio</description>
  </entry>
  <entry>
    <record>81</record>
    <time>2012/04/25 10:37:45.580</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>SKU Edition: Professional</description>
  </entry>
  <entry>
    <record>82</record>
    <time>2012/04/25 10:37:55.248</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
  </entry>
  <entry>
    <record>83</record>
    <time>2012/04/25 10:37:55.341</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Debugger]</description>
    <guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
  </entry>
  <entry>
    <record>84</record>
    <time>2012/04/25 10:37:55.344</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading UI library</description>
    <guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
    <path>C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\*\VSDebugUI.dll</path>
  </entry>
  <entry>
    <record>85</record>
    <time>2012/04/25 10:37:55.481</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Debugger]</description>
    <guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
  </entry>
  <entry>
    <record>86</record>
    <time>2012/04/25 10:37:55.951</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
  </entry>
  <entry>
    <record>87</record>
    <time>2012/04/25 10:37:55.953</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Windows Forms Designer Hosting Package]</description>
    <guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
  </entry>
  <entry>
    <record>88</record>
    <time>2012/04/25 10:37:56.281</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Windows Forms Designer Hosting Package]</description>
    <guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
  </entry>
  <entry>
    <record>89</record>
    <time>2012/04/25 10:37:57.179</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
  </entry>
  <entry>
    <record>90</record>
    <time>2012/04/25 10:37:57.182</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Windows Forms Designer Resources Package]</description>
    <guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
  </entry>
  <entry>
    <record>91</record>
    <time>2012/04/25 10:37:57.312</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Windows Forms Designer Resources Package]</description>
    <guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
  </entry>
  <entry>
    <record>92</record>
    <time>2012/04/25 10:38:01.196</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
  </entry>
  <entry>
    <record>93</record>
    <time>2012/04/25 10:38:01.200</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Common IDE Package]</description>
    <guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
  </entry>
  <entry>
    <record>94</record>
    <time>2012/04/25 10:38:01.463</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Common IDE Package]</description>
    <guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
  </entry>
  <entry>
    <record>95</record>
    <time>2012/04/25 10:38:05.014</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{A659F1B3-AD34-11D1-ABAD-0080C7B89C95}</guid>
  </entry>
  <entry>
    <record>96</record>
    <time>2012/04/25 10:38:05.090</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Macros Package]</description>
    <guid>{A659F1B3-AD34-11D1-ABAD-0080C7B89C95}</guid>
  </entry>
  <entry>
    <record>97</record>
    <time>2012/04/25 10:38:05.094</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading UI library</description>
    <guid>{A659F1B3-AD34-11D1-ABAD-0080C7B89C95}</guid>
    <path>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\*\vsmacrosui.dll</path>
  </entry>
  <entry>
    <record>98</record>
    <time>2012/04/25 10:38:05.118</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Macros Package]</description>
    <guid>{A659F1B3-AD34-11D1-ABAD-0080C7B89C95}</guid>
  </entry>
I cant figure out what the problem is....Any kind of help will be really appreciated....
Please reply its very urgent...:(

Thanks in advance
Shweta
Top achievements
Rank 1
 answered on 28 Apr 2012
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Form
Chart (obsolete as of Q1 2013)
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?