rsdn / nemerle

Nemerle language. Main repository.
http://nemerle.org
Other
616 stars 89 forks source link

Crash Properties for ASP.Net Web application #182

Open NN--- opened 12 years ago

NN--- commented 12 years ago

Open VS 2010 Create ASP.Net Web Project Right click on solution->Properties Package/Publish Web

VS Crashes :(

VladD2 commented 12 years ago

Что-то ничего похожего найти не могу. Опиши еще раз и поподробнее, что нужно сделать для воспроизведения бага.

NN--- commented 12 years ago

Воспроизводится с последним ночным билдом. Создаю проект, ничего не трогая, захожу сразу в свойства и Package/Publish.

Воспроизвелось на 2-х компьютерах. Windows 7 x64.

NN--- commented 12 years ago

An unhandled exception of type 'System.NullReferenceException' occurred in Microsoft.VisualStudio.AppDesigner.dll

Additional information: Object reference not set to an instance of an object.

VladD2 commented 12 years ago

2011/11/27 NN < reply@reply.github.com

An unhandled exception of type 'System.NullReferenceException' occurred in Microsoft.VisualStudio.AppDesigner.dll

Additional information: Object reference not set to an instance of an object.

. "solution->Properties".
. .
.

NN--- commented 12 years ago

Что-то я не понял ответа..

VladD2 commented 12 years ago

2011/11/27 NN < reply@reply.github.com

  • ..

Right click on solution->Properties. , , . .

"Right click on PROJECT->Properties".

NN--- commented 11 years ago

Using VS2012 no crash but writes:

"An error occurred trying to load the page. Specified cast is not valid."

NN--- commented 11 years ago

NullReferenceException:

   at Microsoft.VisualStudio.Editors.PropertyPages.PropertyControlData.SetControlValue(Object value)
   at Microsoft.VisualStudio.Editors.PropertyPages.PropertyControlData.InitPropertyUI()
   at Microsoft.VisualStudio.Editors.PropertyPages.PropPageUserControlBase.InitPage()
   at Microsoft.VisualStudio.Editors.PropertyPages.PropPageUserControlBase.SetObjects(Object[] objects)
   at Microsoft.VisualStudio.Editors.PropertyPages.PropPageUserControlBase.IPropertyPageInternal_SetObjects(Object[] objects)
   at Microsoft.VisualStudio.Editors.PropertyPages.PropPageBase.Create(IntPtr hWndParent)
   at Microsoft.VisualStudio.Editors.PropertyPages.PropPageBase.IPropertyPage2_Activate(IntPtr hWndParent, RECT[] pRect, Int32 bModal)
   at Microsoft.VisualStudio.Editors.PropPageDesigner.PropPageDesignerView.ActivatePage(IPropertyPage PropPage)
   at Microsoft.VisualStudio.Editors.PropPageDesigner.PropPageDesignerView.Init(Project DTEProject, IPropertyPage PropPage, PropertyPageSite PropPageSite, IVsHierarchy Hierarchy, Boolean IsConfigPage)
   at Microsoft.VisualStudio.Editors.ApplicationDesigner.ApplicationDesignerView.ShowTab(Int32 Index, Boolean ForceShow)
   at Microsoft.VisualStudio.Editors.ApplicationDesigner.ApplicationDesignerView.OnItemClick(ProjectDesignerTabButton item)
   at Microsoft.VisualStudio.Editors.ApplicationDesigner.ProjectDesignerTabButton.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)