Is it possible in Visual Studio 2008, either with or without Resharper, to re-order methods in a class file to match the order of methods in an associated interface file? What about the opposite (re-ordering the interface to match the implementing class)?
...
Hello,
I have written a custom LoadTestPlugin to vary the number of users randomly. When i run this test locally everything works great, but when i deploy it using the controllers and agents, its give me 'Unable to find assembly' error, like its not able to find the assembly in which that plugin is, even though the test and plugin are i...
Hello folks, i have searched similar posts on google & stackoverflow to no use.
Basically, what i have is a new aspx page. I have the following files referenced in the head section.
jquery-ui-1.7.2.custom.css
jquery-1.3.2.min.js
jquery-ui-1.7.2.custom.min.js
Theme:smoothness
UI Version: 1.7.2 for jQuery 1.3.2
I have nothing else goi...
I'm working on an app for a mobile device and would like to make a datagrid scrollbar button larger to enhance the touch screen usability. I do not want to alter the system settings windows display properties as this will affect the device as a whole.
Is there an easy way to alter the width of the scrollbar on a datagrid view?
...
Hi, I am just started working as a programmer last month, so there will be plenty of newbie question come from me, stay tuned... I am now working on modify the provided template (from DevExpress) to create new web form using ASP.NET 2.0 on Visual Studio 2008.
While the functionality of that web form is there, I am in the process of get ...
Consider a developer who spends lots of time in Visual Studio. Hours are spent toiling on source code. Sometimes, he needs to search the web.
Can you browse the web right within Visual Studio? Consider all modern versions and SKUs of Visual Studio.
If so, are there any easy ways to launch that browser window?
Are there any gotchas in...
In my project i am using GetLocalTime() and GetSystemTime and set the current time into registry.
But my problem is when i am changing the time of my machine the changed time only saving to registry. Is there any chance to access the GMT time so that its independent of machine and nobody can change the time..
Please give some help
...
Hi all, I do not use C++ much (I try to stick to the easier stuff like Java and VB.NET), but the lately I have not had a choice. When I am picking a project type in VS for some C++ source I download, what project type should I pick? I had just been sticking with Win32 Console Applications, but I just downloaded some code (below) that w...
I am developing a single web application that will dynamically change its content depending on which domain name is used to reach the site. Multiple domains will point to the same application. I wish to use the following code (or something close) to detect the domain name and perform the customizations:
string theDomainName = Request....
I'm coding an app in MSVS 2008, which has a ComboBox control which I initialize thru the code as below:
static char* OptionString[4] = {"Opt1",
"Opt2",
"Opt3",
"Opt4"...
I've built app using wmp.dll which is Windows System File in my XP machine.
If I tried add outputs of above project to my Setup Project, VS warned that 'wmp.dll' should be excluded because its source file 'C:\WINDOWS\system32\wmp.dll' is under Windows System File Protection.
There're three things under 'Detected Dependencies' folder. Mi...
I've installed the System.Data.SQLite ADO.NET Provider from http://sqlite.phxsoftware.com/. I can connect to the database from within Visual Studio, I can open table schemas, views etc.
I'd like to use an existing SQLite database to create an Entity Framework model in Visual Studio 2008.
When I try to create a new ADO.NET Entity Data M...
This question is related to another wiki I found on SO, but I'd like to develop a more comprehensive example of an automated ASP MVC 2 development environment that can be used to develop and deploy a wide range of small-scale websites by beginners. As far as characteristics of the dev environment go, I'd like to focus on beginner-friend...
When I try to login to my Outlook url to reach for my "Calendar" / "Agenda" my VS2008 .net throws the following exception:
{System.Net.WebException: De externe server heeft een fout geretourneerd: (401) Niet gemachtigd.
bij System.Net.HttpWebRequest.GetResponse()
bij OutlookAPI._Default.Page_Load(Object sender, EventArgs e) in D:...
Hi everyone,
I want to know how can I perform VS2008 load test from five different machines and store test results data into one place, for example one database.
It is load test that test unit test. I specify scenario and counter sets and I get result and reports that I can save as .trx files.
How can I save specific data from test r...
Hi,
We have 2 Silverlight projects in the same solution; SLGlobalResource and SLData. SLData references SLGlobalResource (using references > add reference > projects).
When we build it in debug within VS2008, everything builds fine and all is good.
But when we build it using:
msbuild TheSolution.sln /p:Configuration=Debug /t:rebuild...
I am optimizing the startup of a WinForms app. One issue I identified is the loading of the splash screen form. It takes about half a second to a second.
I know that multi-threading is a no-no on UI pieces, however, seeing how the splash screen is a fairly autonomous piece of the application, is it possible to somehow mitigate its p...
So I've got a situation where we have a project with 10 developers. Each developer, when they come in for the day, is randomly issued a machine to use for development that day. The machine names are different, say DEV01 - DEV10. At the time that they are issued to the developers, the machines are identical, and no changes the develope...
Hi,
The .NET 3.5 application I am working on consists of bunch of different solutions. Some of these solutions consist of managed code(C#) and others have unmanaged code(C++). Methods written in C# communicate with the ones written in C++. I am trying to trace the dependencies between these various functions and I thought setting breakp...
I am receiving the following error in my code (c#, .Net 3.5, VS2008) when I try to connect to an Excel sheet and fill a OleDbDataAdapter with the results of a query. First the error:
Attempted to read or write protected memory. This is often an
indication that other memory is
corrupt.
And here is the code, which is honestly pre...