dbforum147/
共6个网摘 [
1 ] |
访问dbforum147的个人空间
dbforum147收录,使用标签:application, I, am, trying, to, install, Setup, Project, to, be, built, using, .NET, Framework, 2.0, instead, of, 3.5?,时间:2008-8-1 0:07:44 | 相关网摘,我也收藏
I am building a Setup Project in Visual Studio 2008 for a project which only
requires .NET Framework 2.0. When I build the Setup Project and attempt to
utilize the .MSI file created by the Setup Project, the computer complains
that .NET Framework 3.5 is required to run the setup. Can I configure the
Setup Project to be built using .NET Framework 2.0 instead of 3.5? The end
result is that my machines have 2.0 installed and I don't need 3.5 for the
application I am trying to install?
http://www.databaseforum.info/1/13/96e3bb03467d1599.html
dbforum147收录,使用标签:but, connected, to, an, Oracle, Database, Help, creating, a, Dialog, Application,时间:2008-8-1 0:07:18 | 相关网摘,我也收藏
net .NET技术>C# .net应用 ajax ASP asp.net Book C# C++ Collect CSDN CSS C语言问题 Delphi DNS download facebook Flash format ftp google Hibernate idea J2ee java Javascript JAVA基础 JS jsp Leo Linux memcached MYSQL Oracle PHP Python Server SOCKET Spring SQL SQLSERVER Struts tcp/ip to Tomcat T-SQL VC Web WebDesign WEB开发 Windows seen this ASP.NET tutorial Creating a data access layer It worked prefectly well in asp.net and vb.net 2005 Now, i want to do the same with
VB 2005 Express Edition, but connected to an Oracle Database Help creating a Dialog Application
http://www.databaseforum.info/1/10/0436232320a6ff7a.html
dbforum147收录,使用标签:But, I, observed, a, strange, behavior, When, I, run, my, application, on, other, .net, .NET技术>C#, .net应用, ajax, ASP, asp.net, Book, C#, C++, Collect, CSDN, CSS, C语言问题, Delphi, DNS, download, facebook, Flash, format, ftp, google, Hibernate, idea, J2ee, java, Javascript, JAVA基础, JS, jsp, Leo, Linux, memcached, MYSQL, Oracle, PHP, Python, Server, SOCKET, Spring, SQL, SQLSERVER, Struts, tcp/ip, to, Tomcat, T-SQL, VC, Web, WebDesign, WEB开发, Windows, seen, this, ASP.NET, tutorial, Creating, a, data, access, layer, It, worked, prefectly, well, in, asp.net, and, vb.net, 2005, Now, i, want, to, do, the, same, with,时间:2008-7-31 23:59:42 | 相关网摘,我也收藏
I have been connecting to MS-Access database using Jet 4.0
from C#.NET. My application works finely on my computer on which I've
made the application.
But I observed a strange behavior. When I run my application on other
computer that is installed .NET Framework, I get the following error
"System.Data.OleDb.OleDbException: The Microsoft Jet
database engine could not find the object 'Expr1007'.
Make sure the object exists and that you spell its name
and the path name correctly.".
When I open Access mdb in the UI and paste the query string into the
SQL window of the query designer and executes it, I get no error, the
query results correct rows. I do this test on both other and my
computer.
http://www.databaseforum.info/1/11/f89fac323cbf1a1f.html
dbforum147收录,使用标签:How, to, call, a, remote, vbscript, from, a, .Net, windows, application,时间:2008-6-30 21:27:24 | 相关网摘,我也收藏
How to call a remote vbscript from a .Net windows application
http://www.databaseforum.info/2/8/ede7bd0e223d8957.html
dbforum147收录,使用标签:I, have, an, application, that, has, about, 3, subroutines, that,时间:2008-6-30 21:24:36 | 相关网摘,我也收藏
passing a textbox control in parameter list
Hi, I have an application that has about 3 subroutines that I'd like to use in another application so I decided to move them out into a DLL. Anyway, I moved them out and I call them from the two applications and they all work fine. When I moved them out, I temporarily commented out anything to do with the user interface - basically the routines do some processing of files that sometimes takes a long time so in the original application, the routines would update a little status form
What I'd like to do is popup the status form in each of the two applications and then call the subroutines in the DLL and then have the subroutine update the form. So I decided to add a simple textbox control in the subroutines' parameter list. When I go to compile the DLL I get
Compile error
Private object modules cannot be used in public object modules as parameters or return types for public procedures, as public data members, or as fields of public user defined type
This is the test subroutine that gives me the compile error
Public Sub test(t As Control
t.Text = "foobar
End Su
Am I stuck, am I doing something wrong? Is there a way around it? Any other suggestion of how to do what I'd like? Thanks
http://www.databaseforum.info/2/11/447f378dbcc3268f.html
共6个网摘 [
1 ]