I have created a VB.NET 2008 Class Library that has, for the most part, been working quite well with VBA. I can perform most of the functionality that is required but I have recently run into a pretty severe problem.
The reason we are working with both programming interfaces is because we need to be able to do "on the fly" coding and th...
On my properties window, on the color type properties, the color picker "Custom, Web, System" is not showing. Only the names of colors are showing. It's a bug?
How can I fix that?
Ps: Sorry my english.
...
All,
I have a project that was originally written in vs 2005 or earlier (don't remember bc I didn't write it). I opened it in vs2008 and converted it although it still has the csproj file. sln file states:
Microsoft Visual Studio Solution File, Format Version 10.00
Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"...
hello,
i am using whatever:hover (http://www.xs4all.nl/~peterned/csshover.html) script to mimic the :hover selector in IE6. the suggested use it to attach it to the body element as IE6 behavior. but all my pages use XHTML 1.1, so CSS validation in VS2008 fails when I try to publish my site, so publishing fails.
are there good ways to f...
I built a small chunk of code based around lambdas in a VB Windows form project earlier which works perfectly, but it gives me "expression expected" warnings (which block compiling... should probably be considered errors, no?) when I copy the code to an ASP.NET project. The only difference I can see is if I make a Windows form project v...
Running solution with VB.NET & C#, ASP.NET, VS 2008 with ReSharper 5
Most of the time, ReSharper is working (redundant code grayed out, squiggles, etc.)
Sometimes, on the same code where it was working, nothing is highlighted to show ReSharper is enabled.
I haven't done anything except modify code and debug.
What is going on that tur...
I have an Asp.Net project in Visual Studio 7.1 , Now when I open it in Visual Studio 2008 , I can't access to project files :
How can I open the project with VS2008 or VS2010 ?
...
I'm curious about how some features are implemented under the hood,like :
pEvent->WaitForCompletion(INFINITE, &evCode);
I tried to step into it but failed.
Is there a way to do that?
...
Hi,
I have written some image processing program using OpenCV 2.1
I received a error during linking, related to "projectname.ilk" file.(message said VS is trying a non-incremental linking). So I triied rebuilding the project. The initial message went away, but now VS never completes "Linking".
It prints "1>Linking..." and stays that wa...
How do I change my library to allow partially trusted callers?
I get the following error:
Server Error in '/' Application.
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator o...
I have a VS2008 C# project that use a 3rd party executable. What is the best way to add this executable to the project , such that it will be released when publishing the project? As a resource?
Thanks!
...
There are many articles in this site regarding my question.
I have a matrix for example (10 x 10) which represents 10 nodes. The matrix called MyMat(9,9)
The rows of this matrix represent the source node (From Node) and the columns represents target node (To Node). It has 14 links which are randomly distributed. The non zero values repr...
ok i just upgrade it to visual studio c++ 2010 express. when i use gdi+ i get errors not in my file but in the gdi+ header file
one of the errors is this
c:\program files (x86)\microsoft sdks\windows\v7.0a\include\gdiplusimaging.h(74): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
here is the ...
I am getting a strange error after trying to compile under 2010. The compiler doesn't seem to understand my [DataMember] attribute:
error CS0246: The type or namespace name 'DataMember' could not be found (are you missing a using directive or an assembly reference?)
Shouldn't this all be defined in System.Runtime.Serialization?
Any in...
I recently bought and installed VS2010 Professional Upgrade on a system where I had VS2008 installed. I had been told on a Microsoft discussion forum that the Upgrade version required VS2008 to already be installed. Fine.
So now that it's done I still have VS2008 sitting there, taking up space, even though I'm using VS2010. Is the...
Hi, I have a chess game I have created in Visual Studio 2008.
It runs very well when I am debugging, but now I have finished and built the program, it lags a bit and I'm finding it a bit annoying as it was running so well in when creating/debugging mode...
Can anyone shed some light on this for me, or has any body got any little tricks...
I am using Visual Studio 2008 C++ project (Visa 32 bit).
I have the following #include directive in my source code.
#include <example/header.h>
In my include path I specify the parent directory of 'example', i.e.
C:/.../include
where the full path to the header looks like
C:/.../include/example/header.h
However, 'example' is a ...
I have a table named t_Student in Microsoft SQL Server 2005 database. In that table there are three columns named student_regiNo, student_Name, student_Email.
I'm using following code segment to retrieve "student_Name". But instead of showing "student_Name" it shows "System.Data.SqlClient.SqlDataReader". Whats the problem?
private ...
I want to add Intellisense for .xyz file types which is my own language.
How should i proceed?
...
Is there any Intellisense support available for SparkView Engine for VB.Net .
The Intellisense is currently available with SparkView Engine. But it is for C#.
...