microsoft.public.dotnet.faqs Archive - February 2004
Post a message to this list
Messages
Page: 12
Calling VBNet functions from asp (2 replies, VIP)
microsoft.public.dotnet.faqs
I am generally doing what I need to using VB6 and .asp but want to avoid registering the DLLs (actually re registering them on my providers server every time I make a change). I thought VB.net might be the answer but articles so far assume using asp.net with it. As far as I can see the .aspx files don't support: response.write MyClass.GetSomething(var1, var2,...). If it is possible to do this OR i...
RemovePerviousVersion does not appear to work!? (5 replies, VIP)
microsoft.public.dotnet.faqs
We have used the Setup Wizard within our VB.NET Solution to create a setup.exe. In the Setup properties we've set the property RemovePreviousVersions to True. Then, when we select Project, Install from the menu bar in the VisualStudio development environment it uninstalls the current installation and then proceeds to install the newer version. That's exactly what we expect to happen. However, outs...
Focus Problems with MDI child forms (3 replies)
microsoft.public.dotnet.faqs
Hi Folks, Sorry if you have seen this post before I've posted it before, but it seems to have gotten lost in Outlook limbo it's visible on the web interface, but not in any news reader I've tried :S A while ago, I came accross this post by Armin describing how to reporduce a focus bug with MDI children. I am currently experiencing the same problem in my application although I'm not using an Active...
Installing VS 6.0 after Vs.NET and others (3 replies, VIP)
microsoft.public.dotnet.faqs
Hey there, Im running a win xp pro machine that already have VS.NET 2002 installed on it. I also do some j2me development therefore i have the lastest Java Sdks from sun installed on the same machine. Now i need to look at some of my old vb6 code, when i attempt to install Visual studio 6 it insists i update my JVM !!! hello ! i already have the latest one installed.. i dont want it to mess up my ...
Calendar control in .NET (2 replies)
microsoft.public.dotnet.faqs
Hi all I require a calendar control in .NET in Japanese. But how do I convert this into the year convention followed in Japan, as I understand that it is different from ours?? Please help me here. Thanks a lot!!
Newbie question (14 replies, VIP)
microsoft.public.dotnet.faqs
I would imagine that this question has been posted a million and 1 times, but since I'm pretty new to this group, please suffer me thru one more time. My first VB.Net program runs great on my machine, but ultimately, it needs to run on one of my company's server boxes so that it can be run on a schedule. It's a short email generator to confirm sales orders with our company. I created an Install pr...
Running ASP.Net Application where site files on remote server (2 replies)
microsoft.public.dotnet.faqs
Hello, I recieve the following error when I run my ASP.Net application Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'Marketing.Global'. Source Error: Line 1: %...
Main Advantages i get when i do a stand alone app in .Net rather than in VB. (6 replies)
microsoft.public.dotnet.faqs
Hi All, I have a choice of using VB and .Net in developing a standalone load distribution application. I need to provide a case study on what are the major advantages of using .Net with respect to VB? Looking forward for a reply Thanks, Punya
Transitive references (2 replies)
microsoft.public.dotnet.faqs
[I'm not sure if this is the right ng apologies if not, and ptrs requested.] If I create a BaseClass in a BaseAssembly, then derive a MiddleClass in a MiddleAssembly from the BaseClass, a TopAssembly that derives a TopClass from MiddleClass (or just creates a MiddleClass instance) needs to reference both MiddleAssembly and BaseAssembly at compile time, even if it does not directly use any code fro...
simulate virtual directory - I need it urgently (2 replies)
microsoft.public.dotnet.faqs
Dear Friends Would you please give me your professional idea about this .net problem. I need different virtual directory for different customer with their names like these: www.oursite.com/Jack www.oursite.com/Sue www.oursite.com/Tom I have a asp.net project. It is a website and the content of it WebPages comes from database. To give each user a virtual directory, I have 2 options: 1. create a vir...
User Controls (2 replies)
microsoft.public.dotnet.faqs
Hello, I have created a User Control within Visual Studio and it contains a button that allows the user to querry a database. I dynamically add additional controls to the page based on the number of rows retured inside a dataset. All works well, but I have noticed that the control is rendered in the "Pre Render" event I loose the Control's events (i.e. button1.click). Is there a way to render the ...
C1020 (2 replies)
microsoft.public.dotnet.faqs
Hello, snip #if (WIN32) #include "stdafx.h" #endif int tmain(int argc, TCHAR **argv) { #if (WIN32) printf("errrr\n"); #endif return 0; } /snip I get a C1020 : ( on the first #if instruction. Why ? I should be able to use #if out of a function!! When i remove the the first #if, the program compiles. Is it a bug from my brain or ms ? :P Mike
Calling BinaryFormatter:Deserialize(Stream); Asynchronously (2 replies)
microsoft.public.dotnet.faqs
hi all SORRY FOR CROSSPOSTING: i did not know which group deals with this question! Question: i am looking to call the following function, ASYNCHRONOUSLY: Packet p (Packet)this. BinaryFormatter.Deserialize(this. Stream); Can it be done? assaf
I say we should give him what's owed. - was Re: LS9K68 (2 replies)
microsoft.public.dotnet.faqs
What better way to get even with a child pornography distributor than to use his 1 year old baby daughter for an identity theft project, or even making a "friendly" phone call to his home at 3:00 AM ? ************************************************************************ HORWATH TOOK OUR WEBSITE DOWN, HE DOESN'T WANT YOU TO SEE IT!!! DOWNLOAD Message ID: 102cif7dfiur558@corp.supernews.com TO SEE...
Upload files limit to 3MB (2 replies)
microsoft.public.dotnet.faqs
We are using the following .net feature to upload files from a browser to our website. Unfortunately it seems to be limited to 3MB and anything larger creates an error. Any ideas as to how we can get round this limitation? Protected WithEvents File1 As System.Web.UI.HtmlControls.HtmlInputFile
How to have multiple language sources in one project? (4 replies)
microsoft.public.dotnet.faqs
Hello Every where in .NET books is mentioned that VS.NET is a seamless cross platform environment. We have two groups of programmers that some are VB programmer but others prefer to use C#. Is it possible to have a project that accepts both kind of sources? I mean for example one class is in VB.NET and the other in C#. Then one can trace or debug a mixed code that switches between several language...
.net hosting recommendations (14 replies)
microsoft.public.dotnet.faqs
Hi, Does anyone know of a cheap hosting company that will allow me to host asp.net with custom c# DLLs? A SQL Server would also be handy but not necessary if the cost is pushed too high. Thanks.
.NET Reporting (4 replies)
microsoft.public.dotnet.faqs
This message originally posted on www.DotNetJunkies.com... One thing that amazes me is how there is such a lack of MSDN documenation, articles, etc., on reporting using the System.Drawing.Printing namespace. Microsoft promotes using Crystal Reports to generate the Access like reports, by why in the world would you want to use Crystal Reports when you do not have to? Yes, Crystal Reports is a solid...
zip reader (3 replies)
microsoft.public.dotnet.faqs
We are trying to find a dotnet plug in that will enable us to view zip files. Can anybody recommend one?
When will Whidbey be released? (12 replies, VIP)
microsoft.public.dotnet.faqs
Been wondering... When will Whidbey be released? I'm really looking forward to the release. Any information?
"Hide Selection" - can this be remembered? (2 replies)
microsoft.public.dotnet.faqs
I really like the "Hide Selection" feature in .NET; my only complaint is that if I save the code and then return to it at a later date, all my hidden items are unhidden, and I manually have to go thru the hiding process again. Is there a way to have it remember that certain blocks of code were hidden between coding sessions? Ideally, I'd like to be able to have a bit of code like this: 'Does the f...
Error: No default member found for type MyClass (3 replies)
microsoft.public.dotnet.faqs
Dear Friends I have a urgent problem to solve. I have created a class and its collection and then bind it to a datagrid but got the following error. Please help. Thanks in advance. Andy Eshtry No default member found for type 'clsAgentPostalCode' Line 44: Dim oAgentPostalCodeCollection As New clsAgentPostalCodeCollection(lAgentID) Line 45: dgPostalCode.DataSource oAgentPostalCodeCollection Line 46...
How to populate a checkbox from a database (2 replies)
microsoft.public.dotnet.faqs
Please help; I have the following code in classic ASP to populate a checkbox from a database. input type checkbox name thread %If thread true then response.write " checked " end if% What is the equivalent of that in .NET Many thanks in advance. Regards Lamine
Feedback Form ASP & ASP.NET (2 replies)
microsoft.public.dotnet.faqs
Hi everybody. I have to create an asp dot net file that takes the form variables from an ASP file and sends them by email then redirects to another ASP file. Can anybody provide help or code? Any help is appreciated. Mohamed
ListView Control (2 replies)
microsoft.public.dotnet.faqs
Hello, I am having a difficult time trying to get the ListView to Inset an new item at a particular index. The following is an example: Private Sub Button2 Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click ListView2.Items.Add(New ListViewItem("Another Test", 0)) ListView2.Items.Add(New ListViewItem("2", 0)) ListView2.Items.Add(New ListViewItem("3", 0)) ListVie...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com