visual-studio-2008

SSRS 2008 - Header on report is not showing Dynamic Data

自作多情 提交于 2020-01-03 18:44:11
问题 I have a personel report that is sorted by department name, yet when I add the field for the department name into the header, it only prints out the first department name correctly. every other page has the header, but still has the initial department name in the header instead of the correct department name. In other words, the field reference to the department name that is in the header of the report does not update. I browsed the data that is uses from a stored procedure and the department

“Model already has an element” errors (TSD04105) when using Visual Studio 2008 Database Project GDR2

别来无恙 提交于 2020-01-03 17:42:09
问题 I am using Visual Studio 2008 Database Project GDR2 to manage multiple databases and I am getting a number of errors related to synonyms. Project-A has a reference to Project-B because Project-A has a number of synonyms to tables in Project-B. The full error I'm getting is "TSD04105: The model already has an element that has the same name dbo.[OBJECT]". This always points at the synonym. The issue seems to be that the synonym on Project-A has the same name as the table on Project-B. Obviously

Visual Studio 2008 Performance Profiler Problems with ASP.NET

泄露秘密 提交于 2020-01-03 15:58:08
问题 I've been trying, and failing, to get VS.NET 2008 to profile an ASP.NET MVC application. When I try and start a profiling session I get a generic server 500 error from VS.NET: The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost:4750/foo/VSEnterpriseHelper.axd' returned an error: The remote server returned an error: (500) Internal Server Error. I've tried several things, including: ensuring that web.config is writable

Why must use “out” instead of ref?

﹥>﹥吖頭↗ 提交于 2020-01-03 15:55:07
问题 i wrote some code blocks about ref -out declaration. i think that ref is most useful out. Ok. why i need to use out. i can use always ref everytime: namespace out_ref { class Program { static void Main(string[] args) { sinifA sinif = new sinifA(); int test = 100; sinif.MethodA(out test); Console.WriteLine(test.ToString()); sinif.MethodB(ref test); Console.WriteLine(test.ToString()); Console.ReadKey(); } } class sinifA { public void MethodA(out int a) { a = 200; } int _b; public void MethodB

Why must use “out” instead of ref?

隐身守侯 提交于 2020-01-03 15:54:06
问题 i wrote some code blocks about ref -out declaration. i think that ref is most useful out. Ok. why i need to use out. i can use always ref everytime: namespace out_ref { class Program { static void Main(string[] args) { sinifA sinif = new sinifA(); int test = 100; sinif.MethodA(out test); Console.WriteLine(test.ToString()); sinif.MethodB(ref test); Console.WriteLine(test.ToString()); Console.ReadKey(); } } class sinifA { public void MethodA(out int a) { a = 200; } int _b; public void MethodB

Where is the Visual Studio layout saved?

馋奶兔 提交于 2020-01-03 11:59:22
问题 I am having problems with VS2008 moving the windows around and losing tabs when I close it and open again, or when I go from coding to debugging and back. (Yes, I know that it is supposed to save different layouts for coding and debugging). I have tried exporting my settings, but it informs me helpfully that "Your settings were exported, but there were some errors. Error 1: Some command bar settings were not exported correctly due to an internal error." Importing them again gives a similar

vs 2008 unit testing prompt meaning

吃可爱长大的小学妹 提交于 2020-01-03 08:34:26
问题 i'm unit testing in vs2008 and every time i run now it says Executing the current test run will produce a new test run result, which will exceed the limit of 25 that is currently specified. If you continue, older test run results and their associated deployments will be deleted from the hard drive... what does this mean, and how do i clear the older test run results? why is this important message? 回答1: This message basically means that the Unit Test project has saved/recorded 25 (your

Memory corrupt error

女生的网名这么多〃 提交于 2020-01-03 08:29:27
问题 I have made one c# application For estate Agent Management. In that application i have one mdi form which has all the menus in it. In that menu when i selects agent master , one form comes with Add agent button. When On Add Agent button is clicked Another Window is opened with agent details to fill. My problem is>> when i closes this form>> "Attempt to read or write protected memory.This often an indication that other memory is corrupt" Error Comes. When i clicks ok on the message box of this

How to set default XAML view in Visual Studio 2008

无人久伴 提交于 2020-01-03 07:26:06
问题 In Visual Studio 2008, when you add a new XAML window to a WPF Application Project, the default view you get is "split view" where the visual designer and the XAML code are shown one above the other in the same document. I prefer an alternative view which you can get by double-clicking on either the Design or XAML tabs. The visual designer and the XAML are in separate side-by-side tabbed views. This makes it easy to switch between them I want to know if it possible to make this the default

Microsoft.VisualStudio.Xaml is not loading (vs2008), it errors, how to re-register?

南笙酒味 提交于 2020-01-03 06:05:11
问题 recently got an issue when loading vs 2008, it displays this... can anyone tell me how to reregister the file... or something.. I don't wish to reinstall the vs 2008 again.... The Microsoft.VisualStudio.Xaml ({E58C2A8B-BCC4-4559-AD59-D62EB6D58A22}) did not load because of previous errors. For assistance, contact the package vendor. To attempt to load this package again, type 'devenv /resetskippkgs' at the command prompt. 回答1: You can try devenv.exe /setup on a (elevated) command prompt. I don