| Thread | Last Post | Replies |
|
| question about COM registering in VS.net / VS2005 | 30 Nov 2006 22:17 GMT | 1 |
Just a quick question: what exactly does Visual Studio do when registering an assembly for COM? I am looking to do this manually, but can't seem to figure out the steps to do so. Regards,
|
| Odd problem with Visual Studio documentation | 30 Nov 2006 21:38 GMT | 5 |
Good morning all, I have a weird problem with my VS 2005 Documentation. When I open the help file through Start -> Visual Studion 2005 ->Visual Studio 2005 Documentation, I get what appears to be the VS 2005 help. The title
|
| load assembly into new App Domain | 30 Nov 2006 19:34 GMT | 6 |
Hi, the load method of the AppDomain doesn't take a string filename. If you have a new AppDomain object you created and a string with the full pathname of an assembly, how do you load it there? I can't seem to find examples involving filenames.
|
| $ signs in ini-files | 30 Nov 2006 12:28 GMT | 2 |
I have an inifile on my network that looks like this before installing a new version on my program: .... ....
|
| Lan based windows application. | 30 Nov 2006 07:22 GMT | 1 |
because I'm newbie in this subject, I have some questions: I try to wrote application in scenario like this: Built program is on server machine and shared by Windows Network for others computer in network. Program use Sqlserver 2005 Express which is
|
| how to display data in crystal reports in vb.net 2005 from ms-access | 30 Nov 2006 06:30 GMT | 1 |
Hi friends, we have developed a windows desktop application in vb.net 2005 with MS-Access as backend ,our problem is we have to display data from a datagridview to a crystal report,we have
|
| Windows Server 2003 Web Edition and .NET 2.0 | 30 Nov 2006 01:07 GMT | 2 |
I was looking at the comparision of features for Windows Server 2003 http://www.microsoft.com/windowsserver2003/evaluation/features/comparefeatures.mspx regarding an upcoming project and it seems that the Web Edition does not support .NET Framework 2.0.
|
| Difference between a collection and arraylist? | 29 Nov 2006 22:08 GMT | 3 |
I'm new to the vb.net scene, (from vb6) and would appreciate if someone could explain the difference between the two? From all I've read they seem to be the exact same thing? And as an expansion of that question, if i declare a public arraylist,
|
| RegEx question | 29 Nov 2006 22:08 GMT | 6 |
I have a troubling issue that I'm not sure how to approach at this point. Given the HTML tag (any tag will do): <div id='divSomething' onmouseover='...'>Next we write onmouseover='alert(message);' ...</div>
|
| Assemblies and acope | 29 Nov 2006 21:59 GMT | 3 |
If I declare an assembly within a method and call ".Load" on it... public void foo() { Assembly asm = Assembly.Load("myassembly.dll");
|
| .NET Book | 29 Nov 2006 21:20 GMT | 2 |
I have been developing C# for 6 months and reading a couple C# books. However, to improve my .NET development knowledge and experience, I need few .NET books describing .NEt environment. Any suggestions ?
|
| Design Issue | 29 Nov 2006 21:17 GMT | 10 |
(I realise this isn't a specific dotnet question but I'm using dotnet to implement it.) I have a table of data that could run to about 50,000 rows. A user will enter a some data in a web form and I need to return a paged set of
|
| Looking for patterns of running repeated tasks | 29 Nov 2006 21:01 GMT | 1 |
I've got a scenario for developing a component or application for my web app. to send some notification issues every some seconds to the app. users. the issues are added by users themselves and will send at the appropriate time (for example I add a reminder for the next
|
| Postback thru javascript | 29 Nov 2006 20:52 GMT | 1 |
I have asp button control on the page. I need to check some condition before I postback the page. Actually it is posting back for both true, false conditions. I want to postback only if the condition is true. otherwise I want to
|
| VS Pro side-by-side with Xpress? | 29 Nov 2006 19:18 GMT | 2 |
I have Visual Studio 2005 with Team System Developer installed on my primary development box. I would like to install the XNA stuff but it requires VS 2005 Express. Can Express co-exist with Professional? I can just install Express in a virtual machine but the virtual machine ...
|