Hello friends,
Normally what happens, a single or more lines are shown as a tooltip. What I need is to show a gridview as a tooltip. Actually in my project i need to show all the notes associated with a stock in a gridview.
Can anybody help me?
Thanks for sharing your valuable time.
...
When I type
#include <QObject>
it complains that it couldn't find file.
but if I type
#include <QtCore\QObject>
It works properly.
I moved VS2005 to VS2008, this was not the case in VS2005, and it started with VS2008. Why am I getting this error?
...
We recently upgraded to Visual Studio 2008 from 2005, and I think those error started after that.
In our solution, we have a multitude of projects. Many of those are utility projects, or projects containing core functionality used by other projects. The output of those is lib files that are linked to when building the projects generatin...
We are getting an Automapper error the FIRST time we run our Unit Tests in VS 2008 (MSTest).
"Missing type map configuration or unsupported mapping. Exception of type 'AutoMapper.AutoMapperMappingException' was thrown"
If we re-run the tests ("Run Checked Tests") then they all pass. Only 2 out of the 4 developers are having this issue. ...
Hi,
I'm hosting my project using IIS, running from Visual Studio.
Whenever I recompile, on the first run it takes several minutes (on a not awful machine) to load all the symbols.
Please see http://joshz.com/so/symbols.html for a list of the symbols that are loaded. At the bottom there is a ThreadAbortException, I'm not sure if this i...
I have a security manager in my application that works for both windows and web, the process is simple, just takes the user and pwd and authenticates them against a database then sets the Thread.CurrentPrincipal with a custom principal. For windows applications this works fine, but I have problems with web applications.
After the proce...
Can I write code against .Net 4 and its libraries using VS2008? If so how should I configure it?
I realise that VS2008 will probably struggle with language changes such as the dynamic keyword but can I install the version 4 and target it anyway? My only real interest is in being able to use some of the new libraries, in particular I'm i...
Hello,
Could anyone please let me know if I could safely install VS-2008 on a machine which already has VS-2010?
...
I'm using VB.Net's RijndaelManaged (RM) to encrypt files, using the RM.GenerateKey and RM.GenerateIV methods to generate the Key and IV and encrypting the file using the CryptoStream class. I'm planning on saving this Key and IV to a file and want to make sure I'm doing it the right way. I am combining the IV+Key, and encrypting that w...
I'm running VS2008 on XP, with my webs on a remote share 2003 server (so my development webs are backed up as well as the production). I was having trouble getting VS to acknowlege ajax tools via remote share, so on the remote server, I did the .net framework 2 configuration, my machine, full trust change. Fabulous everything worked gr...
When I click the "..." button to browse my machine for locations to publish my application to, it takes nearly a minute to open the folder dialog. I have a Windows 7 Pro machine with a terabyte drive and 8 gigs of ram. Any suggestions on improving the performance or experience with this as a known issue?
...
I just want to make sure I'm understanding the documentation correctly. If I add System.Data.SqlServerCe as a reference in my Visual Studio 2008 project, compile it, and copy the contents of the "bin\Release" directory to a Windows machine that has the latest version of the .NET framework, will it just work? Or do I need to do something ...
Visual Studio (SP1) runs fine until I try and view .aspx source files with the lines
<style type="text/css">
</stlye>
anywhere in them, upon which it freezes (i.e is totally unresponsive) and I have to use the task manager to shut it down.
I have read a lot of questions about Visual Studio 2008 crashing on viewing some sourc...
Hi,
My project is running fine, but its requirement for some DLLs means it cannot be simply dragged and dropped by the end user. The DLLs are not loaded when put side by side with my executable, because my executable is not an application, and its location is not in the few locations where Windows looks for DLL. I already asked a questi...
Hi all,
how can I create a connection to excel file and view the result in vb.
I am using visual studio 2008, I have been trying to look for answers around but could not find one that teaches step by step.And what references do I need to use?
Thanks in advance.
Regards
Jason
...
I have to add a listbox/dropdownlist to a report in a Visual Studio Business Intelligence project, allowing users to filter a DataSet by the Id of the entity chosen in the listbox. I heard this was possible, but there is no option to add a listbox in the Toolbox in Visual Studio, and looking at the Report Definition on microsoft.com, the...
Hello All,
I am trying my hand at making an invaders clone. there are 30 aliens arranged in a 5x 6 matrix on screen. I need to give the bottom most alien the ability to fire a shot.
I am using LINQ to group the aliens into 5 groups based on Location.X and then sort the groups descending.I then need to choose one of the groups ( that ...
As I'm making my application, I've been able to just run my project and it runs with the changes all made. As my project is getting larger, I have to go Clean Solution, Rebuild Solution and Run...Recently I also upgraded "Team System" edition my dad has, because of its testing tools
Why is this happening? is it because of something I've...
Hi
I have Win 7 Enterprise. If i open any .cs file on VS 2008/2010 it gives a message " Visual Studio has stopped working" on a dialog box. There are two buttons "Debug" and "close program". Debug button starts devenv in debug mode with assembly code as i do not have the pdb file for the same.
There is another machine with same configu...
I always find my self in trouble with alot of (namespace or refference errors?), when trying to rename a project in VS.
This is how I do: I click on the project and press F2 and rename it.
That procedure do you guys follow?
I use to work in Eclipse, and there I don't have the problems, maybes it's easy in VS too and it's just me.
Thx...