Visual Basic Classic
--
Questions
--
Followers
Top Experts
The program builds and deploys fine when testing and deploying it to the handheld, according to VS2005. Â However, the handheld tells another story - it give me the following error: Â File or assembly name 'System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c56193
According to the output build information, System.Windows.Forms gets deployed, and the version and key info are correct, so it must be a dependency that is missing. Â Can anyone tell me where I can find the list of dependencies for System.Windows.Forms.dll?
Thanks,
Rich
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Try this:
http://www.microsoft.com/downloads/details.aspx?familyid=9655156b-356b-4a2c-857c-e62f50ae9a55&displaylang=en
Compact framework 2.0.
It's the only Redistributable runtime for programs build against .NET compact framework 1.0 or 2.0, so the dependencies shuld be there.
It has also a servicepack:
http://www.microsoft.com/downloads/details.aspx?familyid=0c1b0a88-59e2-4eba-a70e-4cd851c5fcc4&displaylang=en
Matti
On device emulator this Filemon tool shuld show up every file that this app is looking for to use. It also shows files like future extensions so the result shuld be interpreted correctry.
http://www.sysinternals.com/Utilities/Filemon.html
Matti
Rich






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Rich
Visual Basic Classic
--
Questions
--
Followers
Top Experts
Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.