.Net 2.0 Web application using Vb.net is unable to create object of another dll writen in C# .net 2.0
Hi,
I habe created one ASP.net web application using Vb.net which is adding reference of dlls written in C# and .net 2.0. But whenever trying to create object of referencing dll, it is throwing error :Object reference does not set to an object. But, locally it is working fine,. In the server i have deployed the .aspx files and dll files in the bin. There were already an web.config in the server which is of .net 1.1. But checked it is retrieving value for that web.config correctly.
Should i have to deply any other files and if not what can be the solution for this? Please help.
Thanks,
So...
Application created in new version of .NET (3.0 or 3.5) can use the library created in older version of .NET(i.e.-1.0 or 2.0)?
Hi All,
I am using Visual Studio .NET compiler for compiling my application . We have plugins (as library) which the user can write by their own in .NET . We are building our code in Visual Studio 2005 but we have already some plug-ins which are written in previous versions of Visual Studio (i.e. 2002 and 2003). Is these plug-ins will work with the new build of the application or I need to build these plug-ins as well in Visual Studio .NET 2005. These plugins are created as library.
Is their any differences between .NET 1.0, 2.0 and 3.0 because of which the old libraries (created in o...
how to use datagridview with c#.net 2.0. Im new to windows application.
i need to add,edit,update and delete in datagridview rajesh
The controls you are talking about are for ASP.NET web applications, not Windows desktop applications. Darrell Norton, MVPDarrell Norton's BlogPlease mark this post as answered if it helped you!...
How to export datagrid to power point using C#.Net 2.0 windows application?
Hi,Can anyone tell me How to export datagrid to power point using C#.Net 2.0 windows application.Thanks in advance..Regards,Tamizhselvi
These forums are for ASP.NET (web sites / web applications), not windows applications. You might try your question at the MSDN Forums which deals with Windows Applications written for .NET.Mike Banavige~~~~~~~~~~~~Need a site code sample in a different language? Try converting it with: http://converter.telerik.com/...
Sending SMS using vb.net or C#.net using vb.net or c#.net
Hi
My requirement is
I hav one csv file with these fields id,mobilenum,messgae,status.intiallu staus is 0.
once i read the all fileds and take that mobile number.using tat mobile number i need to send sms .after sending sms i shuld change status as 1
How to send sms thru coding (please dont provide any links.if it is provide also please give working links becox i checked codeproject .i didnt get any nice link.
and also provide the how to update the status field im csv file
Thank
ssandhya
To send SMS, you need some third party SMS providers. if you consul...
Differences between .net 1, .net 1.1, .net 2.0 and .net 3.0 #2
Hi, This seems to be a common question, but i havent got an answer yet:(Can, any one please explain me the differences between these versions.If you keep your feet firmly on the ground, you'll have trouble putting on your pants!
There are too many differences for one email - - from 1.0 to 1.1 (not a whole lot of real change, other than fixes, at least compared to 1.1 to 2.0)
With 2.0, there were many new declarative controls, with many new ideas added in
With 3.0, it's a superset of 2.0 - instead of replacing the installation completely, it just 'added on' new functionality - I would...
Access .Net 2.0 Application from .Net 2.0 Web Site
I need to populate a specific form in a .Net desktop application from a .net web application. Is there an easy way to go about this?
Hi,
Based on my understanding, you want to start an executable application from your ASP.NET websit, right?
We can invoke Process.Start method (http://msdn.microsoft.com/en-us/library/system.diagnostics.process.start.aspx) to launch an executable application from ASP.NET application.
Note: Please keep in mind, the ASP.NET application is running on the server, so it will start the executable application that exists in the server.
I look...
Create module using .NET ver 2.0 and use with DNN 2.1.2
Hi all,
i would like to start to test the .NET 2.0 version of the framework ad i would like to know is there some problem if i write a module with the 2.0 version of .NET and use with DNN 2.1.2.
Thanks
Stefano...
Zip the file in C# .net 2.0 windows application
I want's to zip the file by the help of framework libraries [no third party library,no interop.Shell]
Can I do that ?Kamran ShahidSr. Software Engineer(MCP,MCAD.net,MCSD.net,MCTS,MCPD.net[web])Netprosys Inc.www.netprosys.comRemember to click "Mark as Answer" on the post that helps U
Write your own class to handle zip, other people has http://www.example-code.com/csharp/csCreateZipFile.aspCheersAlMy BlogMapStats.NETPlease click on 'Mark as Answer' if this post answered your question!
Have you looked in the System.IO.Compression namespace?public static void G...
Differences between .net 1, .net 1.1, .net 2.0 and .net 3.0
Hi, This seems to be a common question, but i havent got an answer yet:(Can, any one please explain me the differences between these versions.If you keep your feet firmly on the ground, you'll have trouble putting on your pants!
Have a look into this links
http://en.wikipedia.org/wiki/.NET_Framework
http://blogs.msdn.com/mohammadakif/archive/2006/12/03/net-3-0-different-versions-of-the-net-framework.aspx
http://www.codeproject.com/aspnet/ComparisonASP1xASP20.aspAshok Rajawww.iGold.inDon't forget to click "Mark as Answer" on the post that helped you. This credits that m...
Create different excel sheets using C# .NET 2.0
Hi,
I need to create different excel sheets in same excel file with some data in it,
Please let me know how to do it using excel object , C# and .NET 2.0 framework
Thanks in advance
Regards,Kshitiz Chaudhary
Here is a free tool, Excel Xml Writer:http://www.carlosag.net/Tools/ExcelXmlWriter Darrell Norton, MVPDarrell Norton's BlogPlease mark this post as answered if it helped you!...
Error with using .Net 3.0 instead of .Net 2.0
Hi,
I have recently made a website in microsoft visual web developer 2005. When I have uploaded my site to my host I am having trouble. when I visit the page www.amcnewzealand.co.nz I get an error message. My web hosting company does not support .net 3.0 but instead use .net 2.0. My website is made with file extensions .aspx. I am usure how to tell what version of .net I am using and wether this is the only cause. At first there was a 403 error occuring.
Help would be much appreciated as I have been struggling with this for some time.
The version...
Converting windows application using web service from Visual C#.net 2003 to Visual Studio.net 2005
Hello, everyone! I have a solution which contains a windows project,a web service project and several other library projects. These projects were coded under visual c#.net 2003. Now I need to converted them to use Visual Studo.net 2005. Does any one know any article providing step-by-step guide to converting WINDOWS APPLICATION with web service? I can find one under MSDN for converting web project. But I guess I am a little confused if mine should follow this article since I am using web service in my windows application?
Thanks a lot in advance.
 ...
use VB.NET and C#.NET code in the same C#.NET project
All-- Here is a sample that is "off the beaten path", (at least for me). Is it possible, in an ASP.NET application, using the code-behind page building technique, to have both pages written in VB.NET and pages written C#.NET?At http://www.WebLogicArts.com/DemoList.aspx there is a sample that shows that, (contrary to popular belief), it IS possible to mix ASP.NET pages built with C#.NET with ASP.NET pages built with VB.NET in the same VS.NET 2003 project. Note that this is just a "fun" sample to see if it can be done and I do not recommend this practice as a "standard" way of develo...
Unable to debug .net 1.1 applications after installing .net framework 2.0 ? #2
Hi,
After you install .NET Framework 2.0, if you continue to use Visual Studio.NET 2003 you may be unable to debug the applications developed in .NET 1.1. You may receive the error "Unable to start debugging on the webserver..."
Please check My Article on this issue and the resolution for the same.
Comments are welcome.
Thanks.
regards,Harishhttp://geekswithblogs.net/ranganh...