visual-studio-2005
Where can I get a VS 2005 Report Server project template?
Problem: -- I have a VS 2005 Report Server project with many reports. -- I moved it to a new computer with SQL Server 2008 and VS 2005 and 2010 installed.[详细]
2023-03-28 09:03 分类:问答C++/Visual Studio 2005 - Template Class skipped during compilation of debug configuration
I have a template class, which had always been able to be compiled in Debug, with no problems. All of a sudden though, it refuses to detect changes to 开发者_运维知识库the class and skips it, unless I[详细]
2023-03-28 03:16 分类:问答CListCtrl and thumnail fails to draw
I use the folow code to create a thumbnail for list control HDC hDC=::GetDC(hWnd); HDC pDC=::CreateCompatibleDC(hDC);[详细]
2023-03-27 10:24 分类:问答How to: overload/ overwrite default CSS for asp:label tag and make it universal in visual studio 2005?
I\'m trying to make a universal CSS layout for a large application my companies working on.I ran into a problem while trying to style all asp:label\'s to look a certain way.I was having the same probl[详细]
2023-03-27 00:48 分类:问答Impossible Task On Custom DGV Set Focus To Next Control On Enter Key Press
This is the real challenge I brings here for you. Solve it if you can. The Enter Key On Datagridview Is it good Idea? Or Is it possible for any body here to work it as per following condition?.[详细]
2023-03-26 13:27 分类:问答How can I make a TCP-IP communication between 2 Visual C# apps?
I just need to know how can I send a message from a server to a client, if the communication could be bidirectional it would be per开发者_如何学Pythonfect, but it is not necessary.One easy way would b[详细]
2023-03-26 04:59 分类:问答ASP.NET Databind GridView to Datasource comes up empty
I have a GridView on an ASP.NET page that I\'m trying to bind to an object data source that I\'ve set up to map to a vb object I made which accesses the DB. When I run the page, though, the gridview c[详细]
2023-03-26 03:11 分类:问答Visual Studio 2005 + MFC: Linker error, cannot link with constructor even if exported
I have two MFC projects, an exe and a dll. The exe references the dll. I created the dll by extracting some classes from the exe project, which was my starting point.[详细]
2023-03-26 01:37 分类:问答Pass and get object with ASMX WebService
We have a web service like this: [WebMethod(EnableSession = true)] [ScriptMethod(ResponseFormat = ResponseFormat.Json)][详细]
2023-03-25 18:47 分类:问答register C# assemblie and use functions in SQL Server
Suppose I have a static class in C#: public static class Math { [Microsoft.SqlServer.Server.SqlFunction][详细]
2023-03-25 08:27 分类:问答