| Thread | Last Post | Replies |
|
| Is This Normal in VS 2005 ?? | 06 Mar 2006 13:09 GMT | 7 |
i have a few problems with my Visual Studio ide 2005 :( is This normal ??? when i'm writing in the code page my cpu goes wild ( 100 % ) only writing when i press save my CPU goes Wild ( 100% ) for a couple time
|
| Create an 100% compatible ActiveX Usercontrol with VB.NET | 06 Mar 2006 09:26 GMT | 4 |
I know it sounds grazy to create an ActiveX Usercontrol with VB.NET, where a native tool for this already exists, VB6. The existing ActiveX Control Containers should be able to load dynamically the exisitng ActiveX Controls and also the new one written
|
| Unrecognized attribute 'requirePermission' | 06 Mar 2006 09:15 GMT | 2 |
I created a AddIn for a 3th party COM Application (AutoCAD). In my AddIn I am using the January 2005 release of Enterprise Library. When the .NET Framework 2.0 is installed on a machine I receive the following error when using the Enterprise Library:
|
| Reference Types in Value Types | 06 Mar 2006 07:33 GMT | 3 |
I'm creating a struct hat contains an array. Unfortunatly, all arrays are reference types, which means that when someone copies/assigns it, they have a reference to the orginal object, which defies the point of creating a struct! And to top it off, my array contains reference ...
|
| Where did VWD go? | 06 Mar 2006 04:02 GMT | 1 |
I am installing from my MSDN VS 2005 Professional Edition DVD dated December 2005. The computer I'm installing on had VS 2003 installed before, I uninstalled it, then installed VS 2005.
|
| Cannot find KeycodeV2.dll | 05 Mar 2006 13:43 GMT | 1 |
I got this error when i deployed my application on client machine, client machine has .net framework 1.1 and crystal Reports 9, and the same s/w are on my machine it is working fine here on my machine but when i deploayed it on client machine i got this error.
|
| Load CR Viewer | 05 Mar 2006 13:41 GMT | 1 |
I have a two aspx page created to handle the report. 1) 1.ascx 2) 2.ascx 1.ascx contain the filtering of report parameter and 2.ascx contain the
|
| How to run a crystal report in .net environnment | 05 Mar 2006 13:35 GMT | 1 |
i am new programmer to .net, i actually want to use crystal report in ASP.net as i create the report using the wizard & connected with data in sql server after that i dont know how to run the report in webpage plz provide me sugestions for this
|
| Problem in database updation through Adapter in VB.Net.. | 05 Mar 2006 05:00 GMT | 1 |
Hi Friends, I am new to .Net. So I don't know much. I am facing a problem in updating database through ADO.Net I am creating the dataset and there is no problem in the updation and
|
| make a property can only be set at design time | 05 Mar 2006 04:34 GMT | 1 |
Is that possible to make a property to be set only at design time, not later in code. I need this function is because that for a self definded control, if I want to use it on a form, the auto-generated code only take the constructor which
|
| help with clock | 05 Mar 2006 04:29 GMT | 1 |
i have datetimepicker with showup on form and customer must select time for reservation but if customer click on up or down button datetimepicker must raise(up) orlowering(down) minute on my clock.
|
| WebClient.DownloadFileAsync | 05 Mar 2006 03:16 GMT | 6 |
Really strange problem I am experiencing... I have setup a virtual directory with Read Only permissions on an ISA/IIS server (SBS 2003). In that virt. dir., I placed 1 file (setup.exe). I then use WebClient.DownloadFileAsync (.NET 2.0 Pro.) and all downloads well ...
|
| Visual Studio 6 and .NET 2.0 | 05 Mar 2006 01:47 GMT | 11 |
Hello, a lab that I help manage just got Visual Studio 6 for its computer science class. We're having problems even getting simple projects to compile on the computers in VS 6. We think one problem might be that we're running .NET 2.0 framework on the same computers
|
| Copying my website from my host company to a home based 2003 serve | 05 Mar 2006 01:08 GMT | 4 |
Hi, I'm a new kid onthe block.. I have a small company with a website that was developed in .net by a company for me. I want to work on it myself so I installed 2003 server on a proliant dl380 (G1). I have little experince with seting up a website. I'm looking for step by
|
| Using GetSystemMetrics(SM_REMOTESESSION) in VB.Net | 04 Mar 2006 11:09 GMT | 1 |
Can you please let me know the code in VB.Net for how to use GetSystemMetrics(SM_REMOTESESSION) to know if the application is running on Terminal Server or on local machine. Thanks
|