Quantcast
Channel: Microsoft Connect: Recently Modified Feedback - Visual Studio and .NET Framework
Viewing all 38750 articles
Browse latest View live

"Validate Architecture" doesn't work for a solution targeting .NET Framework 4.5.2 (Visual Studio Ultimate - Layer Diagram)

$
0
0
I have created a Modelling project with a layer diagram inside a solution where all projects are targeting .NET Framework 4.5.2. When I run the validation - all I end up with is lots of warnings similar to the one bellow and no validation errors (when there should be some): C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5): warning MSB3274: The primary reference "C:\code\XXXXX.dll" could not be resolved because it was built against the ".NETFramework,Vers...

Status: Closed, Resolution: Duplicate, 7 Up-Votes, 0 Down-Votes, 6 validations, 0 workarounds, 5 comments, feedback id: 1138085

Data Binding for Elements in a Popup get lost

$
0
0
If I open a Popup with a TextBox with Data Binding, close the Popup, leave the Page, open another Page, go back to the first Page (KeepAlive=False) and open the Popup again I get no Data Binding for the TextBox in the Popup-Element anymore. If I do this a second time, type in another text in the TextBox, leave the Popup and Page1, open Page2, go back to Page1 and open the Popup again despite KeepAlive for Page1 the TextBox has the last typed in text, but this is not the text stored in the data ...

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 2 comments, feedback id: 1332012

Wrong request URL creation for a relative embedded link

$
0
0
A webpage from our application (root/Content/app/purchase/SupplierInvoiceForm.html) have code to embed an image. When accessing the webpage normally (using a browser), the image is requested from location “root/content/images/attach_image_grey.png” and displayed correctly. It’s the same result if I change the code to . Both ways are working. But the problem is for Visual Studio Ultimate (when re...

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 2 comments, feedback id: 1332111

Cannot run Analyze > Profiler

$
0
0
During try to runapplication profiler, VS throws error "Object reference is not set ..." or "Could not fin session file" or "Session file is incorrect". I never try to run profiler earlier.

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 2 comments, feedback id: 1332203

Language Pack German is not complete

$
0
0
I have tried to install the german languagepack. i downloaded de_visual_studio_2015_rc_language_pack_x86_web_installer_6649795.exe und called this exe with /Layout. One part of the Setup is missing or corrupt, packages\netfx_46mtpackcore\deu\netfx_46mtpackcorelp.msi i have done this 4 times th last days, on 3 Computers, in the Company and at home. i get the same error. Anders Ask

Status: Closed, Resolution: Fixed, 2 Up-Votes, 0 Down-Votes, 0 validations, 0 workarounds, 2 comments, feedback id: 1310959

T4 Text Templateから生成したカルチャー付のResXがサテライトアセンブリとしてビルドされない

$
0
0
T4 Text Templateによるアセンブリリソースファイル(ResX)のテンプレートからResXファイルを生成させるケースで、生成したResXファイルがカルチャー付である場合に、プロジェクトをビルドしてもサテライトアセンブリが作られません。 例えば、「Resource1.ja.tt」という名前のResXファイルのテンプレートから「Resource1.ja.resx」というファイルを生成しても、ビルド時に"ja"というカルチャーが認識されないようです。 ビルドログを見ると、"AssignCulture"タスクでResource1.ja.resxに対し"WithCulture"の値が True に設定されていないようです。 ---------------------------------------------------------------------------------- "AssignCulture" タスクをアセンブリ "Microsoft.Build.Tasks.Core, Version=14.0.0.0, Culture=neutral, PublicK...

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1334117

[SBC] Incorrect code generation with arrays of __m128d when AVX instruction set is enabled

$
0
0
The following code should print "3.00". In Visual Studio 2013 Update 4, 64-bit mode, it gives wrong results with /Eha /O2 /arch:AVX. /* cl /EHa /arch:AVX /O2 test.cpp */ #include #include __forceinline void func(__m128d x[], __m128d y[]) { __m128d xx = _mm_set1_pd(1); __m128d yy = _mm_set1_pd(1); yy = _mm_add_pd(yy, _mm_mul_pd(x[0], _mm_set1_pd(1))); yy = _mm_add_pd(yy, _mm_mul_pd(x[1], _mm_set1_pd(1))); yy = _mm_add_pd(yy, _mm_mul_pd(x[2], _mm_set1_pd...

Status: Active, 2 Up-Votes, 0 Down-Votes, 2 validations, 0 workarounds, 1 comment, feedback id: 1273774

C++ compiler: C1001 when moving auto-parametrized lambda to heap

$
0
0
The following code causes C1001. Plus, if you comment 'unexistingFunction()' - compiler succeeds (though it should report using 'unexistingFunction2()'), but lambda code (if valid) is never run and there is no runtime error - whole chunk of code is just skipped. Tested with optimization disabled. #include template static void perform(void* obj, const int& args) { return (*reinterpret_cast(obj))(args); } template void caller(F&& lambda) { perform<...

Status: Closed, Resolution: None, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 2 comments, feedback id: 1208651

KB3045171を適用後、GDI+にエラーが発生します

$
0
0
KB3045171を適用したWindows Vista、Windows 7のPCで、DGI+のGraphicsPath::AddStringが特定のフォント、文字にてエラーを返します。エラーが発生するフォントは複数ありますが、例えば、Arial Blackの文字コード0x29、0x3eなどです。

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 2 comments, feedback id: 1333904

Live Visual Tree - View Source picking wrong File

$
0
0
In my Solution I had 2 Projects, a Windows 8.1 Project which I was porting to an Universal App (So there were one 8.1 Project and one Universal Project with different names). However the Projects included basically the same Files (Structure and Filenames were the same, but of course with different Namespaces). When I was debugging my Universal App and using the Live Visual Tree Tool to select a Control and view its source, it opened the XAML-file of my old 8.1 Project instead of the file of my U...

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 3 comments, feedback id: 1313702

[LOC] 「統合をさらに探索」という翻訳がわかりづらい

$
0
0
TFS 2015 CTPのチームプロジェクトのコントロールパネルにある「サービスフック」タブのリンク「統合をさらに探索」が日本語として不自然なので、改善してほしい(添付画像20150301-02.pngの赤枠の部分)。 「サービスをさらに検索」などにしてほしい。

Status: Closed, Resolution: Fixed, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 0 comments, feedback id: 1156016

An exception is thrown although specified as following: CFileDialog::AddPlace() throw().

$
0
0
AddPlace( "存在しないフォルダ", ... ); として、メソッドを呼び出すと、IShellItem が構築できずに例外が発行されるが、 throw() があるため、例外をトラップできない。 --再現コード例-- #include using namespace ATL; -- CFileDialog dlg(...); bool retry = false; CPath favoriteFolder; // initialized favoriteFolder. do { TRY{ dlg.AddPlace( folder, FDAP_TOP ); } CATCH_ALL(e) { favoriteFolder.RemoveFileSpec(); retry = true; } END_CATCH_ALL; }while(retry); dlg.DoModal();

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 5 comments, feedback id: 1316294

[Ling Completed 20150505][VS2015 Linguistic Quality_TFS] [Korean] Incorrect translation in Alert Window of Web Control Panel

$
0
0
Thers is an incorrect translation in Alert Window of Web Control Panel. It should be "모든 작업 항목 경고" Step: http://localhost:8080/tfs >제어판(Control Panel) >프로젝트 보안 및 그룹 멤버 자격관리(Project Security and Group Member Qualification Management) >경고(alerts) >모든 경고(All alerts) >작업 항목 경고(Work Item Alert)

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 0 comments, feedback id: 1237415

Unable to create singleton using stack semantics with C++/CLI

$
0
0
In Visual Studio 2013, I was able to use the following example as a singleton: #pragma once namespace MyNamespace { public ref class Singleton { private: Singleton() {} Singleton(const Singleton %) { throw gcnew System::InvalidOperationException("Singleton cannot be copy-constructed"); } static Singleton m_instance; public: static property Singleton^ Instance { Singleton^ get() { return %m_instance; } } }; } However, with VS2015, I am unable to use this due to the error: "error ...

Status: Active, 2 Up-Votes, 0 Down-Votes, 1 validation, 0 workarounds, 1 comment, feedback id: 1291594

Razor Intellisense for MVC6 TagHelpers not working when creating a project from scratch rather than using Website template

$
0
0
I am not sure whether this is a bug or I am missing something but when I create a new ASP.NET 5 project and try to use ASP.NET 5 tag helpers, the intellisense is not working. Note : I have added nuget dependency Microsoft.AspNet.Mvc.TagHelpers and added the @addTagHelper directive to point the assembly just like how it is done in Website template.

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 3 comments, feedback id: 1325343

[Ling Completed 20150505][VS2015 Linguistic Quality_TFS] [Korean] Incorrect translation in Alert Window of Web Control Panel

$
0
0
Thers is an incorrect translation in Alert Window of Web Control Panel. It should be "모든 빌드 경고" Step: http://localhost:8080/tfs >제어판(Control Panel) >프로젝트 보안 및 그룹 멤버 자격관리(Project Security and Group Member Qualification Management) >경고(alerts) >모든 경고(All alerts) >빌드 경고(Build Alert)

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1237432

[Ling Completed 20150505][VS2015 Linguistic Quality_TFS] [Korean] Incorrect translation in Alert Window of Web Control Panel

$
0
0
Thers is an incorrect translation in Alert Window of Web Control Panel. It should be "모든 체크 인 경고" Step: http://localhost:8080/tfs >제어판(Control Panel) >프로젝트 보안 및 그룹 멤버 자격관리(Project Security and Group Member Qualification Management) >경고(alerts) >모든 경고(All alerts) >체크 인 경고(Check In Alert)

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 0 comments, feedback id: 1237430

[Ling Completed 20150505][VS2015 Linguistic Quality_TFS] [Korean] Incorrect translation in Alert Window of Web Control Panel

$
0
0
Thers is an incorrect translation in Alert Window of Web Control Panel. It should be "모든 코드 검토 경고" Step: http://localhost:8080/tfs >제어판(Control Panel) >프로젝트 보안 및 그룹 멤버 자격관리(Project Security and Group Member Qualification Management) >경고(alerts) >모든 경고(All alerts) >코드 검토 경고(Code Check Alert)

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 0 comments, feedback id: 1237441

[Ling Completed 20150505][VS2015 Linguistic Quality_TFS] [Korean] Incorrect translation in New Team Project

$
0
0
Thers is an incorrect translation in New Team Project. It should be "이 테플릿은 유연하며 스크럼 등 Agile 계획 방법을 사용하는 대부분의 팀에 적합합니다.". Step: 파일(File) >새로 만들기(New) >새로운 팀 프로젝트(New Team Project) >팀 프로젝트 설정 지정(Team Project Setting up) > Agile

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 0 comments, feedback id: 1237452

XAML-designer in VS2012 throws InvalidCastException

$
0
0
The following exception is thrown by the designer; InvalidCastException: [A]MyNamespace.Infrastructure.UI.Controls.ClickSelectTextBox cannot be cast to [B]MyNamespace.Infrastructure.UI.Controls.ClickSelectTextBox. Type A originates from 'Client.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' in the context 'LoadNeither' at location '[userprofile]\AppData\Local\Microsoft\VisualStudio\11.0\Designer\ShadowCache\if4etplp.h34\xmtkzjzh.msg\Client.Infrastructure.dll'. Type B ori...

Status: Active, 5 Up-Votes, 1 Down-Vote, 1 validation, 1 workaround, 8 comments, feedback id: 779108
Viewing all 38750 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>