Inprocserver32 Is Missing When Installing Com Component In 64 Bit?
Mar 8, 2011
I have used one COM component in my web application. In my local system its working fine.But In server (windows server 2008, 64 bit) when i checked the reg editor, "Inproserver32directory is missing for this component. How will install the com compoent without missing "inproserver32"? Or else is there any option to export the missed entry from my local system and then import into the server registry ? is this make any problem in server?
View 5 Replies
ADVERTISEMENT
Jul 2, 2010
after that, I try to add crystal report 2008 component to VB.net .By right click on toolbox choose items and checked crystal report viewerIt doesn't seem works, there is no crystal report 2008 component on toolbox
View 17 Replies
Sep 9, 2009
I created a program and published it using the wizard through the "Property" in menu.
When I used the Published program to Install it in my same computer it got installed in "StartMenu".
I didn't get the option to select the Drive for Installing it like what we get when installing other program.
how to make that option to appear on installing the program?
View 8 Replies
Feb 3, 2011
I am converting an old Vb6 solution to .net 2.0 in vs2010. I've been working in C# for about 3 years now and .net for 5. I don't recall having this problem in C#, but if I want initialize a readonly collection of DerivedControlFoo Is there a clean way to do it besides creating a sub to do it all off somewhere else? I'd love to be able to do it at the class level at the declaration for readability and simplicity.
View 1 Replies
Mar 1, 2010
Create a DLL component for database operation and use created component in another project. Required methods, events and properties
a. Connect
b. Add
c. Delete
d. Save
e. Record navigation (first, next, previous, last)
f. Properties for all database fields
g. Events for validation of database fields.
View 1 Replies
Jan 8, 2010
I've created a component whose name I'd like to be able to change while editing in the component tray. I've added a Designer action for a name property, but now I'm stuck.
Looking at the property grid, I can see that the name property is parenthesised, indicating that it's not a regular property.
View 1 Replies
Jan 7, 2012
While installing the application that i build on Visual Basic VS 2010, the following error occurs.
"Unable to install or run the application. The application requires that assembly stdole Version 7.0.3300.0 be installed in the Global Assembly Cache (GAC) first. "
View 1 Replies
Nov 13, 2010
I have a sql file that i need to use with Visual Basic, im assuming i have to install it as i had to do that with a different sql file, the only difference between the sql file i have now and the other one i had is that the one i need to use with VB has only an sql file and does not have a database file that goes with it, this one is only an sql file. I have opened the file in SQL server management studio express and executed it over and over and it says (1 row(s) affected) (I have attached a screenshot) but nothing happens. If you look in the screenshot, on the left hand side you can see the "Pubs" database, that was the other sql file i had that had a database with it and it installed fine. Im really not sure what else to do with this.
[Code]...
View 14 Replies
Jun 9, 2011
I have an app that I've developed that has a vb.net front end and a SQL Server 2000 database backend. I currently have it running fine on my machine and it also installs fine on all the users that are inside the domain that the app was written in. When I try to install my application on another domain it hangs and doesn't even run the install script.
Has anyone ever experienced problems installing an app accross domains?
Is there something that I need to code differently to make it non-domain specific?
View 5 Replies
Jan 31, 2011
I get the following message when trying to install on some computers:
[Code]...
View 5 Replies
May 30, 2009
i can publish my app fine.it creates the setup and the rest of the files, whatever they are.on my operating system, the setup runs fine.when trying to install it on another system, it asks for the microsoft 3.5.net.this update can take quite a while.how can i publish my app, in such a way that it can run from the files in the setup and not have to have any other addons, as .net framework. i know it's possible, since i was able to install other software before i had the .net framework.
View 19 Replies
Aug 27, 2009
I have created a Windows Service in VB.net for building xML from a database. I need to install it in my machine. I have followed all the steps as shown in [URL] When I right click on setup project and click install it opens the installation wizard and after hitting the next buttons it promptly says that the Service is installed successfully.When I go to Services I don't see the service. I refreshed the list and rebooted my machine n times.
View 2 Replies
Nov 6, 2009
When I test run my programme (F5) it automatically saves files in a folder that is within the test project.I'd like to create a folder that is created when the programme is first installed (My Documents or in within the programme folder). How do I do this? I also want to give it a specific name instead of a name being given to it automatically. I know how to create a folder and save files in it during the test runs when I press F5 (If directory.exists etc etc etc) but that is during the runtime - how do I make a folder already available that is created during installtion.
View 6 Replies
Jul 27, 2011
I have a vb script in access 2007 and there I read some text documents and save them as record in the database. This is on a machine with windows 7. When I do this without sp1 for windows 7 it all works. When i install sp1 on windows 7 then I get the error massage cannot save with the code 2147286781 (80030103). In the VB code I use rs.save. I put a example of the code below. Here i created a new DB and want to save 1 record. I got the same error back.[code]
View 3 Replies
May 21, 2009
I create Win32 DLL using vb.net (VS2005), for later use in vb6 application. I've try and it's workout (on my pc). I'm wondering if theres a way to distribute that dll files with my vb6 application, without installing net framwework on target pc.
If you wonder why i'm doing this, the answer The current application on target computer still using application that i've develop with vb6. My company have a plan to migrate to VB.net so i have to update a litle by litle so the old application still running until the new one (which i developed using vb.net) is ready to lunch. By the time new application running, my plan/target is i only update a minor change/installation.
View 1 Replies
Mar 15, 2009
The message is "System Update Required"Unable to install or run the application. The application requires that assembly Microsoft.VisualBasic.PowerPacks.Vs Version 9.0.0.0 be installed in the Global Assembly Cache(GAC) First. It is not completely clear to me if this is something that I have to 'include' in my application, or something I have to direct my friend to install in his computer. (Or how he can get it?)
View 13 Replies
Dec 15, 2010
how I would install a program from a combobox, for example, I select an option inside a combobox like 'adobe reader', click the install button, and it installs the selected option? (all programs will be stored in a share or directory).
View 5 Replies
Jun 9, 2009
i built a very simple application in vb.net, installed it, it worked. then i did some very slight updates, build it, tried to install it but got the following errors. i restarted computer, uninstalled app for the uninstall menu, and tried to run setup.exe and still have been getting this error.
PLATFORM VERSION INFO
Windows : 5.1.2600.196608 (Win32NT)
Common Language Runtime : 2.0.50727.3053
[code]....
View 3 Replies
Sep 13, 2011
I wanted to install visual Basic or C++ (but Basic really seems easyer to use) with DirectX or OpenGL but I can't get it to work!I've tried Visual Basic Express 2008 and 2010 and i'm getting the same type of errors...
-> Directx
When I try this program [URL]with VB I either get
with 2008 : just a red cross on a blank screen
with 2010 : an unlimited waiting time, and when i click i get an error message that tells me to continue waiting, im forced to CTRL -ALT - DEL to shut down VB.
-> OpenGL:So i've tried a lot of times! they tell me that it's already installed on windows so i don't need any installation but then VB gives me alot of errors, telling me that some part of code isnt recognized!!
i've tried tutorials with Csgl or Tao, but none seem to work...I already got some knowlege of OpenGL but not DirectX, so could anyone please tell me which one does work on my computer and is best for creating a graphics window inside an API that i create, for instance a mob maker?
View 15 Replies
Feb 25, 2009
I am going to be making a program where you can click on the buttons to download a file to the desktop. I will be having .swf files inside the resources and I need them to be downloaded onto the desktop by clicking a button. Dose anyone know the code, I looked on Google but then it just started going downhill.
View 1 Replies
Jul 12, 2011
I have a Windows Form and I need to Install some fonts from a remote Folder to the Client which ran the application.
View 4 Replies
Mar 19, 2012
I've mad a program that produces barcodes using crystal reports and I'm having trouble trying to get the dll file for the barcode to be moved into the folder where crystal reports looks for this.I'm using a development project to create an installer for the program in vb 2010.i have tried just copying the dll file during the program start up if its not in the correct location but get the error saying that i dont have a high enough permission level to do this, would registering the dll file work seeing as its a 3rd party file and crystal reports expects it in a specific location?
View 4 Replies
Jun 9, 2011
I'm trying to make a form in VB.Net that takes speech input (not text-to-speech) on my Windows XP Pro computer.I've tried to install Microsoft Speech SDK 5.1 according to url..The problem is my Office 2007 does not have an Alternative User Input feature, as it says in the instuctions. So is there any way to get this on my computer? If not can you suggest any alternative other that buying a new computer for making my Visual Basic .Net form speech-enterable?
View 3 Replies
Dec 13, 2010
I have a windows forms application developed in vb.net 2008 (WBLoad) that opens and loads an Excel 2010 workbook (xlAnalysis.xlsm). The xlAnalysis.xlsm is included in the project WBLoad and is loaded from the application folder which is on the user's C: drive.
The wbLoad.Application and associated files are deployed to several network servers across the company.I just created a custom action pane using vb.net 2010 and added it to xlAnalysis.xlsm. The question is how to I include the workbook with the action pane in the WBLoad project?
View 3 Replies
Jan 24, 2012
I'm running Windows 7 Pro and am trying to install Visual Studio 2010 Ultimate from a zip drive. When I double-click on the "setup.exe" app, I get the following popup errors (see attached screenshots).
I would think there would be no compatability issues but that's just me!
View 11 Replies
Jul 16, 2009
I am creating a windows service. I want to know that , is there any other way to install windows service than using installutil.exe ? I don't want to install my windows service on client's machine using command prompt. Better way if I can install it using setup.
View 2 Replies
Jun 11, 2011
When I run my compiled project, it creates a start menu folder and desktop icon. But there's nothing in the Program Files of my OS. Is it because my project is still small- or something else? Shouldn't it create a folder in the Program Files?Speaking of creating a folder- I need to create a folder on my C drive when the program is installed, and inside the folder an Excel spreadsheet needs to be deposited (C:DailyLogsDailyLog.xlsx).
View 3 Replies
Aug 4, 2010
I was wondering if it was possible to start an application from USB stick without the need of installing the dotnet framework on the system? Like implement the framework in the application or install it on the USB stick itself.
View 6 Replies
Oct 26, 2008
i have created on application using vb.net. it is using ms access database to insert and delete data in it. Now my client does not want to install ms access on his computer. Is it possible to insert and receive data from ms access database on computer which does not have ms access or office installed?
View 4 Replies
Nov 8, 2010
I have an app that I've developed that has a vb.net front end and a SQL Server 2000 database backend. I currently have it running fine on my machine and it also installs fine on all the users that are inside the domain that the app was written in. When I try to install my application on another domain it hangs and doesn't even run the install script.
Has anyone ever experienced problems installing an app accross domains?
Is there something that I need to code differently to make it non-domain specific?
View 2 Replies